We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf63ab commit ce921dcCopy full SHA for ce921dc
2 files changed
.github/workflows/prod.yml
@@ -2,6 +2,9 @@
2
name: Prod
3
4
on:
5
+ push:
6
+ branches:
7
+ - ch-update-deployments
8
release:
9
types:
10
- released
helm/values.prod.yaml
@@ -1,7 +1,7 @@
1
replicaCount: 1
image:
- repository: gcr.io/crane-cloud-274413/monitoring-api
+ repository: cranecloud/monitoring-api
pullPolicy: Always
tag: ${{ DOCKER_IMAGE_TAG }}
0 commit comments