chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

fix(container): update image ghcr.io/nginxinc/nginx-unprivileged ( 1.27.0 → 1.27.2 ) #251

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/nginxinc/nginx-unprivileged patch 1.27.0-alpine -> 1.27.2-alpine

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nginxinc/docker-nginx-unprivileged (ghcr.io/nginxinc/nginx-unprivileged) ### [`v1.27.2`](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/releases/tag/1.27.2) [Compare Source](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/compare/1.27.1...1.27.2) 1.27.2 (mainline) ### [`v1.27.1`](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/releases/tag/1.27.1) [Compare Source](https://redirect.github.com/nginxinc/docker-nginx-unprivileged/compare/1.27.0...1.27.1) 1.27.1 (mainline)

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 3 months ago
--- kubernetes/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki

+++ kubernetes/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki

@@ -44,13 +44,13 @@

           maxUnavailable: 50%
         type: RollingUpdate
       enabled: true
       image:
         registry: ghcr.io
         repository: nginxinc/nginx-unprivileged
-        tag: 1.27.0-alpine
+        tag: 1.27.2-alpine
       ingress:
         annotations:
           nginx.ingress.kubernetes.io/whitelist-source-range: |
             10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
         enabled: true
         hosts:
github-actions[bot] commented 3 months ago
--- HelmRelease: observability/loki Deployment: observability/loki-gateway

+++ HelmRelease: observability/loki Deployment: observability/loki-gateway

@@ -38,13 +38,13 @@

         runAsGroup: 101
         runAsNonRoot: true
         runAsUser: 101
       terminationGracePeriodSeconds: 30
       containers:
       - name: nginx
-        image: ghcr.io/nginxinc/nginx-unprivileged:1.27.0-alpine
+        image: ghcr.io/nginxinc/nginx-unprivileged:1.27.2-alpine
         imagePullPolicy: IfNotPresent
         ports:
         - name: http-metrics
           containerPort: 8080
           protocol: TCP
         readinessProbe: