diff --git a/k8s/flowable/Chart.yaml b/k8s/flowable/Chart.yaml index cb8fce5a7c5..694c08639f0 100644 --- a/k8s/flowable/Chart.yaml +++ b/k8s/flowable/Chart.yaml @@ -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" \ No newline at end of file + artifacthub.io/prerelease: "true" diff --git a/k8s/flowable/values.yaml b/k8s/flowable/values.yaml index 042ae15bd8d..8e3eff42e98 100644 --- a/k8s/flowable/values.yaml +++ b/k8s/flowable/values.yaml @@ -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 @@ -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: