hard code values
This commit is contained in:
@@ -34,12 +34,4 @@ deploy_helm_charts:
|
|||||||
script:
|
script:
|
||||||
- kubectl config use-context $CONTEXT
|
- kubectl config use-context $CONTEXT
|
||||||
- |
|
- |
|
||||||
helm upgrade --install warehouse13-$CI_COMMIT_REF_NAME \
|
helm upgrade --install warehouse13-$CI_COMMIT_REF_NAME ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE
|
||||||
./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
|
|
||||||
@@ -10,7 +10,7 @@ global:
|
|||||||
postgres:
|
postgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: postgres
|
repository: containers.global.bsf.tools/postgres
|
||||||
tag: 15-alpine
|
tag: 15-alpine
|
||||||
pullPolicy: always
|
pullPolicy: always
|
||||||
auth:
|
auth:
|
||||||
@@ -36,7 +36,7 @@ postgres:
|
|||||||
minio:
|
minio:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: minio/minio
|
repository: containers.global.bsf.tools/minio/minio
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: always
|
pullPolicy: always
|
||||||
auth:
|
auth:
|
||||||
@@ -65,8 +65,8 @@ minio:
|
|||||||
app:
|
app:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: warehouse13/app
|
repository: registry.global.bsf.tools/esv/bsf/bsf-services/warehouse13
|
||||||
tag: latest
|
tag: main-7126c618
|
||||||
pullPolicy: always
|
pullPolicy: always
|
||||||
replicas: 2
|
replicas: 2
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user