Skip to content

Commit e5a6b8b

Browse files
committed
minor commit
1 parent 4537c8e commit e5a6b8b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

cloudbuild.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ steps:
1111
- |
1212
# Build and push images
1313
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
1514
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
1715
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
1816
skaffold build --file-output=/workspace/artifacts.json \
1917
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
@@ -26,9 +24,7 @@ steps:
2624
- -xe
2725
- -c
2826
- |
29-
sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
3027
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
3228
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
3329
gcloud config set deploy/region ${_REGION}
3430
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml

quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: _HELM_CHART_VERSION
18+
version: 1.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

skaffold.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ profiles:
1212
deploy:
1313
helm:
1414
releases:
15-
- name: _HELM_CHART_NAME
15+
- name: quartzmanager-standalone
1616
createNamespace: true
1717
namespace: _HELM_NAMESPACE
1818
chartPath: quartz-manager-parent/quartz-manager-web-showcase/helm

0 commit comments

Comments
 (0)