Skip to content

Commit

Permalink
Ingress-nginx and rke2-cloud-provider bumps (#6990)
Browse files Browse the repository at this point in the history
* Bump ingress-nginx to v1.10.5

Signed-off-by: Derek Nola <[email protected]>

* Bump rke2-cloud-provider to 20241010

Signed-off-by: Derek Nola <[email protected]>

---------

Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Oct 10, 2024
1 parent d9abab9 commit ffdd2c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.33.000
filename: /charts/rke2-coredns.yaml
bootstrap: true
- version: 4.10.403
- version: 4.10.500
filename: /charts/rke2-ingress-nginx.yaml
bootstrap: false
- version: 27.0.200
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.9
${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION}
${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4
${REGISTRY}/rancher/nginx-ingress-controller:v1.10.4-hardened3
${REGISTRY}/rancher/nginx-ingress-controller:v1.10.5-hardened1
${REGISTRY}/rancher/rke2-cloud-provider:${CCM_VERSION}
${REGISTRY}/rancher/mirrored-sig-storage-snapshot-controller:v8.1.0
${REGISTRY}/rancher/mirrored-sig-storage-snapshot-validation-webhook:v8.1.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.31.1}
KUBERNETES_IMAGE_TAG=${KUBERNETES_IMAGE_TAG:-v1.31.1-rke2r1-build20240912}
ETCD_VERSION=${ETCD_VERSION:-v3.5.13-k3s1}
PAUSE_VERSION=${PAUSE_VERSION:-3.6}
CCM_VERSION=${CCM_VERSION:-v1.31.0-build20240910}
CCM_VERSION=${CCM_VERSION:-v1.31.1-build20241010}

if [ -d .git ]; then
if [ -z "$GIT_TAG" ]; then
Expand Down

0 comments on commit ffdd2c7

Please sign in to comment.