trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update public.ecr.aws/nginx/nginx ( 1.27.1 → 1.27.2 ) #167

Closed monosense-arc[bot] closed 2 weeks ago

monosense-arc[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
public.ecr.aws/nginx/nginx patch 1.27.1 -> 1.27.2

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.

monosense-arc[bot] commented 2 weeks ago
--- kubernetes/main/apps/network/cdn/app Kustomization: flux-system/cdn HelmRelease: network/cdn

+++ kubernetes/main/apps/network/cdn/app Kustomization: flux-system/cdn HelmRelease: network/cdn

@@ -27,13 +27,13 @@

         annotations:
           configmap.reloader.stakater.com/reload: cdn-configmap
         containers:
           app:
             image:
               repository: public.ecr.aws/nginx/nginx
-              tag: 1.27.1
+              tag: 1.27.2
         strategy: RollingUpdate
     ingress:
       app:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.monosense.io
         className: external
monosense-arc[bot] commented 2 weeks ago
--- HelmRelease: network/cdn Deployment: network/cdn

+++ HelmRelease: network/cdn Deployment: network/cdn

@@ -32,13 +32,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: public.ecr.aws/nginx/nginx:1.27.1
+      - image: public.ecr.aws/nginx/nginx:1.27.2
         name: app
         volumeMounts:
         - mountPath: /etc/nginx/nginx.conf
           name: nginx-config
           subPath: nginx-config
       volumes: