generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(helm): update chart ingress-nginx ( 4.12.3 → 4.14.0 ) #92
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
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 hidden or 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/external/ingress-nginx Kustomization: network/external-ingress-nginx HelmRelease: network/external-ingress-nginx
+++ kubernetes/apps/network/external/ingress-nginx Kustomization: network/external-ingress-nginx HelmRelease: network/external-ingress-nginx
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.12.3
+ version: 4.14.0
install:
remediation:
retries: -1
interval: 1h
upgrade:
cleanupOnFail: true
--- kubernetes/apps/network/internal/ingress-nginx Kustomization: network/internal-ingress-nginx HelmRelease: network/internal-ingress-nginx
+++ kubernetes/apps/network/internal/ingress-nginx Kustomization: network/internal-ingress-nginx HelmRelease: network/internal-ingress-nginx
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.12.3
+ version: 4.14.0
install:
remediation:
retries: -1
interval: 1h
upgrade:
cleanupOnFail: true |
--- HelmRelease: network/external-ingress-nginx Deployment: network/external-ingress-nginx-controller
+++ HelmRelease: network/external-ingress-nginx Deployment: network/external-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.12.3@sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
+ image: registry.k8s.io/ingress-nginx/controller:v1.14.0@sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -117,12 +117,13 @@
requests:
cpu: 100m
memory: 90Mi
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: external-ingress-nginx
+ automountServiceAccountToken: true
terminationGracePeriodSeconds: 300
volumes:
- name: webhook-cert
secret:
secretName: external-ingress-nginx-admission
--- HelmRelease: network/external-ingress-nginx Job: network/external-ingress-nginx-admission-create
+++ HelmRelease: network/external-ingress-nginx Job: network/external-ingress-nginx-admission-create
@@ -24,13 +24,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.5.4@sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
imagePullPolicy: IfNotPresent
args:
- create
- --host=external-ingress-nginx-controller-admission,external-ingress-nginx-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=external-ingress-nginx-admission
@@ -49,9 +49,10 @@
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: external-ingress-nginx-admission
+ automountServiceAccountToken: true
nodeSelector:
kubernetes.io/os: linux
--- HelmRelease: network/external-ingress-nginx Job: network/external-ingress-nginx-admission-patch
+++ HelmRelease: network/external-ingress-nginx Job: network/external-ingress-nginx-admission-patch
@@ -24,13 +24,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.5.4@sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=external-ingress-nginx-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -51,9 +51,10 @@
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: external-ingress-nginx-admission
+ automountServiceAccountToken: true
nodeSelector:
kubernetes.io/os: linux
--- HelmRelease: network/internal-ingress-nginx Deployment: network/internal-ingress-nginx-controller
+++ HelmRelease: network/internal-ingress-nginx Deployment: network/internal-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.12.3@sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
+ image: registry.k8s.io/ingress-nginx/controller:v1.14.0@sha256:e4127065d0317bd11dc64c4dd38dcf7fb1c3d72e468110b4086e636dbaac943d
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -117,12 +117,13 @@
requests:
cpu: 100m
memory: 90Mi
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: internal-ingress-nginx
+ automountServiceAccountToken: true
terminationGracePeriodSeconds: 300
volumes:
- name: webhook-cert
secret:
secretName: internal-ingress-nginx-admission
--- HelmRelease: network/internal-ingress-nginx Job: network/internal-ingress-nginx-admission-create
+++ HelmRelease: network/internal-ingress-nginx Job: network/internal-ingress-nginx-admission-create
@@ -24,13 +24,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.5.4@sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
imagePullPolicy: IfNotPresent
args:
- create
- --host=internal-ingress-nginx-controller-admission,internal-ingress-nginx-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=internal-ingress-nginx-admission
@@ -49,9 +49,10 @@
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: internal-ingress-nginx-admission
+ automountServiceAccountToken: true
nodeSelector:
kubernetes.io/os: linux
--- HelmRelease: network/internal-ingress-nginx Job: network/internal-ingress-nginx-admission-patch
+++ HelmRelease: network/internal-ingress-nginx Job: network/internal-ingress-nginx-admission-patch
@@ -24,13 +24,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.5.4@sha256:7a38cf0f8480775baaee71ab519c7465fd1dfeac66c421f28f087786e631456e
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=internal-ingress-nginx-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -51,9 +51,10 @@
runAsNonRoot: true
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: internal-ingress-nginx-admission
+ automountServiceAccountToken: true
nodeSelector:
kubernetes.io/os: linux
|
b0b1a0e to
12f8a10
Compare
61b3fc2 to
30b5e51
Compare
a7a1364 to
c21d0f7
Compare
937b569 to
6a77568
Compare
6a77568 to
91ed7f2
Compare
1429ea2 to
e77a924
Compare
6afe08b to
e1f41b0
Compare
d987ec3 to
2b90664
Compare
f8cd585 to
273c42e
Compare
0774662 to
16fe698
Compare
f6ebdb3 to
7411eab
Compare
7411eab to
89b9fe7
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.12.3->4.14.0Release Notes
kubernetes/ingress-nginx (ingress-nginx)
v4.14.0Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.13.4Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
v4.13.3Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.13.3
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.13.2...helm-chart-4.13.3
v4.13.2Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.13.2
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.13.1...helm-chart-4.13.2
v4.13.1Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.13.1
helm-testtarget. (#13659)Full Changelog: kubernetes/ingress-nginx@helm-chart-4.13.0...helm-chart-4.13.1
v4.13.0Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.13.0
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.12.0...helm-chart-4.13.0
v4.12.7Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.12.7
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.12.7...helm-chart-4.12.7
v4.12.6Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.12.6
Full Changelog: kubernetes/ingress-nginx@helm-chart-4.12.5...helm-chart-4.12.6
v4.12.5Changelog
This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.
4.12.5
helm-testtarget. (#13660)Full Changelog: kubernetes/ingress-nginx@helm-chart-4.12.4...helm-chart-4.12.5
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.