File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : ff-test
33description : A Helm chart for testing the Frank!Framework on Kubernetes
4- version : 0.7.1
5- appVersion : " 10.0.0-SNAPSHOT-tomcat"
4+ version : 0.7.2
65type : application
76home : https://frankframework.org
87icon : https://raw.githubusercontent.com/frankframework/charts/master/charts/ff-test/icon.svg
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ See the documentation for the Frank!Framework chart for more information.
4242| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
4343| ` frankframework.image.registry ` | frank2example image registry | ` nexus.frankframework.org ` |
4444| ` frankframework.image.repository ` | frank2example image repository | ` ff-test ` |
45- | ` frankframework.image.tag ` | frank2example image tag (immutable tags are recommended) update this tag manually to upgrade the Frank!Framework version | ` "" ` |
45+ | ` frankframework.image.tag ` | frank2example image tag (immutable tags are recommended) update this tag manually to upgrade the Frank!Framework version | ` 10.0.0-SNAPSHOT-tomcat ` |
4646| ` frankframework.image.pullPolicy ` | frank2example image pull policy | ` Always ` |
4747| ` frankframework.image.pullSecrets ` | frank2example image pull secrets | ` [] ` |
4848| ` frankframework.application.dtap.stage ` | DTAP stage can't be changed for this application. | ` LOC ` |
Original file line number Diff line number Diff line change 2121 "tag" : {
2222 "type" : " string" ,
2323 "description" : " frank2example image tag (immutable tags are recommended) update this tag manually to upgrade the Frank!Framework version" ,
24- "default" : " "
24+ "default" : " 10.0.0-SNAPSHOT-tomcat "
2525 },
2626 "pullPolicy" : {
2727 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ frankframework:
2424 image :
2525 registry : nexus.frankframework.org
2626 repository : ff-test
27- tag : " "
27+ tag : " 10.0.0-SNAPSHOT-tomcat "
2828 pullPolicy : Always
2929 pullSecrets : []
3030
You can’t perform that action at this time.
0 commit comments