Skip to content

Commit

Permalink
Bump nginx-operator nginx-ingress chart to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eg-ayoub committed Jan 29, 2025
1 parent 73102e7 commit 540cd66
Show file tree
Hide file tree
Showing 59 changed files with 1,039 additions and 694 deletions.
6 changes: 3 additions & 3 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
CALICO_VERSION: str = "3.29.0"
SALT_VERSION: str = "3002.9"
CONTAINERD_VERSION: str = "1.6.36"
NGINX_OPERATOR_VERSION: str = "4.11.3"
NGINX_OPERATOR_VERSION: str = "4.12.0"

CONTAINERD_RELEASE: str = "1"
SOSREPORT_RELEASE: str = "2"
Expand Down Expand Up @@ -190,8 +190,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
),
Image(
name="nginx-ingress-controller",
version="v1.11.3",
digest="sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7",
version="v1.12.0",
digest="sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa",
),
Image(
name="node-exporter",
Expand Down
Loading

0 comments on commit 540cd66

Please sign in to comment.