File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ docker-build-minikube:
4444 cd .. && make docker-build-minikube
4545
4646update-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
Original file line number Diff line number Diff line change @@ -399,6 +399,9 @@ keycloak:
399399# ClickHouse for the Cosmo Controlplane & Collectors
400400# https://artifacthub.io/packages/helm/bitnami/clickhouse
401401clickhouse :
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
433436postgresql :
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
462468minio :
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
483492redis :
493+ image :
494+ registry : docker.io
495+ repository : bitnamilegacy/redis
484496 auth :
485497 enabled : false
486498 replica :
You can’t perform that action at this time.
0 commit comments