-
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: ✅ SUCCESS
See detailed report in MegaLinter reports |
--- kubernetes/cluster-0/apps/network/ingress-nginx/external Kustomization: flux-system/cluster-apps-nginx-external HelmRelease: network/nginx-external
+++ kubernetes/cluster-0/apps/network/ingress-nginx/external Kustomization: flux-system/cluster-apps-nginx-external HelmRelease: network/nginx-external
@@ -13,13 +13,13 @@
chart: ingress-nginx
interval: 30m
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.9.0
+ version: 4.11.3
interval: 30m
values:
controller:
admissionWebhooks:
objectSelector:
matchExpressions:
--- kubernetes/cluster-0/apps/network/ingress-nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal HelmRelease: network/nginx-internal
+++ kubernetes/cluster-0/apps/network/ingress-nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal HelmRelease: network/nginx-internal
@@ -13,13 +13,13 @@
chart: ingress-nginx
interval: 30m
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.9.0
+ version: 4.11.3
interval: 30m
values:
controller:
admissionWebhooks:
objectSelector:
matchExpressions:
--- kubernetes/cluster-0/apps/network/ingress-nginx/tailscale Kustomization: flux-system/nginx-tailscale HelmRelease: network/nginx-tailscale
+++ kubernetes/cluster-0/apps/network/ingress-nginx/tailscale Kustomization: flux-system/nginx-tailscale HelmRelease: network/nginx-tailscale
@@ -13,13 +13,13 @@
chart: ingress-nginx
interval: 30m
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.9.0
+ version: 4.11.3
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,13 +30,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.9.5@sha256:b3aba22b1da80e7acfc52b115cae1d4c687172cbf2b742d5b502419c25ff340e
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: network/nginx-external ValidatingWebhookConfiguration: network/nginx-external-admission
+++ HelmRelease: network/nginx-external ValidatingWebhookConfiguration: network/nginx-external-admission
@@ -27,12 +27,13 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-external-controller-admission
namespace: network
+ port: 443
path: /networking/v1/ingresses
objectSelector:
matchExpressions:
- key: ingress-class
operator: In
values:
--- HelmRelease: network/nginx-external ServiceAccount: network/nginx-external-admission
+++ HelmRelease: network/nginx-external ServiceAccount: network/nginx-external-admission
@@ -10,7 +10,8 @@
labels:
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: admission-webhook
+automountServiceAccountToken: true
--- 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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-external-controller-admission,nginx-external-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-external-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
--- HelmRelease: network/nginx-internal Deployment: network/nginx-internal-controller
+++ HelmRelease: network/nginx-internal Deployment: network/nginx-internal-controller
@@ -30,13 +30,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.9.5@sha256:b3aba22b1da80e7acfc52b115cae1d4c687172cbf2b742d5b502419c25ff340e
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: network/nginx-internal ValidatingWebhookConfiguration: network/nginx-internal-admission
+++ HelmRelease: network/nginx-internal ValidatingWebhookConfiguration: network/nginx-internal-admission
@@ -27,12 +27,13 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-internal-controller-admission
namespace: network
+ port: 443
path: /networking/v1/ingresses
objectSelector:
matchExpressions:
- key: ingress-class
operator: In
values:
--- HelmRelease: network/nginx-internal ServiceAccount: network/nginx-internal-admission
+++ HelmRelease: network/nginx-internal ServiceAccount: network/nginx-internal-admission
@@ -10,7 +10,8 @@
labels:
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: admission-webhook
+automountServiceAccountToken: true
--- 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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-internal-controller-admission,nginx-internal-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-internal-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
--- HelmRelease: network/nginx-tailscale Deployment: network/nginx-tailscale-controller
+++ HelmRelease: network/nginx-tailscale Deployment: network/nginx-tailscale-controller
@@ -30,13 +30,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.9.5@sha256:b3aba22b1da80e7acfc52b115cae1d4c687172cbf2b742d5b502419c25ff340e
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: network/nginx-tailscale ValidatingWebhookConfiguration: network/nginx-tailscale-admission
+++ HelmRelease: network/nginx-tailscale ValidatingWebhookConfiguration: network/nginx-tailscale-admission
@@ -27,12 +27,13 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-tailscale-controller-admission
namespace: network
+ port: 443
path: /networking/v1/ingresses
objectSelector:
matchExpressions:
- key: ingress-class
operator: In
values:
--- HelmRelease: network/nginx-tailscale ServiceAccount: network/nginx-tailscale-admission
+++ HelmRelease: network/nginx-tailscale ServiceAccount: network/nginx-tailscale-admission
@@ -10,7 +10,8 @@
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-tailscale
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
+automountServiceAccountToken: true
--- HelmRelease: network/nginx-tailscale Job: network/nginx-tailscale-admission-create
+++ HelmRelease: network/nginx-tailscale Job: network/nginx-tailscale-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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-tailscale-controller-admission,nginx-tailscale-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=nginx-tailscale-admission
--- HelmRelease: network/nginx-tailscale Job: network/nginx-tailscale-admission-patch
+++ HelmRelease: network/nginx-tailscale Job: network/nginx-tailscale-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:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-tailscale-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false |
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
| datasource | package | from | to | | ---------- | ------------- | ----- | ------ | | helm | ingress-nginx | 4.9.0 | 4.11.3 |
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
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.