mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
Update helm chart references and images for various services
This commit is contained in:
parent
f4719057e6
commit
a5611bc77c
13 changed files with 15 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mymagento:
|
||||
image: bitnami/magento:2
|
||||
image: bitnami/magento-archived:2
|
||||
networks:
|
||||
bw-services:
|
||||
aliases:
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ services:
|
|||
- bw-universe
|
||||
|
||||
mymagento:
|
||||
image: bitnami/magento:2
|
||||
image: bitnami/magento-archived:2
|
||||
volumes:
|
||||
- magento-data:/bitnami/magento
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mymagento:
|
||||
image: bitnami/magento:2
|
||||
image: bitnami/magento-archived:2
|
||||
networks:
|
||||
- bw-services
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mymoodle:
|
||||
image: bitnami/moodle:4
|
||||
image: bitnami/moodle:5
|
||||
networks:
|
||||
bw-services:
|
||||
aliases:
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ services:
|
|||
- bw-universe
|
||||
|
||||
mymoodle:
|
||||
image: bitnami/moodle:4
|
||||
image: bitnami/moodle:5
|
||||
depends_on:
|
||||
- mydb
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
mymoodle:
|
||||
image: bitnami/moodle:4
|
||||
image: bitnami/moodle:5
|
||||
networks:
|
||||
- bw-services
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue