-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat(helm): update chart ingress-nginx to v4.12.0 #5189
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-ingress-nginx-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
--- kubernetes/cluster-0/apps/network/ingress-nginx/internal Kustomization: flux-system/nginx-internal HelmRelease: network/nginx-internal
+++ kubernetes/cluster-0/apps/network/ingress-nginx/internal Kustomization: flux-system/nginx-internal HelmRelease: network/nginx-internal
@@ -14,13 +14,13 @@
chart: ingress-nginx
interval: 30m
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.11.3
+ version: 4.12.0
interval: 30m
values:
controller:
admissionWebhooks:
objectSelector:
matchExpressions:
--- kubernetes/cluster-0/apps/network/ingress-nginx/external Kustomization: flux-system/nginx-external HelmRelease: network/nginx-external
+++ kubernetes/cluster-0/apps/network/ingress-nginx/external Kustomization: flux-system/nginx-external HelmRelease: network/nginx-external
@@ -14,13 +14,13 @@
chart: ingress-nginx
interval: 30m
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.11.3
+ version: 4.12.0
interval: 30m
values:
controller:
admissionWebhooks:
objectSelector:
matchExpressions: |
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
2 times, most recently
from
March 2, 2024 17:42
b03e34f
to
1a637e5
Compare
--- HelmRelease: network/nginx-external Deployment: network/nginx-external-controller
+++ HelmRelease: network/nginx-external Deployment: network/nginx-external-controller
@@ -30,34 +30,35 @@
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@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
+ image: registry.k8s.io/ingress-nginx/controller:v1.12.0@sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
args:
- /nginx-ingress-controller
- - --enable-annotation-validation=true
- --publish-service=$(POD_NAMESPACE)/nginx-external-controller
- --election-id=nginx-external-leader
- --controller-class=k8s.io/ingress-nginx-external
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/nginx-external-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
+ - --enable-metrics=true
- --default-ssl-certificate=network/holthome-net-tls
securityContext:
runAsNonRoot: true
runAsUser: 101
+ runAsGroup: 82
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
--- HelmRelease: network/nginx-external ServiceMonitor: network/nginx-external-controller
+++ HelmRelease: network/nginx-external ServiceMonitor: network/nginx-external-controller
@@ -8,17 +8,17 @@
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-external
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:
any: true
selector:
matchLabels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-external
app.kubernetes.io/component: controller
+ endpoints:
+ - port: metrics
+ interval: 30s
--- HelmRelease: network/nginx-external Job: network/nginx-external-admission-create
+++ HelmRelease: network/nginx-external Job: network/nginx-external-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=nginx-external-controller-admission,nginx-external-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=nginx-external-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: nginx-external-admission
--- HelmRelease: network/nginx-external Job: network/nginx-external-admission-patch
+++ HelmRelease: network/nginx-external Job: network/nginx-external-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=nginx-external-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: nginx-external-admission
--- HelmRelease: network/nginx-internal Deployment: network/nginx-internal-controller
+++ HelmRelease: network/nginx-internal Deployment: network/nginx-internal-controller
@@ -30,34 +30,35 @@
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@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
+ image: registry.k8s.io/ingress-nginx/controller:v1.12.0@sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
args:
- /nginx-ingress-controller
- - --enable-annotation-validation=true
- --publish-service=$(POD_NAMESPACE)/nginx-internal-controller
- --election-id=nginx-internal-leader
- --controller-class=k8s.io/ingress-nginx-internal
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/nginx-internal-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
+ - --enable-metrics=true
- --default-ssl-certificate=network/holthome-net-tls
securityContext:
runAsNonRoot: true
runAsUser: 101
+ runAsGroup: 82
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
--- HelmRelease: network/nginx-internal ServiceMonitor: network/nginx-internal-controller
+++ HelmRelease: network/nginx-internal ServiceMonitor: network/nginx-internal-controller
@@ -8,17 +8,17 @@
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: 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:
any: true
selector:
matchLabels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-internal
app.kubernetes.io/component: controller
+ endpoints:
+ - port: metrics
+ interval: 30s
--- HelmRelease: network/nginx-internal Job: network/nginx-internal-admission-create
+++ HelmRelease: network/nginx-internal Job: network/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=nginx-internal-controller-admission,nginx-internal-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=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: nginx-internal-admission
--- HelmRelease: network/nginx-internal Job: network/nginx-internal-admission-patch
+++ HelmRelease: network/nginx-internal Job: network/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=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: nginx-internal-admission |
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
2 times, most recently
from
March 4, 2024 20:55
d544aa0
to
34c4538
Compare
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
April 26, 2024 16:35
34c4538
to
6b650d5
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.10.0 )
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.10.1 )
Apr 26, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
July 8, 2024 21:23
6b650d5
to
b5772f2
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.10.1 )
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.0 )
Jul 8, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
July 18, 2024 19:49
b5772f2
to
6503a4b
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.0 )
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.1 )
Jul 18, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
August 16, 2024 07:28
6503a4b
to
7db7280
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.1 )
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.2 )
Aug 16, 2024
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
October 8, 2024 22:49
7db7280
to
524874e
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.2 )
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.3 )
Oct 8, 2024
renovate
bot
changed the title
feat(helm): update chart ingress-nginx ( 4.9.0 → 4.11.3 )
feat(helm): update chart ingress-nginx to v4.12.0
Dec 30, 2024
| datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | helm | ingress-nginx | 4.9.0 | 4.12.0 | | helm | ingress-nginx | 4.11.3 | 4.12.0 |
renovate
bot
force-pushed
the
renovate/cluster-0-ingress-nginx-4.x
branch
from
January 23, 2025 17:26
524874e
to
d42dc36
Compare
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.9.0
->4.12.0
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
v4.11.3
v4.11.2
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.11.1
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.11.0
WARNING
There are known issues with this release, some folks are experiencing core dumps. Please see https://github.com/kubernetes/ingress-nginx/issues/11588 for more information and comment if you are experiencing issues.
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.5
Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.10.5
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.10.4...helm-chart-4.10.5
v4.10.4
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.3
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.2
WARNING
There are known issues with this release, some folks are experiencing core dumps. Please see https://github.com/kubernetes/ingress-nginx/issues/11588 for more information and comments if you are experiencing issues.
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.1
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.10.0
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.9.1
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.