We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e51744 commit 91e7073Copy full SHA for 91e7073
k8s/flowable/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
-appVersion: "6.6.0-SNAPSHOT"
+appVersion: "6.6.0"
3
description: A Flowable Helm chart for Kubernetes
4
name: flowable
5
-version: 6.6.0-SNAPSHOT
+version: 6.6.0
6
home: https://flowable.org
7
icon: https://flowable.org/docs/img/logo.png
k8s/flowable/values.yaml
@@ -35,7 +35,7 @@ ui:
35
ingressPath: /
36
image:
37
repository: flowable/flowable-ui
38
- tag: 6.6.0-SNAPSHOT
+ tag: 6.6.0
39
pullPolicy: Always
40
resources:
41
requests:
@@ -63,7 +63,7 @@ rest:
63
64
65
repository: flowable/flowable-rest
66
67
68
69
0 commit comments