From 5097935e17497c6eb331961ab570e8f662d618ff Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 9 Feb 2026 09:39:40 +0100 Subject: [PATCH] updated images --- code-system/code.yaml | 2 +- database-system/cnpg/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code-system/code.yaml b/code-system/code.yaml index 85eff87..f4ddabf 100644 --- a/code-system/code.yaml +++ b/code-system/code.yaml @@ -50,7 +50,7 @@ spec: fsGroup: 1000 containers: - name: code-server - image: codercom/code-server:4.108.0 + image: codercom/code-server:4.108.2 args: - --bind-addr=0.0.0.0:8080 - --auth=none diff --git a/database-system/cnpg/values.yaml b/database-system/cnpg/values.yaml index 835ca44..0716143 100644 --- a/database-system/cnpg/values.yaml +++ b/database-system/cnpg/values.yaml @@ -54,10 +54,10 @@ resources: # Replicas (1 is fine for homelab) replicaCount: 1 -# Image configuration (optional - use defaults) -# image: -# repository: ghcr.io/cloudnative-pg/cloudnative-pg -# tag: 1.28.0 +Image configuration (optional - use defaults) +image: + repository: ghcr.io/cloudnative-pg/cloudnative-pg + tag: 1.28.1 # Service configuration service: