From 53b37c2e1643b4746818d7098cb8ee12feb4dcda Mon Sep 17 00:00:00 2001 From: Armando Diaz Date: Fri, 17 Oct 2025 10:59:11 -0500 Subject: [PATCH] hard code values --- .gitlab-ci.yml | 10 +--------- helm/warehouse13/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef0958..5e30760 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,12 +34,4 @@ deploy_helm_charts: script: - kubectl config use-context $CONTEXT - | - helm upgrade --install warehouse13-$CI_COMMIT_REF_NAME \ - ./helm/warehouse13 --namespace $NAMESPACE \ - -f $VALUES_FILE \ - --set api.image=registry.global.bsf.tools/esv/bsf/bsf-services/warehouse13 \ - --set api.image.tag=main-7126c618 \ - --set postgres.image.repository=containers.global.bsf.tools/postgres \ - --set postgres.image.tag=15-alpine \ - --set minio.image.repository=containers.global.bsf.tools/minio \ - --set minio.image.tag=latest + helm upgrade --install warehouse13-$CI_COMMIT_REF_NAME ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE \ No newline at end of file diff --git a/helm/warehouse13/values.yaml b/helm/warehouse13/values.yaml index 290f29b..c4ee73e 100644 --- a/helm/warehouse13/values.yaml +++ b/helm/warehouse13/values.yaml @@ -10,7 +10,7 @@ global: postgres: enabled: true image: - repository: postgres + repository: containers.global.bsf.tools/postgres tag: 15-alpine pullPolicy: always auth: @@ -36,7 +36,7 @@ postgres: minio: enabled: true image: - repository: minio/minio + repository: containers.global.bsf.tools/minio/minio tag: latest pullPolicy: always auth: @@ -65,8 +65,8 @@ minio: app: enabled: true image: - repository: warehouse13/app - tag: latest + repository: registry.global.bsf.tools/esv/bsf/bsf-services/warehouse13 + tag: main-7126c618 pullPolicy: always replicas: 2 env: