Skip to content
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(ingress-nginx): update helm-release ( 4.11.4 β†’ 4.12.0 ) #4234

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

@tyriis-automation tyriis-automation bot commented Dec 30, 2024

This PR contains the following updates:

Package Update Change OpenSSF
ingress-nginx minor 4.11.4 -> 4.12.0 OpenSSF Scorecard

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update area/kubernetes cluster/kube-nas labels Dec 30, 2024
@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Dec 30, 2024

--- kubernetes/kube-nas/apps/nginx-ingress/nginx/app Kustomization: flux-system/nginx-ingress HelmRelease: nginx-ingress/nginx

+++ kubernetes/kube-nas/apps/nginx-ingress/nginx/app Kustomization: flux-system/nginx-ingress HelmRelease: nginx-ingress/nginx

@@ -12,13 +12,13 @@

     spec:
       chart: ingress-nginx
       sourceRef:
         kind: HelmRepository
         name: ingress-nginx-charts
         namespace: flux-system
-      version: 4.11.4
+      version: 4.12.0
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Dec 30, 2024

--- HelmRelease: nginx-ingress/nginx Deployment: nginx-ingress/nginx-controller

+++ HelmRelease: nginx-ingress/nginx Deployment: nginx-ingress/nginx-controller

@@ -32,13 +32,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.11.4@sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
+        image: registry.k8s.io/ingress-nginx/controller:v1.12.0@sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa
         imagePullPolicy: IfNotPresent
         lifecycle:
           preStop:
             exec:
               command:
               - /wait-shutdown
@@ -49,16 +49,16 @@

         - --controller-class=k8s.io/ingress-nginx
         - --ingress-class=nginx
         - --configmap=$(POD_NAMESPACE)/nginx-controller
         - --validating-webhook=:8443
         - --validating-webhook-certificate=/usr/local/certificates/cert
         - --validating-webhook-key=/usr/local/certificates/key
-        - --enable-metrics=false
         securityContext:
           runAsNonRoot: true
           runAsUser: 101
+          runAsGroup: 82
           allowPrivilegeEscalation: false
           seccompProfile:
             type: RuntimeDefault
           capabilities:
             drop:
             - ALL
--- HelmRelease: nginx-ingress/nginx Job: nginx-ingress/nginx-admission-create

+++ HelmRelease: nginx-ingress/nginx Job: nginx-ingress/nginx-admission-create

@@ -41,12 +41,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
+          runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
           seccompProfile:
             type: RuntimeDefault
       restartPolicy: OnFailure
       serviceAccountName: nginx-admission
--- HelmRelease: nginx-ingress/nginx Job: nginx-ingress/nginx-admission-patch

+++ HelmRelease: nginx-ingress/nginx Job: nginx-ingress/nginx-admission-patch

@@ -43,12 +43,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
+          runAsGroup: 65532
           runAsNonRoot: true
           runAsUser: 65532
           seccompProfile:
             type: RuntimeDefault
       restartPolicy: OnFailure
       serviceAccountName: nginx-admission

@tyriis-automation
Copy link
Contributor Author

tyriis-automation bot commented Dec 30, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… EDITORCONFIG editorconfig-checker 1 0 0.01s
βœ… REPOSITORY gitleaks yes no 4.02s
βœ… YAML prettier 1 0 0.55s
βœ… YAML yamllint 1 0 0.35s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot force-pushed the renovate/ingress-nginx-4.x branch from 7e58284 to d0b7115 Compare December 30, 2024 19:16
@tyriis-automation tyriis-automation bot changed the title feat(ingress-nginx): update helm-release ( 4.11.3 β†’ 4.12.0 ) feat(ingress-nginx): update helm-release ( 4.11.4 β†’ 4.12.0 ) Dec 30, 2024
@tyriis-automation tyriis-automation bot merged commit 6449ce4 into main Dec 30, 2024
16 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/ingress-nginx-4.x branch December 30, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/kube-nas renovate/flux renovate flux manager renovate/helm renovate helm datasource type/minor a minor update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants