-
Notifications
You must be signed in to change notification settings - Fork 14
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/ingress-nginx): update 4.10.0 ➼ 4.11.3 #969
Merged
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
Deploying jjgadgets-biohazard with Cloudflare Pages
|
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
11 times, most recently
from
July 12, 2024 11:06
55cb91a
to
2ecfed9
Compare
--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-internal
+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-internal
@@ -12,13 +12,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.10.0
+ version: 4.11.3
driftDetection:
ignore:
- paths:
- /spec/replicas
mode: warn
install:
--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-external
+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-external
@@ -12,13 +12,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.10.0
+ version: 4.11.3
driftDetection:
ignore:
- paths:
- /spec/replicas
mode: warn
install:
--- kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-public
+++ kube/deploy/core/ingress/ingress-nginx/app Kustomization: flux-system/1-core-ingress-nginx-app HelmRelease: ingress/nginx-public
@@ -12,13 +12,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.10.0
+ version: 4.11.3
driftDetection:
ignore:
- paths:
- /spec/replicas
mode: warn
install: |
--- HelmRelease: ingress/nginx-public Deployment: ingress/nginx-public-controller
+++ HelmRelease: ingress/nginx-public Deployment: ingress/nginx-public-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: ingress/nginx-public ValidatingWebhookConfiguration: ingress/nginx-public-admission
+++ HelmRelease: ingress/nginx-public ValidatingWebhookConfiguration: ingress/nginx-public-admission
@@ -27,8 +27,9 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-public-controller-admission
namespace: ingress
+ port: 443
path: /networking/v1/ingresses
--- HelmRelease: ingress/nginx-public ServiceAccount: ingress/nginx-public-admission
+++ HelmRelease: ingress/nginx-public ServiceAccount: ingress/nginx-public-admission
@@ -10,7 +10,8 @@
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-public
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
+automountServiceAccountToken: true
--- HelmRelease: ingress/nginx-public Job: ingress/nginx-public-admission-create
+++ HelmRelease: ingress/nginx-public Job: ingress/nginx-public-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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-public-controller-admission,nginx-public-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=nginx-public-admission
--- HelmRelease: ingress/nginx-public Job: ingress/nginx-public-admission-patch
+++ HelmRelease: ingress/nginx-public Job: ingress/nginx-public-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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4@sha256:a9f03b34a3cbfbb26d103a14046ab2c5130a80c3d69d526ff8063d2b37b9fd3f
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-public-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
--- HelmRelease: ingress/nginx-external Deployment: ingress/nginx-external-controller
+++ HelmRelease: ingress/nginx-external Deployment: ingress/nginx-external-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: ingress/nginx-external ValidatingWebhookConfiguration: ingress/nginx-external-admission
+++ HelmRelease: ingress/nginx-external ValidatingWebhookConfiguration: ingress/nginx-external-admission
@@ -27,8 +27,9 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-external-controller-admission
namespace: ingress
+ port: 443
path: /networking/v1/ingresses
--- HelmRelease: ingress/nginx-external ServiceAccount: ingress/nginx-external-admission
+++ HelmRelease: ingress/nginx-external ServiceAccount: ingress/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: ingress/nginx-external Job: ingress/nginx-external-admission-create
+++ HelmRelease: ingress/nginx-external Job: 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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ 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: ingress/nginx-external Job: ingress/nginx-external-admission-patch
+++ HelmRelease: ingress/nginx-external Job: 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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ 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: ingress/nginx-internal Deployment: ingress/nginx-internal-controller
+++ HelmRelease: ingress/nginx-internal Deployment: ingress/nginx-internal-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.10.0@sha256:42b3f0e5d0846876b1791cd3afeb5f1cbbe4259d6f35651dcc1b5c980925379c
+ image: registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
--- HelmRelease: ingress/nginx-internal ValidatingWebhookConfiguration: ingress/nginx-internal-admission
+++ HelmRelease: ingress/nginx-internal ValidatingWebhookConfiguration: ingress/nginx-internal-admission
@@ -27,8 +27,9 @@
admissionReviewVersions:
- v1
clientConfig:
service:
name: nginx-internal-controller-admission
namespace: ingress
+ port: 443
path: /networking/v1/ingresses
--- HelmRelease: ingress/nginx-internal ServiceAccount: ingress/nginx-internal-admission
+++ HelmRelease: ingress/nginx-internal ServiceAccount: ingress/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: ingress/nginx-internal Job: ingress/nginx-internal-admission-create
+++ HelmRelease: ingress/nginx-internal Job: 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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ 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: ingress/nginx-internal Job: ingress/nginx-internal-admission-patch
+++ HelmRelease: ingress/nginx-internal Job: 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.0@sha256:44d1d0e9f19c63f58b380c5fddaca7cf22c7cee564adeff365225a5df5ef3334
+ 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 |
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
July 18, 2024 18:03
2ecfed9
to
c7ce148
Compare
tinfoild
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
JJGadgets
force-pushed
the
main
branch
3 times, most recently
from
July 19, 2024 01:48
fe60c32
to
3679f5a
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
August 16, 2024 07:10
c7ce148
to
40edb8a
Compare
tinfoild
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
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
5 times, most recently
from
September 30, 2024 09:33
5d784a8
to
9ef93d8
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
October 1, 2024 13:12
9ef93d8
to
65fa0b9
Compare
tinfoild
bot
added
kube/deploy/core
renovate/datasource/helm
renovate/type/minor
and removed
kube-deploy-core
renovate/helm
type/minor
labels
Oct 1, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
2 times, most recently
from
October 1, 2024 13:40
41b4b9d
to
94e2c9b
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
October 8, 2024 21:24
94e2c9b
to
a001a36
Compare
tinfoild
bot
changed the title
feat(helm): update chart ingress-nginx to 4.11.2
feat(helm): update chart ingress-nginx to 4.11.3
Oct 8, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
October 22, 2024 04:50
a001a36
to
695f75d
Compare
tinfoild
bot
changed the title
feat(helm): update chart ingress-nginx to 4.11.3
feat(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.11.3
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
December 4, 2024 11:44
695f75d
to
89bb0f0
Compare
tinfoild
bot
changed the title
feat(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.11.3
feat(helm/ingress-nginx): update ➼ 4.11.3
Dec 4, 2024
tinfoild
bot
changed the title
feat(helm/ingress-nginx): update ➼ 4.11.3
feat(helm/ingress-nginx): update 4.10.0 ➼ 4.11.3
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
December 5, 2024 10:02
89bb0f0
to
80411c9
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
3 times, most recently
from
December 6, 2024 02:24
b1e8528
to
28bc5fd
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.x
branch
from
December 6, 2024 15:43
28bc5fd
to
8c3fc6e
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.10.0
->4.11.3
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 this update again.
This PR has been generated by Renovate Bot.