Update helm chart references and images for various services

This commit is contained in:
TheophileDiot 2025-07-30 12:18:47 +02:00
parent f4719057e6
commit a5611bc77c
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
13 changed files with 15 additions and 21 deletions

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f drupal-chart-values.yml drupal bitnami/drupal
helm install -f drupal-chart-values.yml drupal oci://registry-1.docker.io/bitnamicharts/drupal

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f ghost-chart-values.yml ghost bitnami/ghost
helm install -f ghost-chart-values.yml ghost oci://registry-1.docker.io/bitnamicharts/ghost

View file

@ -1,6 +1,6 @@
services:
mymagento:
image: bitnami/magento:2
image: bitnami/magento-archived:2
networks:
bw-services:
aliases:

View file

@ -41,7 +41,7 @@ services:
- bw-universe
mymagento:
image: bitnami/magento:2
image: bitnami/magento-archived:2
volumes:
- magento-data:/bitnami/magento
environment:

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f magento-chart-values.yml magento bitnami/magento
helm install -f magento-chart-values.yml magento oci://registry-1.docker.io/bitnamicharts/magento

View file

@ -1,6 +1,6 @@
services:
mymagento:
image: bitnami/magento:2
image: bitnami/magento-archived:2
networks:
- bw-services
volumes:

View file

@ -1,6 +1,6 @@
services:
mymoodle:
image: bitnami/moodle:4
image: bitnami/moodle:5
networks:
bw-services:
aliases:

View file

@ -38,7 +38,7 @@ services:
- bw-universe
mymoodle:
image: bitnami/moodle:4
image: bitnami/moodle:5
depends_on:
- mydb
volumes:

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f moodle-chart-values.yml moodle bitnami/moodle
helm install -f moodle-chart-values.yml moodle oci://registry-1.docker.io/bitnamicharts/moodle

View file

@ -1,6 +1,6 @@
services:
mymoodle:
image: bitnami/moodle:4
image: bitnami/moodle:5
networks:
- bw-services
depends_on:

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f prestashop-chart-values.yml prestashop bitnami/prestashop
helm install -f prestashop-chart-values.yml prestashop oci://registry-1.docker.io/bitnamicharts/prestashop

View file

@ -1,4 +1,3 @@
#!/bin/bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -f redmine-chart-values.yml redmine bitnami/redmine
helm install -f redmine-chart-values.yml redmine oci://registry-1.docker.io/bitnamicharts/redmine

View file

@ -63,7 +63,7 @@ services:
- bw-universe
bw-redis:
image: bitnami/redis:7.2
image: bitnami/redis:8.0
volumes:
- ./acl:/acl
- ./tls:/tls
@ -83,7 +83,7 @@ services:
- bw-services
bw-redis-slave:
image: bitnami/redis:7.2
image: bitnami/redis:8.0
volumes:
- ./acl:/acl
- ./tls:/tls
@ -110,7 +110,7 @@ services:
replicas: 2
bw-redis-sentinel:
image: bitnami/redis-sentinel:7.2
image: bitnami/redis-sentinel:8.0
command: /opt/bitnami/scripts/redis-sentinel/run.sh --aclfile /acl/sentinel.acl
volumes:
- ./acl:/acl