Skip to content
Snippets Groups Projects
Commit 74371a6b authored by Leon Welchert's avatar Leon Welchert
Browse files

Merge branch 'oci-chart' into 'main'

Switch to OCI Helm Chart

See merge request !2
parents 2fc789bc bc2ccad4
No related branches found
No related tags found
1 merge request!2Switch to OCI Helm Chart
Pipeline #247334 passed
......@@ -16,7 +16,7 @@ variables:
# This has to be changed, if a newer version of the helm chart should be used.
# development of the web server helm chart occurs here:
# https://zivgitlab.uni-muenster.de/wwu-it/wwukube/helm-charts/-/tree/main/webserver
helm_chart_version: 0.0.4
helm_chart_version: 0.0.12
# Cluster on which to deploy the website.
# Most websites will run on wwukube-prod-ms1.
cluster: wwukube-prod-ms1
......@@ -133,12 +133,9 @@ Deploy new Image:
}
EOF
# Add helm repo
- helm repo add helm-charts https://harbor.uni-muenster.de/chartrepo/helm-charts
# Deploy to the WWU Kube while overiding image repository and tag with the newly built docker image
- helm --kube-context "$cluster" upgrade "$release" helm-charts/webserver --install --namespace "$namespace"
--set "image.repository=$CI_REGISTRY_IMAGE/$name" --set "image.tag=$CI_COMMIT_SHORT_SHA"
--version $helm_chart_version -f helm-values.yaml
- helm --kube-context "$cluster" upgrade "$release" oci://harbor.uni-muenster.de/helm-charts/webserver
--install --namespace "$namespace" --set "image.repository=$CI_REGISTRY_IMAGE/$name"
--set "image.tag=$CI_COMMIT_SHORT_SHA" --version $helm_chart_version -f helm-values.yaml
rules:
- if: $deploy == "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment