Skip to content

Commit

Permalink
Reinstate newest rke2-ingress-nginx (#6254)
Browse files Browse the repository at this point in the history
After more QA, ultimate blame came down a binary issue in the canal CNI images, not ingress-nginx. Reinstating the latest v1.10.1 image
  • Loading branch information
dereknola authored Jun 25, 2024
1 parent 55b0a18 commit 2798efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charts:
- version: 1.29.002
filename: /charts/rke2-coredns.yaml
bootstrap: true
- version: 4.9.100
- version: 4.10.101
filename: /charts/rke2-ingress-nginx.yaml
bootstrap: false
- version: 3.12.002
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt
${REGISTRY}/rancher/klipper-lb:v0.4.7
${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION}
${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v20230312-helm-chart-4.5.2-28-g66a760794
${REGISTRY}/rancher/nginx-ingress-controller:nginx-1.9.6-hardened1
${REGISTRY}/rancher/nginx-ingress-controller:v1.10.1-hardened1
${REGISTRY}/rancher/rke2-cloud-provider:${CCM_VERSION}
${REGISTRY}/rancher/mirrored-sig-storage-snapshot-controller:v6.2.1
${REGISTRY}/rancher/mirrored-sig-storage-snapshot-validation-webhook:v6.2.2
Expand Down

0 comments on commit 2798efb

Please sign in to comment.