|
2 | 2 | imageRegistry: ""
|
3 | 3 | imagePullSecrets: []
|
4 | 4 | storageClass: ""
|
| 5 | + security: |
| 6 | + # Required when using bitnami legacy images |
| 7 | + allowInsecureImages: true |
5 | 8 |
|
6 | 9 | nameOverride: ""
|
7 | 10 | fullnameOverride: ""
|
@@ -45,6 +48,22 @@ webapp:
|
45 | 48 | tag: "" # Defaults to Chart.appVersion when empty
|
46 | 49 | pullPolicy: IfNotPresent
|
47 | 50 |
|
| 51 | + # Init container for shared directory setup |
| 52 | + volumePermissions: |
| 53 | + image: |
| 54 | + registry: docker.io |
| 55 | + repository: busybox |
| 56 | + tag: "1.35" |
| 57 | + pullPolicy: IfNotPresent |
| 58 | + |
| 59 | + # Sidecar for token syncing |
| 60 | + tokenSyncer: |
| 61 | + image: |
| 62 | + registry: docker.io |
| 63 | + repository: bitnamilegacy/kubectl |
| 64 | + tag: "1.28" |
| 65 | + pullPolicy: IfNotPresent |
| 66 | + |
48 | 67 | # Origin configuration
|
49 | 68 | appOrigin: "http://localhost:3040"
|
50 | 69 | loginOrigin: "http://localhost:3040"
|
@@ -361,6 +380,11 @@ supervisor:
|
361 | 380 | postgres:
|
362 | 381 | deploy: true
|
363 | 382 |
|
| 383 | + image: |
| 384 | + # Use bitnami legacy repo |
| 385 | + repository: bitnamilegacy/postgresql |
| 386 | + # image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r12 |
| 387 | + |
364 | 388 | # Bitnami PostgreSQL chart configuration (when deploy: true)
|
365 | 389 | auth:
|
366 | 390 | enablePostgresUser: true
|
@@ -411,6 +435,11 @@ postgres:
|
411 | 435 | redis:
|
412 | 436 | deploy: true
|
413 | 437 |
|
| 438 | + image: |
| 439 | + # Use bitnami legacy repo |
| 440 | + repository: bitnamilegacy/redis |
| 441 | + # image: docker.io/bitnamilegacy/redis:8.0.2-debian-12-r4 |
| 442 | + |
414 | 443 | # Bitnami Redis chart configuration (when deploy: true)
|
415 | 444 | auth:
|
416 | 445 | enabled: false
|
@@ -501,6 +530,11 @@ electric:
|
501 | 530 | clickhouse:
|
502 | 531 | deploy: true
|
503 | 532 |
|
| 533 | + image: |
| 534 | + # Use bitnami legacy repo |
| 535 | + repository: bitnamilegacy/clickhouse |
| 536 | + # image: docker.io/bitnamilegacy/clickhouse:25.6.1-debian-12-r0 |
| 537 | + |
504 | 538 | # TLS/Secure connection configuration
|
505 | 539 | secure: false # Set to true to use HTTPS and secure connections
|
506 | 540 |
|
|
563 | 597 | # Set to true to deploy internal MinIO (default)
|
564 | 598 | deploy: true
|
565 | 599 |
|
| 600 | + image: |
| 601 | + # Use bitnami legacy repo |
| 602 | + repository: bitnamilegacy/minio |
| 603 | + # image: docker.io/bitnamilegacy/minio:2025.6.13-debian-12-r0 |
| 604 | + |
566 | 605 | # Bitnami MinIO chart configuration (when deploy: true)
|
567 | 606 | # MinIO provides S3-compatible storage when deployed internally
|
568 | 607 | auth:
|
|
0 commit comments