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: