|
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: "" |
@@ -359,6 +362,11 @@ supervisor: |
359 | 362 | postgres: |
360 | 363 | deploy: true |
361 | 364 |
|
| 365 | + image: |
| 366 | + # Use bitnami legacy repo |
| 367 | + repository: bitnamilegacy/postgresql |
| 368 | + # image: docker.io/bitnamilegacy/postgresql:17.5.0-debian-12-r12 |
| 369 | + |
362 | 370 | # Bitnami PostgreSQL chart configuration (when deploy: true) |
363 | 371 | auth: |
364 | 372 | enablePostgresUser: true |
@@ -409,6 +417,11 @@ postgres: |
409 | 417 | redis: |
410 | 418 | deploy: true |
411 | 419 |
|
| 420 | + image: |
| 421 | + # Use bitnami legacy repo |
| 422 | + repository: bitnamilegacy/redis |
| 423 | + # image: docker.io/bitnamilegacy/redis:8.0.2-debian-12-r4 |
| 424 | + |
412 | 425 | # Bitnami Redis chart configuration (when deploy: true) |
413 | 426 | auth: |
414 | 427 | enabled: false |
@@ -499,6 +512,11 @@ electric: |
499 | 512 | clickhouse: |
500 | 513 | deploy: true |
501 | 514 |
|
| 515 | + image: |
| 516 | + # Use bitnami legacy repo |
| 517 | + repository: bitnamilegacy/clickhouse |
| 518 | + # image: docker.io/bitnamilegacy/clickhouse:25.6.1-debian-12-r0 |
| 519 | + |
502 | 520 | # TLS/Secure connection configuration |
503 | 521 | secure: false # Set to true to use HTTPS and secure connections |
504 | 522 |
|
|
561 | 579 | # Set to true to deploy internal MinIO (default) |
562 | 580 | deploy: true |
563 | 581 |
|
| 582 | + image: |
| 583 | + # Use bitnami legacy repo |
| 584 | + repository: bitnamilegacy/minio |
| 585 | + # image: docker.io/bitnamilegacy/minio:2025.6.13-debian-12-r0 |
| 586 | + |
564 | 587 | # Bitnami MinIO chart configuration (when deploy: true) |
565 | 588 | # MinIO provides S3-compatible storage when deployed internally |
566 | 589 | auth: |
|
0 commit comments