This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(helm): update chart ingress-nginx to 4.11.2 #194
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/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
--- kubernetes/apps/network/ingress-nginx/internal Kustomization: flux-system/ingress-nginx-internal HelmRelease: network/ingress-nginx-internal
+++ kubernetes/apps/network/ingress-nginx/internal Kustomization: flux-system/ingress-nginx-internal HelmRelease: network/ingress-nginx-internal
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.10.1
+ version: 4.11.2
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/apps/network/ingress-nginx/external Kustomization: flux-system/ingress-nginx-external HelmRelease: network/ingress-nginx-external
+++ kubernetes/apps/network/ingress-nginx/external Kustomization: flux-system/ingress-nginx-external HelmRelease: network/ingress-nginx-external
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.10.1
+ version: 4.11.2
dependsOn:
- name: cloudflared
namespace: network
install:
remediation:
retries: 3 |
--- HelmRelease: network/ingress-nginx-internal Deployment: network/ingress-nginx-internal-controller
+++ HelmRelease: network/ingress-nginx-internal Deployment: network/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.10.1@sha256:e24f39d3eed6bcc239a56f20098878845f62baa34b9f2be2fd2c38ce9fb0f29e
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.2@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: network/ingress-nginx-internal ServiceAccount: network/ingress-nginx-internal-admission
+++ HelmRelease: network/ingress-nginx-internal ServiceAccount: network/ingress-nginx-internal-admission
@@ -10,7 +10,8 @@
labels:
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: admission-webhook
+automountServiceAccountToken: true
--- HelmRelease: network/ingress-nginx-internal Job: network/ingress-nginx-internal-admission-create
+++ HelmRelease: network/ingress-nginx-internal Job: network/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.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
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
--- HelmRelease: network/ingress-nginx-internal Job: network/ingress-nginx-internal-admission-patch
+++ HelmRelease: network/ingress-nginx-internal Job: network/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.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=ingress-nginx-internal-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
--- HelmRelease: network/ingress-nginx-external Deployment: network/ingress-nginx-external-controller
+++ HelmRelease: network/ingress-nginx-external Deployment: network/ingress-nginx-external-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.10.1@sha256:e24f39d3eed6bcc239a56f20098878845f62baa34b9f2be2fd2c38ce9fb0f29e
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.2@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: network/ingress-nginx-external ServiceAccount: network/ingress-nginx-external-admission
+++ HelmRelease: network/ingress-nginx-external ServiceAccount: network/ingress-nginx-external-admission
@@ -10,7 +10,8 @@
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: ingress-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/ingress-nginx-external Job: network/ingress-nginx-external-admission-create
+++ HelmRelease: network/ingress-nginx-external Job: network/ingress-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.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
imagePullPolicy: IfNotPresent
args:
- create
- --host=ingress-nginx-external-controller-admission,ingress-nginx-external-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=ingress-nginx-external-admission
--- HelmRelease: network/ingress-nginx-external Job: network/ingress-nginx-external-admission-patch
+++ HelmRelease: network/ingress-nginx-external Job: network/ingress-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.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=ingress-nginx-external-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false |
renovate
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
July 18, 2024 20:38
0d21353
to
bc71185
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx to 4.11.0
feat(helm): update chart ingress-nginx to 4.11.1
Jul 18, 2024
renovate
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
August 16, 2024 10:08
bc71185
to
617a239
Compare
renovate
bot
changed the title
feat(helm): update chart ingress-nginx to 4.11.1
feat(helm): update chart ingress-nginx to 4.11.2
Aug 16, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.10.1
->4.11.2
Release Notes
kubernetes/ingress-nginx (ingress-nginx)
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.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
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.