Skip to content

Commit e09a4c3

Browse files
committed
Fix image tag for ff-test
1 parent e9cd908 commit e09a4c3

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

charts/ff-test/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
apiVersion: v2
22
name: ff-test
33
description: 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
65
type: application
76
home: https://frankframework.org
87
icon: https://raw.githubusercontent.com/frankframework/charts/master/charts/ff-test/icon.svg

charts/ff-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/ff-test/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

charts/ff-test/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)