-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update helm release ingress-nginx to v4.8.4 #638
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
--- . HelmRelease: ingress/ingress-nginx NetworkPolicy: ingress/ingress-nginx-admission
+++ . HelmRelease: ingress/ingress-nginx NetworkPolicy: ingress/ingress-nginx-admission
@@ -1,27 +0,0 @@
----
-apiVersion: networking.k8s.io/v1
-kind: NetworkPolicy
-metadata:
- name: ingress-nginx-admission
- namespace: ingress
- annotations:
- helm.sh/hook: pre-install,pre-upgrade,post-install,post-upgrade
- helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
- labels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/instance: ingress-nginx
- app.kubernetes.io/part-of: ingress-nginx
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/component: admission-webhook
-spec:
- podSelector:
- matchLabels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/instance: ingress-nginx
- app.kubernetes.io/component: admission-webhook
- policyTypes:
- - Ingress
- - Egress
- egress:
- - {}
-
--- . HelmRelease: ingress/ingress-nginx ValidatingWebhookConfiguration: ingress/ingress-nginx-admission
+++ . HelmRelease: ingress/ingress-nginx ValidatingWebhookConfiguration: ingress/ingress-nginx-admission
@@ -25,10 +25,10 @@
failurePolicy: Fail
sideEffects: None
admissionReviewVersions:
- v1
clientConfig:
service:
+ name: ingress-nginx-controller-admission
namespace: ingress
- name: ingress-nginx-controller-admission
path: /networking/v1/ingresses
--- . HelmRelease: ingress/ingress-nginx Deployment: ingress/ingress-nginx-controller
+++ . HelmRelease: ingress/ingress-nginx Deployment: ingress/ingress-nginx-controller
@@ -46,19 +46,23 @@
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/ingress-nginx-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
securityContext:
+ runAsNonRoot: true
+ runAsUser: 101
+ allowPrivilegeEscalation: false
+ seccompProfile:
+ type: RuntimeDefault
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
- runAsUser: 101
- allowPrivilegeEscalation: true
+ readOnlyRootFilesystem: false
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
--- . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-create
+++ . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-create
@@ -37,15 +37,19 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-admission
nodeSelector:
kubernetes.io/os: linux
- securityContext:
- fsGroup: 2000
- runAsNonRoot: true
- runAsUser: 2000
--- . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-patch
+++ . HelmRelease: ingress/ingress-nginx Job: ingress/ingress-nginx-admission-patch
@@ -39,15 +39,19 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-admission
nodeSelector:
kubernetes.io/os: linux
- securityContext:
- fsGroup: 2000
- runAsNonRoot: true
- runAsUser: 2000
--- . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-patch
+++ . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-patch
@@ -39,15 +39,19 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-internal-admission
nodeSelector:
kubernetes.io/os: linux
- securityContext:
- fsGroup: 2000
- runAsNonRoot: true
- runAsUser: 2000
--- . HelmRelease: ingress/ingress-nginx-internal NetworkPolicy: ingress/ingress-nginx-internal-admission
+++ . HelmRelease: ingress/ingress-nginx-internal NetworkPolicy: ingress/ingress-nginx-internal-admission
@@ -1,27 +0,0 @@
----
-apiVersion: networking.k8s.io/v1
-kind: NetworkPolicy
-metadata:
- name: ingress-nginx-internal-admission
- namespace: ingress
- annotations:
- helm.sh/hook: pre-install,pre-upgrade,post-install,post-upgrade
- helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
- 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
-spec:
- podSelector:
- matchLabels:
- app.kubernetes.io/name: ingress-nginx
- app.kubernetes.io/instance: ingress-nginx-internal
- app.kubernetes.io/component: admission-webhook
- policyTypes:
- - Ingress
- - Egress
- egress:
- - {}
-
--- . HelmRelease: ingress/ingress-nginx-internal ValidatingWebhookConfiguration: ingress/ingress-nginx-internal-admission
+++ . HelmRelease: ingress/ingress-nginx-internal ValidatingWebhookConfiguration: ingress/ingress-nginx-internal-admission
@@ -25,10 +25,10 @@
failurePolicy: Fail
sideEffects: None
admissionReviewVersions:
- v1
clientConfig:
service:
+ name: ingress-nginx-internal-controller-admission
namespace: ingress
- name: ingress-nginx-internal-controller-admission
path: /networking/v1/ingresses
--- . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-create
+++ . HelmRelease: ingress/ingress-nginx-internal Job: ingress/ingress-nginx-internal-admission-create
@@ -37,15 +37,19 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 65532
+ seccompProfile:
+ type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: ingress-nginx-internal-admission
nodeSelector:
kubernetes.io/os: linux
- securityContext:
- fsGroup: 2000
- runAsNonRoot: true
- runAsUser: 2000
--- . HelmRelease: ingress/ingress-nginx-internal Deployment: ingress/ingress-nginx-internal-controller
+++ . HelmRelease: ingress/ingress-nginx-internal Deployment: ingress/ingress-nginx-internal-controller
@@ -46,19 +46,23 @@
- --ingress-class=nginx-internal
- --configmap=$(POD_NAMESPACE)/ingress-nginx-internal-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
securityContext:
+ runAsNonRoot: true
+ runAsUser: 101
+ allowPrivilegeEscalation: false
+ seccompProfile:
+ type: RuntimeDefault
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
- runAsUser: 101
- allowPrivilegeEscalation: true
+ readOnlyRootFilesystem: false
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE |
--- . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx
+++ . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx
@@ -6,13 +6,13 @@
namespace: ingress
spec:
interval: 1h
chart:
spec:
chart: ingress-nginx
- version: 4.8.3
+ version: 4.8.4
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values:
--- . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx-internal
+++ . Kustomization: flux-system/flux-system HelmRelease: ingress/ingress-nginx-internal
@@ -6,13 +6,13 @@
namespace: ingress
spec:
interval: 1h
chart:
spec:
chart: ingress-nginx
- version: 4.8.3
+ version: 4.8.4
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: ingress
interval: 1h
values: |
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.8.3
->4.8.4
Release Notes
kubernetes/ingress-nginx (ingress-nginx)
v4.8.4
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.