pipeline #5

Merged
mondo merged 28 commits from pipeline into main 2025-10-17 13:13:14 -05:00
Showing only changes of commit 838e145598 - Show all commits

View File

@@ -47,7 +47,7 @@ deploy_helm_charts:
script: script:
- kubectl config use-context $CONTEXT - kubectl config use-context $CONTEXT
- | - |
helm upgrade --install warehouse13-$CI_COMMIT_REF \ helm upgrade --install warehouse13-$CI_COMMIT_REF_NAME \
./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 \