martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(container): update docker.io/jmalloc/echo-server ( 0.3.6 → v0.3.7 ) #1056

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/jmalloc/echo-server patch 0.3.6 -> v0.3.7

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.

github-actions[bot] commented 1 week ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/networking/echo-server/app Kustomization: flux-system/echo-server HelmRelease: networking/echo-server

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

@@ -35,13 +35,13 @@

         containers:
           app:
             env:
               PORT: 8080
             image:
               repository: docker.io/jmalloc/echo-server
-              tag: 0.3.6
+              tag: v0.3.7
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
github-actions[bot] commented 1 week ago

helmrelease changes in kubernetes/main

--- HelmRelease: networking/echo-server Deployment: networking/echo-server

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

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

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: PORT
           value: '8080'
-        image: docker.io/jmalloc/echo-server:0.3.6
+        image: docker.io/jmalloc/echo-server:v0.3.7
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 8080
           initialDelaySeconds: 0