Skip to content

Commit 3cf3a29

Browse files
committed
feat: update images in values for bitnami helm charts
1 parent 6a9fee4 commit 3cf3a29

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/helm-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
kbld version
4444
4545
- name: start minikube
46-
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/release-please--')
46+
# if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/release-please--')
4747
id: minikube
4848
uses: medyagh/setup-minikube@v0.0.18
4949
with:
5050
addons: ingress
5151

5252
- name: Deploy to minikube
53-
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/release-please--')
53+
# if: github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/release-please--')
5454
working-directory: ./helm
5555
run: make deploy KAPP_ARGS="-y --logs-all"

helm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ docker-build-minikube:
4444
cd .. && make docker-build-minikube
4545

4646
update-kc-realm:
47-
kubectl create configmap realm --from-file=realm.json=../docker/keycloak/realm.json --dry-run=client -o yaml > realm-config-map.yaml
47+
kubectl create configmap realm --from-file=realm.json=../docker/keycloak/realm.json --dry-run=client -o yaml > realm-config-map.yaml

helm/cosmo/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,9 @@ keycloak:
399399
# ClickHouse for the Cosmo Controlplane & Collectors
400400
# https://artifacthub.io/packages/helm/bitnami/clickhouse
401401
clickhouse:
402+
image:
403+
registry: docker.io
404+
repository: bitnamilegacy/clickhouse
402405
shards: 1
403406
# 1 replica for development
404407
replicaCount: 1
@@ -431,6 +434,9 @@ clickhouse:
431434
# Postgres for the Cosmo Controlplane
432435
# https://artifacthub.io/packages/helm/bitnami/postgresql
433436
postgresql:
437+
image:
438+
registry: docker.io
439+
repository: bitnamilegacy/postgresql
434440
commonAnnotations:
435441
# Support for k14s.io. This annotation will form a group to coordinate deployments with kapp.
436442
kapp.k14s.io/change-group: 'cosmo.apps.postgresql.wundergraph.com/deployment'
@@ -460,6 +466,9 @@ postgresql:
460466
# Minio for the Cosmo Controlplane
461467
# https://artifacthub.io/packages/helm/bitnami/minio
462468
minio:
469+
image:
470+
registry: docker.io
471+
repository: bitnamilegacy/minio
463472
persistence:
464473
size: 1Gi
465474
annotations:
@@ -481,6 +490,9 @@ minio:
481490
# https://artifacthub.io/packages/helm/bitnami/redis
482491

483492
redis:
493+
image:
494+
registry: docker.io
495+
repository: bitnamilegacy/redis
484496
auth:
485497
enabled: false
486498
replica:

0 commit comments

Comments
 (0)