Commit e5a6b8b 1 parent 4537c8e commit e5a6b8b Copy full SHA for e5a6b8b
File tree 3 files changed +2
-6
lines changed
quartz-manager-parent/quartz-manager-web-showcase/helm
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11
11
- |
12
12
# Build and push images
13
13
sed -i s/_IMAGE_TAG_POLICY/$SHORT_SHA/g skaffold.yaml
14
- sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
15
14
sed -i s/_HELM_APP_VERSION/$SHORT_SHA/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
16
- sed -i s/_HELM_CHART_NAME/quartzmanager-standalone/g skaffold.yaml
17
15
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
18
16
skaffold build --file-output=/workspace/artifacts.json \
19
17
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
26
24
- -xe
27
25
- -c
28
26
- |
29
- sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
30
27
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
28
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
33
29
gcloud config set deploy/region ${_REGION}
34
30
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : _HELM_CHART_VERSION
18
+ version : 1.0.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ profiles:
12
12
deploy :
13
13
helm :
14
14
releases :
15
- - name : _HELM_CHART_NAME
15
+ - name : quartzmanager-standalone
16
16
createNamespace : true
17
17
namespace : _HELM_NAMESPACE
18
18
chartPath : quartz-manager-parent/quartz-manager-web-showcase/helm
You can’t perform that action at this time.
0 commit comments