-
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
fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 - autoclosed #811
Closed
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
|
--- 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.10.5
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.10.5
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.10.5
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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
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 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-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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
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 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
--- 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.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
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 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 |
JJGadgets
force-pushed
the
main
branch
4 times, most recently
from
April 28, 2024 21:04
12a15a8
to
7d82757
Compare
JJGadgets
force-pushed
the
main
branch
2 times, most recently
from
May 27, 2024 02:31
a98348d
to
74b5ce6
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
4 times, most recently
from
June 24, 2024 16:22
38b4fba
to
4c6fda2
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
4 times, most recently
from
July 8, 2024 18:24
f5792b6
to
bd544b1
Compare
tinfoild
bot
changed the title
fix(helm): update chart ingress-nginx to 4.10.1
fix(helm): update chart ingress-nginx to 4.10.2
Jul 8, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
9 times, most recently
from
July 12, 2024 01:05
9c11e1d
to
9073431
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
October 1, 2024 13:06
5d38a32
to
3dcb4e1
Compare
tinfoild
bot
added
kube/deploy/core
renovate/datasource/helm
renovate/type/patch
and removed
kube-deploy-core
renovate/helm
type/patch
labels
Oct 1, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
4 times, most recently
from
October 1, 2024 13:40
3a9aa85
to
6f7df5b
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
October 8, 2024 21:09
6f7df5b
to
beec736
Compare
tinfoild
bot
changed the title
fix(helm): update chart ingress-nginx to 4.10.4
fix(helm): update chart ingress-nginx to 4.10.5
Oct 8, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
October 22, 2024 04:47
beec736
to
57f3f06
Compare
tinfoild
bot
changed the title
fix(helm): update chart ingress-nginx to 4.10.5
fix(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.10.5
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
December 4, 2024 11:39
57f3f06
to
db0f4f2
Compare
tinfoild
bot
changed the title
fix(helm/ingress-nginx): update helm release ingress-nginx ➼ 4.10.5
fix(helm/ingress-nginx): update ➼ 4.10.5
Dec 4, 2024
tinfoild
bot
changed the title
fix(helm/ingress-nginx): update ➼ 4.10.5
fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5
Dec 4, 2024
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
December 5, 2024 09:58
db0f4f2
to
ec6dd66
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
3 times, most recently
from
December 6, 2024 02:22
16b9b74
to
b8a4d23
Compare
tinfoild
bot
force-pushed
the
renovate/ingress-nginx-4.10.x
branch
from
December 6, 2024 15:39
b8a4d23
to
7f74442
Compare
tinfoild
bot
changed the title
fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5
fix(helm/ingress-nginx): update 4.10.0 ➼ 4.10.5 - autoclosed
Dec 7, 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.10.0
->4.10.5
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.