pipeline #5
@@ -19,7 +19,7 @@ build_container:
|
|||||||
stage: build
|
stage: build
|
||||||
image: deps.global.bsf.tools/quay.io/buildah/stable:latest
|
image: deps.global.bsf.tools/quay.io/buildah/stable:latest
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF"
|
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME"
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p /tmp/buildah-storage
|
- mkdir -p /tmp/buildah-storage
|
||||||
- export BUILDAH_ROOT="/tmp/buildah-storage"
|
- export BUILDAH_ROOT="/tmp/buildah-storage"
|
||||||
@@ -51,7 +51,7 @@ deploy_helm_charts:
|
|||||||
./helm/warehouse13 --namespace $NAMESPACE \
|
./helm/warehouse13 --namespace $NAMESPACE \
|
||||||
-f $VALUES_FILE \
|
-f $VALUES_FILE \
|
||||||
--set api.image=$CI_REGISTRY_IMAGE \
|
--set api.image=$CI_REGISTRY_IMAGE \
|
||||||
--set api.image.tag=$CI_COMMIT_REF \
|
--set api.image.tag=$CI_COMMIT_REF_NAME \
|
||||||
--set postgres.image.repository=containers.global.bsf.tools/postgres \
|
--set postgres.image.repository=containers.global.bsf.tools/postgres \
|
||||||
--set postgres.image.tag=15-alpine \
|
--set postgres.image.tag=15-alpine \
|
||||||
--set minio.image.repository=containers.global.bsf.tools/minio \
|
--set minio.image.repository=containers.global.bsf.tools/minio \
|
||||||
|
|||||||
Reference in New Issue
Block a user