Skip to content

Commit c08d545

Browse files
Set latest release version instead of snapshot version
1 parent 346839d commit c08d545

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/planr-tools/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: planr-tools
33
description: A Helm chart for deploying the planr-tools applications
44
type: application
55
version: 0.1.0
6-
appVersion: "6.0.0-SNAPSHOT"
6+
appVersion: "5.1.1"
77
annotations:
88
artifacthub.io/changes: |
99
- kind: added

charts/planr-tools/tests/deployment_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ templates:
33
- deployment.yaml
44
chart:
55
version: 0.1.0
6-
appVersion: 6.0.0-SNAPSHOT
6+
appVersion: 5.1.1
77
tests:
88
- it: should create 3 deployments by default
99
asserts:
@@ -26,7 +26,7 @@ tests:
2626
value: RELEASE-NAME-planr-tools-newsroom-document-creator
2727
- equal:
2828
path: spec.template.spec.containers[0].image
29-
value: docker.subshell.com/planr-tools/newsroom-document-creator:6.0.0-SNAPSHOT
29+
value: docker.subshell.com/planr-tools/newsroom-document-creator:5.1.1
3030
- equal:
3131
path: spec.template.spec.containers[0].ports[0].containerPort
3232
value: 8080
@@ -39,7 +39,7 @@ tests:
3939
value: RELEASE-NAME-planr-tools-newsroom-feed
4040
- equal:
4141
path: spec.template.spec.containers[0].image
42-
value: docker.subshell.com/planr-tools/newsroom-feed:6.0.0-SNAPSHOT
42+
value: docker.subshell.com/planr-tools/newsroom-feed:5.1.1
4343
- equal:
4444
path: spec.template.spec.containers[0].ports[0].containerPort
4545
value: 8081
@@ -52,7 +52,7 @@ tests:
5252
value: RELEASE-NAME-planr-tools-newsroom-widget
5353
- equal:
5454
path: spec.template.spec.containers[0].image
55-
value: docker.subshell.com/planr-tools/newsroom-widget:6.0.0-SNAPSHOT
55+
value: docker.subshell.com/planr-tools/newsroom-widget:5.1.1
5656
- equal:
5757
path: spec.template.spec.containers[0].ports[0].containerPort
5858
value: 8082

charts/planr-tools/tests/httproute_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ templates:
33
- httproute.yaml
44
chart:
55
version: 0.1.0
6-
appVersion: 6.0.0-SNAPSHOT
6+
appVersion: 5.1.1
77
tests:
88
- it: should not create httproute by default
99
asserts:

charts/planr-tools/tests/ingress_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ templates:
33
- ingress.yaml
44
chart:
55
version: 0.1.0
6-
appVersion: 6.0.0-SNAPSHOT
6+
appVersion: 5.1.1
77
tests:
88
- it: should not create ingress by default
99
asserts:

0 commit comments

Comments
 (0)