Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use docker bitnami-charts #258

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions k8s/local/skaffold.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ manifests:
wait: false
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -67,8 +66,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz
createNamespace: false
recreatePods: false
Expand All @@ -88,8 +86,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
9 changes: 3 additions & 6 deletions k8s/local/skaffold.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ manifests:
wait: false
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -71,8 +70,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz
createNamespace: false
recreatePods: false
Expand All @@ -92,8 +90,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
9 changes: 3 additions & 6 deletions k8s/local/skaffold.local_devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ manifests:
wait: false
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -60,8 +59,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz
createNamespace: false
recreatePods: false
Expand All @@ -81,8 +79,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
9 changes: 3 additions & 6 deletions k8s/local/skaffold.no_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ manifests:
wait: false
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -64,8 +63,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz
createNamespace: false
recreatePods: false
Expand All @@ -85,8 +83,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
9 changes: 3 additions & 6 deletions k8s/local/skaffold.remote_aztec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ manifests:
wait: false
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -60,8 +59,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz
createNamespace: false
recreatePods: false
Expand All @@ -81,8 +79,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
6 changes: 2 additions & 4 deletions k8s/local/skaffold.testing_eth_listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ manifests:
releases:
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/local/postgres/values.yaml
setValues:
Expand All @@ -36,8 +35,7 @@ manifests:
wait: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz
setValues:
sasl.enabledMechanisms: plain
Expand Down
12 changes: 4 additions & 8 deletions k8s/production/skaffold.production.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ manifests:
helm:
releases:
- name: cert-manager
remoteChart: cert-manager
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/cert-manager
version: 1.3.18
namespace: cert-manager
createNamespace: false
Expand Down Expand Up @@ -113,8 +112,7 @@ manifests:
controller.service.annotations.service\.beta\.kubernetes\.io/do-loadbalancer-enable-proxy-protocol: "true"
- name: postgresql
version: 12.10.0
remoteChart: postgresql
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/postgresql
valuesFiles:
- k8s/production/postgres/values.yaml
setValues:
Expand All @@ -130,8 +128,7 @@ manifests:
wait: false
- name: redis
version: 18.17.1
remoteChart: redis
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/redis
namespace: chicmoz-prod
createNamespace: false
recreatePods: false
Expand All @@ -151,8 +148,7 @@ manifests:
persistence.enabled: false
- name: kafka
version: 26.4.2
remoteChart: kafka
repo: https://charts.bitnami.com/bitnami
remoteChart: oci://registry-1.docker.io/bitnamicharts/kafka
namespace: chicmoz-prod
setValues:
sasl.enabledMechanisms: plain
Expand Down