Skip to content

Commit 540cd66

Browse files
committed
Bump nginx-operator nginx-ingress chart to 1.12.0
1 parent 73102e7 commit 540cd66

File tree

59 files changed

+1039
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1039
-694
lines changed

buildchain/buildchain/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
CALICO_VERSION: str = "3.29.0"
2929
SALT_VERSION: str = "3002.9"
3030
CONTAINERD_VERSION: str = "1.6.36"
31-
NGINX_OPERATOR_VERSION: str = "4.11.3"
31+
NGINX_OPERATOR_VERSION: str = "4.12.0"
3232

3333
CONTAINERD_RELEASE: str = "1"
3434
SOSREPORT_RELEASE: str = "2"
@@ -190,8 +190,8 @@ def _version_prefix(version: str, prefix: str = "v") -> str:
190190
),
191191
Image(
192192
name="nginx-ingress-controller",
193-
version="v1.11.3",
194-
digest="sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7",
193+
version="v1.12.0",
194+
digest="sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa",
195195
),
196196
Image(
197197
name="node-exporter",

0 commit comments

Comments
 (0)