Skip to content

Commit

Permalink
minor commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioformosa committed Jul 27, 2024
1 parent 4537c8e commit e5a6b8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ steps:
- |
# Build and push images
sed -i s/_IMAGE_TAG_POLICY/$SHORT_SHA/g skaffold.yaml
sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
sed -i s/_HELM_APP_VERSION/$SHORT_SHA/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
sed -i s/_HELM_CHART_NAME/quartzmanager-standalone/g skaffold.yaml
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
skaffold build --file-output=/workspace/artifacts.json \
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
Expand All @@ -26,9 +24,7 @@ steps:
- -xe
- -c
- |
sed -i s/_HELM_CHART_VERSION/0.0.0/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
sed -i s/_HELM_APP_VERSION/$SHORT_SHA/g ./quartz-manager-parent/quartz-manager-web-showcase/helm/Chart.yaml
sed -i s/_HELM_CHART_NAME/quartzmanager-standalone/g skaffold.yaml
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
gcloud config set deploy/region ${_REGION}
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: _HELM_CHART_VERSION
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profiles:
deploy:
helm:
releases:
- name: _HELM_CHART_NAME
- name: quartzmanager-standalone
createNamespace: true
namespace: _HELM_NAMESPACE
chartPath: quartz-manager-parent/quartz-manager-web-showcase/helm
Expand Down

0 comments on commit e5a6b8b

Please sign in to comment.