Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions k8s/flowable/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
apiVersion: v2
name: flowable
version: 6.7.3-snapshot.6
version: 6.7.3-snapshot.8
description: A Flowable Helm chart for Kubernetes
appVersion: 6.7.2
home: https://flowable.org
icon: https://flowable.org/docs/img/logo.png
sources:
sources:
- https://github.com/flowable/flowable-engine/
keywords:
- flowable
- BPMN
- CMMN
- DMN
maintainers:
- name: yvoswillens
email: yvoswillens@gmail.com
annotations:
artifacthub.io/prerelease: "true"
artifacthub.io/prerelease: "true"
6 changes: 3 additions & 3 deletions k8s/flowable/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ database:
name: flowable
username: flowable
password: flowable
# specify to overwrite dynamic template values
# specify to overwrite dynamic template values
# datasourceDriverClassName:
# datasourceUrl:
cloudSql:
enabled: false
# Google Cloud SQL instance connection name
# instanceConnectionName:
# instanceConnectionName:
# Google credentials file name stored as secret in the cluster
credentials: cloudsql-credentials.json

Expand All @@ -24,7 +24,7 @@ ingress:
# To enable LetsEncrypt signed certificates rather than self-signed ones
# you must deploy a ClusterIssuer object and specify the privateKeySecretRef's
# name here
#clusterIssuer: "letsencrypt-prod"
# clusterIssuer: "letsencrypt-prod"

# Enable either Flowable UI or Flowable REST
ui:
Expand Down