Skip to content

Commit

Permalink
cicd(charts): leave default tag empty in values
Browse files Browse the repository at this point in the history
* uses Chart appversion instead as default
  • Loading branch information
nicoprow committed Feb 15, 2023
1 parent f965b78 commit a3d51e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
repository: catenax-ng/tx-bpdm/gate
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.2-alpha.2"
tag: ""

imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion charts/pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
repository: catenax-ng/tx-bpdm/pool
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.2-alpha.2"
tag: ""

imagePullSecrets: []

Expand Down

0 comments on commit a3d51e4

Please sign in to comment.