Skip to content

Commit

Permalink
Always set --image-tag flag (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jun 12, 2019
1 parent 4b3f2a7 commit 68de871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/stash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
- run
- --v={{ .Values.logLevel }}
- --docker-registry={{ .Values.operator.registry }}
- --image-tag={{ .Values.operator.tag }}
- --secure-port=8443
- --audit-log-path=-
- --tls-cert-file=/var/serving-cert/tls.crt
Expand Down
1 change: 1 addition & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
- run
- --v=3
- --docker-registry=${STASH_DOCKER_REGISTRY}
- --image-tag=${STASH_IMAGE_TAG}
- --secure-port=8443
- --audit-log-path=-
- --tls-cert-file=/var/serving-cert/tls.crt
Expand Down

0 comments on commit 68de871

Please sign in to comment.