Skip to content

Commit

Permalink
Merge pull request #19 from aks-lts/m-chau/update-image-tags
Browse files Browse the repository at this point in the history
Update PROW and KUBEKINS-E2E image tags
  • Loading branch information
haitch committed Aug 1, 2024
2 parents 82f5406 + 76a728d commit 7ca5042
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
GITHUB_REPO: ${{ vars.REPO }}
HMAC_TOKEN: ${{ secrets.HMAC_TOKEN }}
MINIO_CONSOLE_PORT: 8003
K8S_PROW_IMAGE_TAG: v20230714-b138fd6e05
KUBEKINS_E2E_TAG: v20230703-e6ae5b372a-master
K8S_PROW_IMAGE_TAG: v20240723-dbbd2d86b
steps:
- name: Generate fake mount secret
run: |
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ LTS specific configuration and tooling for testing
- Create a test PR on the [aks-lts/kubernetes](https://github.com/aks-lts/kubernetes) repo. Make sure it targets the desired branch (`release-<version>-lts`).
Check if the tests run and succeed.
- If tests don't run or fail, check https://aka.ms/aks/prow. Some of them might need additional tweaking, e.g. request less CPU/memory
- Once all is looking good, remember to merge the PR on this repo.
- Once all is looking good, remember to merge the PR on this repo.

# Updating image tags
## PROW (K8S_PROW_IMAGE_TAG)
Image repo: https://console.cloud.google.com/gcr/images/k8s-prow

Reference the version used in upstream by looking up [gcr.io/k8s-prow/prow-controller-manager](https://github.com/search?q=repo%3Akubernetes%2Ftest-infra+gcr.io%2Fk8s-prow%2Fprow-controller-manager&type=code) or [gcr.io/k8s-prow/entrypoint](https://github.com/search?q=repo%3Akubernetes%2Ftest-infra+gcr.io%2Fk8s-prow%2Fentrypoint&type=code) verions.

0 comments on commit 7ca5042

Please sign in to comment.