fix: update helm deployment namespace to sidata-prod and fix file permissions

This commit is contained in:
2026-09-03 11:49:54 +07:00
parent c9dd57fddc
commit 511ded30a1
+2 -1
View File
@@ -34,8 +34,9 @@ deploy_rancher:
script:
- mkdir -p ~/.kube
- echo "$KUBECONFIG_B64" | base64 -d > ~/.kube/config
- chmod 600 ~/.kube/config
- helm upgrade --install sidata ./helm/sidata
--namespace default
--namespace sidata-prod
--set image.repository=$NEXUS_PUSH_REGISTRY/$IMAGE_NAME
--set image.tag=$CI_COMMIT_SHA
only: