Skip to content

Commit 91e7073

Browse files
committed
updating Helm chart versioning for 6.6.0 release
1 parent 8e51744 commit 91e7073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

k8s/flowable/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
2-
appVersion: "6.6.0-SNAPSHOT"
2+
appVersion: "6.6.0"
33
description: A Flowable Helm chart for Kubernetes
44
name: flowable
5-
version: 6.6.0-SNAPSHOT
5+
version: 6.6.0
66
home: https://flowable.org
77
icon: https://flowable.org/docs/img/logo.png

k8s/flowable/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ui:
3535
ingressPath: /
3636
image:
3737
repository: flowable/flowable-ui
38-
tag: 6.6.0-SNAPSHOT
38+
tag: 6.6.0
3939
pullPolicy: Always
4040
resources:
4141
requests:
@@ -63,7 +63,7 @@ rest:
6363
ingressPath: /
6464
image:
6565
repository: flowable/flowable-rest
66-
tag: 6.6.0-SNAPSHOT
66+
tag: 6.6.0
6767
pullPolicy: Always
6868
resources:
6969
requests:

0 commit comments

Comments
 (0)