File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: planr-tools
33description : A Helm chart for deploying the planr-tools applications
44type : application
55version : 0.1.0
6- appVersion : " 6.0.0-SNAPSHOT "
6+ appVersion : " 5.1.1 "
77annotations :
88 artifacthub.io/changes : |
99 - kind: added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ templates:
33 - deployment.yaml
44chart :
55 version : 0.1.0
6- appVersion : 6.0.0-SNAPSHOT
6+ appVersion : 5.1.1
77tests :
88 - it : should create 3 deployments by default
99 asserts :
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
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
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ templates:
33 - httproute.yaml
44chart :
55 version : 0.1.0
6- appVersion : 6.0.0-SNAPSHOT
6+ appVersion : 5.1.1
77tests :
88 - it : should not create httproute by default
99 asserts :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ templates:
33 - ingress.yaml
44chart :
55 version : 0.1.0
6- appVersion : 6.0.0-SNAPSHOT
6+ appVersion : 5.1.1
77tests :
88 - it : should not create ingress by default
99 asserts :
You can’t perform that action at this time.
0 commit comments