Skip to content

Commit

Permalink
fix: drop the v from app version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bertrand committed Nov 3, 2023
1 parent 41ac896 commit c4c6610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/ingress-istio-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version: 1.3.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v1.4.0
appVersion: 1.4.0

home: https://statcan.gc.ca
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/ingress-istio-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ image:
repository: statcan/ingress-istio-controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: "v1.4.0"
# tag: "1.4.0"

imagePullSecrets: {}

Expand Down

0 comments on commit c4c6610

Please sign in to comment.