Skip to content

Commit

Permalink
Update rke2-ingress-nginx to v1.10.5-hardened1 (#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola authored Oct 10, 2024
1 parent 2b8bebb commit 68a1a5b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
+name: rke2-ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
version: 4.10.4
version: 4.10.5
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
- tag: "v1.10.4"
- digest: sha256:505b9048c02dde3d6c8667bf0b52aba7b36adf7b03da34c47d5fa312d2d4c6fc
- digestChroot: sha256:bf71acf6e71830a4470e2183e3bc93c4f006b954f8a05fb434242ef0f8a24858
- tag: "v1.10.5"
- digest: sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
- digestChroot: sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987
- pullPolicy: IfNotPresent
+ tag: "v1.10.4-hardened3"
+ tag: "v1.10.5-hardened1"
runAsNonRoot: true
# www-data -> uid 101
runAsUser: 101
Expand Down Expand Up @@ -90,13 +90,12 @@
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
- tag: v1.4.3
- digest: sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
+ tag: v1.4.4
tag: v1.4.4
- digest: sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
pullPolicy: IfNotPresent
# -- Provide a priority class name to the webhook patching job
##
@@ -927,12 +922,11 @@
@@ -928,12 +923,11 @@
enabled: false
name: defaultbackend
image:
Expand All @@ -111,7 +110,7 @@
pullPolicy: IfNotPresent
runAsNonRoot: true
# nobody user -> uid 65534
@@ -1101,3 +1095,7 @@
@@ -1103,3 +1097,7 @@
# This can be generated with: `openssl dhparam 4096 2> /dev/null | base64`
## Ref: https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/ssl-dh-param
dhParam: ""
Expand Down
4 changes: 2 additions & 2 deletions packages/rke2-ingress-nginx/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.10.4/ingress-nginx-4.10.4.tgz
packageVersion: 03
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.10.5/ingress-nginx-4.10.5.tgz
packageVersion: 00
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit 68a1a5b

Please sign in to comment.