-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update helm release ingress-nginx to v4.12.0 #1439
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx-internal
+++ . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx-internal
@@ -6,21 +6,23 @@
namespace: ingress
spec:
interval: 1h
chart:
spec:
chart: ingress-nginx
- version: 4.11.3
+ version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values:
controller:
- allowSnippetAnnotations: true
+ config:
+ allow-snippet-annotations: true
+ annotations-risk-level: Critical
electionID: ingress-controller-internal-leader
service:
loadBalancerIP: 192.168.4.101
ingressClass: nginx-internal
image:
digest: null
--- . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx
+++ . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx
@@ -6,21 +6,23 @@
namespace: ingress
spec:
interval: 1h
chart:
spec:
chart: ingress-nginx
- version: 4.11.3
+ version: 4.12.0
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values:
controller:
- allowSnippetAnnotations: true
+ config:
+ allow-snippet-annotations: true
+ annotations-risk-level: Critical
service:
loadBalancerIP: 192.168.4.100
annotations:
external-dns.alpha.kubernetes.io/hostname: bo0tzz.me
image:
digest: null |
--- . HelmRelease: ingress/ingress-nginx-internal ServiceMonitor: ingress/ingress-nginx-internal-controller
+++ . HelmRelease: ingress/ingress-nginx-internal ServiceMonitor: ingress/ingress-nginx-internal-controller
@@ -8,18 +8,18 @@
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx-internal
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
- endpoints:
- - port: metrics
- interval: 30s
namespaceSelector:
matchNames:
- ingress
selector:
matchLabels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx-internal
app.kubernetes.io/component: controller
+ endpoints:
+ - port: metrics
+ interval: 30s
--- . HelmRelease: ingress/ingress-nginx-internal Deployment: ingress/ingress-nginx-internal-controller
+++ . HelmRelease: ingress/ingress-nginx-internal Deployment: ingress/ingress-nginx-internal-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirst
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.11.3
+ image: registry.k8s.io/ingress-nginx/controller:v1.12.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -45,15 +45,17 @@
- --controller-class=k8s.io/ingress-nginx
- --ingress-class=nginx-internal
- --configmap=$(POD_NAMESPACE)/ingress-nginx-internal-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
+ - --enable-metrics=true
securityContext:
runAsNonRoot: true
runAsUser: 101
+ runAsGroup: 82
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
--- . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-patch
+++ . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-patch
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: patch
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=ingress-nginx-internal-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -43,12 +43,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-internal-admission
--- . HelmRelease: ingress/ingress-nginx-internal ConfigMap: ingress/ingress-nginx-internal-controller
+++ . HelmRelease: ingress/ingress-nginx-internal ConfigMap: ingress/ingress-nginx-internal-controller
@@ -9,7 +9,8 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
name: ingress-nginx-internal-controller
namespace: ingress
data:
allow-snippet-annotations: 'true'
+ annotations-risk-level: Critical
--- . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-create
+++ . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-create
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: create
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
imagePullPolicy: IfNotPresent
args:
- create
- --host=ingress-nginx-internal-controller-admission,ingress-nginx-internal-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=ingress-nginx-internal-admission
@@ -41,12 +41,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-internal-admission
--- . HelmRelease: ingress/ingress-nginx ConfigMap: ingress/ingress-nginx-controller
+++ . HelmRelease: ingress/ingress-nginx ConfigMap: ingress/ingress-nginx-controller
@@ -9,7 +9,8 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
name: ingress-nginx-controller
namespace: ingress
data:
allow-snippet-annotations: 'true'
+ annotations-risk-level: Critical
--- . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-patch
+++ . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-patch
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: patch
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=ingress-nginx-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -43,12 +43,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-admission
--- . HelmRelease: ingress/ingress-nginx ServiceMonitor: ingress/ingress-nginx-controller
+++ . HelmRelease: ingress/ingress-nginx ServiceMonitor: ingress/ingress-nginx-controller
@@ -8,18 +8,18 @@
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
- endpoints:
- - port: metrics
- interval: 30s
namespaceSelector:
matchNames:
- ingress
selector:
matchLabels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-nginx
app.kubernetes.io/component: controller
+ endpoints:
+ - port: metrics
+ interval: 30s
--- . HelmRelease: ingress/ingress-nginx Deployment: ingress/ingress-nginx-controller
+++ . HelmRelease: ingress/ingress-nginx Deployment: ingress/ingress-nginx-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirst
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.11.3
+ image: registry.k8s.io/ingress-nginx/controller:v1.12.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -45,15 +45,17 @@
- --controller-class=k8s.io/ingress-nginx
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/ingress-nginx-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
+ - --enable-metrics=true
securityContext:
runAsNonRoot: true
runAsUser: 101
+ runAsGroup: 82
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
--- . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-create
+++ . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-create
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: create
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0@sha256:aaafd456bda110628b2d4ca6296f38731a3aaf0bf7581efae824a41c770a8fc4
imagePullPolicy: IfNotPresent
args:
- create
- --host=ingress-nginx-controller-admission,ingress-nginx-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=ingress-nginx-admission
@@ -41,12 +41,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
+ runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-admission |
bo0tzz
approved these changes
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.11.3
->4.12.0
Release Notes
kubernetes/ingress-nginx (ingress-nginx)
v4.12.0
Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.12.0
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.11.0...helm-chart-4.12.0
v4.11.4
Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.11.4
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.11.3...helm-chart-4.11.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.