Skip to content

Commit a5750d1

Browse files
committed
duplicated the helm props replacements
1 parent f71c9b2 commit a5750d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudbuild.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ steps:
2626
- -xe
2727
- -c
2828
- |
29+
sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
30+
sed -i s/_HELM_APP_VERSION/$SHORT_SHA/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
31+
sed -i s/_HELM_CHART_NAME/quartzmanager-standalone/g skaffold.yaml
32+
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
2933
gcloud config set deploy/region ${_REGION}
3034
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
3135
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/dev.yaml

0 commit comments

Comments
 (0)