Skip to content

Commit c588f7e

Browse files
committed
chore(helm): use bitnami legacy repo
1 parent 21f2558 commit c588f7e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

hosting/k8s/helm/templates/webapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
mountPath: /home/node/shared
7878
containers:
7979
- name: token-syncer
80-
image: bitnami/kubectl:1.28
80+
image: bitnamilegacy/kubectl:1.28
8181
securityContext:
8282
runAsUser: 1000
8383
runAsNonRoot: true

hosting/k8s/helm/values.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ global:
22
imageRegistry: ""
33
imagePullSecrets: []
44
storageClass: ""
5+
security:
6+
# Required when using bitnami legacy images
7+
allowInsecureImages: true
58

69
nameOverride: ""
710
fullnameOverride: ""
@@ -359,6 +362,11 @@ supervisor:
359362
postgres:
360363
deploy: true
361364

365+
image:
366+
# Use bitnami legacy repo
367+
repository: bitnamilegacy/postgresql
368+
# image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r12
369+
362370
# Bitnami PostgreSQL chart configuration (when deploy: true)
363371
auth:
364372
enablePostgresUser: true
@@ -409,6 +417,11 @@ postgres:
409417
redis:
410418
deploy: true
411419

420+
image:
421+
# Use bitnami legacy repo
422+
repository: bitnamilegacy/redis
423+
# image: docker.io/bitnamilegacy/redis:8.0.2-debian-12-r4
424+
412425
# Bitnami Redis chart configuration (when deploy: true)
413426
auth:
414427
enabled: false
@@ -499,6 +512,11 @@ electric:
499512
clickhouse:
500513
deploy: true
501514

515+
image:
516+
# Use bitnami legacy repo
517+
repository: bitnamilegacy/clickhouse
518+
# image: docker.io/bitnamilegacy/clickhouse:25.6.1-debian-12-r0
519+
502520
# TLS/Secure connection configuration
503521
secure: false # Set to true to use HTTPS and secure connections
504522

@@ -561,6 +579,11 @@ s3:
561579
# Set to true to deploy internal MinIO (default)
562580
deploy: true
563581

582+
image:
583+
# Use bitnami legacy repo
584+
repository: bitnamilegacy/minio
585+
# image: docker.io/bitnamilegacy/minio:2025.6.13-debian-12-r0
586+
564587
# Bitnami MinIO chart configuration (when deploy: true)
565588
# MinIO provides S3-compatible storage when deployed internally
566589
auth:

0 commit comments

Comments
 (0)