mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-05-14 22:00:30 +09:00
minor commit
This commit is contained in:
@@ -11,9 +11,7 @@ steps:
|
|||||||
- |
|
- |
|
||||||
# Build and push images
|
# Build and push images
|
||||||
sed -i s/_IMAGE_TAG_POLICY/$SHORT_SHA/g skaffold.yaml
|
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_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
|
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
|
||||||
skaffold build --file-output=/workspace/artifacts.json \
|
skaffold build --file-output=/workspace/artifacts.json \
|
||||||
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
|
--default-repo=${_REGION}-docker.pkg.dev/quartz-manager-test/quartz-manager/quartz-manager-standalone \
|
||||||
@@ -26,9 +24,7 @@ steps:
|
|||||||
- -xe
|
- -xe
|
||||||
- -c
|
- -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_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
|
sed -i s/_HELM_NAMESPACE/quartzmanager-dev/g skaffold.yaml
|
||||||
gcloud config set deploy/region ${_REGION}
|
gcloud config set deploy/region ${_REGION}
|
||||||
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
|
gcloud deploy apply --file ./quartz-manager-parent/quartz-manager-web-showcase/deploy/pipeline.yaml
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ profiles:
|
|||||||
deploy:
|
deploy:
|
||||||
helm:
|
helm:
|
||||||
releases:
|
releases:
|
||||||
- name: _HELM_CHART_NAME
|
- name: quartzmanager-standalone
|
||||||
createNamespace: true
|
createNamespace: true
|
||||||
namespace: _HELM_NAMESPACE
|
namespace: _HELM_NAMESPACE
|
||||||
chartPath: quartz-manager-parent/quartz-manager-web-showcase/helm
|
chartPath: quartz-manager-parent/quartz-manager-web-showcase/helm
|
||||||
|
|||||||
Reference in New Issue
Block a user