martinohmann / home-ops

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

fix(container): update ghcr.io/coder/code-server ( 4.90.2 → 4.90.3 ) #1015

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/coder/code-server patch 4.90.2 -> 4.90.3

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 month ago

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: default/home-assistant

+++ kubernetes/main/apps/default/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: default/home-assistant

@@ -62,13 +62,13 @@

             - /config/.vscode
             - --port
             - '80'
             - /config
             image:
               repository: ghcr.io/coder/code-server
-              tag: 4.90.2
+              tag: 4.90.3
             resources:
               limits:
                 memory: 1Gi
               requests:
                 cpu: 10m
                 memory: 128Mi
github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/main

--- HelmRelease: default/home-assistant Deployment: default/home-assistant

+++ HelmRelease: default/home-assistant Deployment: default/home-assistant

@@ -67,13 +67,13 @@

         - /config/.vscode
         - --extensions-dir
         - /config/.vscode
         - --port
         - '80'
         - /config
-        image: ghcr.io/coder/code-server:4.90.2
+        image: ghcr.io/coder/code-server:4.90.3
         name: code
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 10m