chaijunkin / home-ops

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

feat(container)!: Update image ghcr.io/mendhak/http-https-echo to v32 - autoclosed #83

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/mendhak/http-https-echo major 31 -> 32

Release Notes

mendhak/docker-http-https-echo (ghcr.io/mendhak/http-https-echo) ### [`v32`](https://togithub.com/mendhak/docker-http-https-echo/blob/HEAD/CHANGELOG.md#Version-32---2024-03-28) [Compare Source](https://togithub.com/mendhak/docker-http-https-echo/compare/31...32) - Update Express to 4.19.2 to address CVE-2024-29041

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

github-actions[bot] commented 8 months ago
--- kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server

+++ kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server

@@ -36,13 +36,13 @@

               HTTP_PORT: 8080
               LOG_IGNORE_PATH: /healthz
               LOG_WITHOUT_NEWLINE: true
               PROMETHEUS_ENABLED: true
             image:
               repository: ghcr.io/mendhak/http-https-echo
-              tag: 31
+              tag: 32
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/downloads/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: downloads/qbittorrent

+++ kubernetes/apps/downloads/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: downloads/qbittorrent

@@ -62,16 +62,12 @@

             envFrom:
             - secretRef:
                 name: qbittorrent-secret
             image:
               repository: ghcr.io/qdm12/gluetun
               tag: v3.38.0
-            securityContext:
-              capabilities:
-                add:
-                - NET_ADMIN
         pod:
           securityContext:
             fsGroup: 1004
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 1004
             runAsUser: 1004
github-actions[bot] commented 8 months ago
--- HelmRelease: network/echo-server Deployment: network/echo-server

+++ HelmRelease: network/echo-server Deployment: network/echo-server

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

         - name: LOG_IGNORE_PATH
           value: /healthz
         - name: LOG_WITHOUT_NEWLINE
           value: 'true'
         - name: PROMETHEUS_ENABLED
           value: 'true'
-        image: ghcr.io/mendhak/http-https-echo:31
+        image: ghcr.io/mendhak/http-https-echo:32
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8080
           initialDelaySeconds: 0
--- HelmRelease: downloads/qbittorrent Deployment: downloads/qbittorrent

+++ HelmRelease: downloads/qbittorrent Deployment: downloads/qbittorrent

@@ -81,16 +81,12 @@

           value: wireguard
         envFrom:
         - secretRef:
             name: qbittorrent-secret
         image: ghcr.io/qdm12/gluetun:v3.38.0
         name: gluetun
-        securityContext:
-          capabilities:
-            add:
-            - NET_ADMIN
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /media
           name: media
       volumes: