From d4ae0be6256c8ee094ebb5f75434641519e7c062 Mon Sep 17 00:00:00 2001 From: Yvo Swillens Date: Tue, 7 Jun 2022 16:42:04 +0200 Subject: [PATCH 1/4] updated version --- k8s/flowable/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/flowable/Chart.yaml b/k8s/flowable/Chart.yaml index cb8fce5a7c5..13545eaceea 100644 --- a/k8s/flowable/Chart.yaml +++ b/k8s/flowable/Chart.yaml @@ -1,6 +1,6 @@ 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 From 71cdb91812f4911f6a5249ea5335b4cd255e8697 Mon Sep 17 00:00:00 2001 From: Yvo Swillens Date: Tue, 7 Jun 2022 16:44:36 +0200 Subject: [PATCH 2/4] fixed trailing space error --- k8s/flowable/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/flowable/Chart.yaml b/k8s/flowable/Chart.yaml index 13545eaceea..ab4f4aa5b0a 100644 --- a/k8s/flowable/Chart.yaml +++ b/k8s/flowable/Chart.yaml @@ -13,4 +13,4 @@ keywords: - CMMN - DMN annotations: - artifacthub.io/prerelease: "true" \ No newline at end of file + artifacthub.io/prerelease: "true" From aa3b37b640fb1768a4c6bafe6b10238f5599112d Mon Sep 17 00:00:00 2001 From: Yvo Swillens Date: Tue, 7 Jun 2022 16:47:36 +0200 Subject: [PATCH 3/4] fixed trailing space error --- k8s/flowable/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/flowable/Chart.yaml b/k8s/flowable/Chart.yaml index ab4f4aa5b0a..7f619c92a2e 100644 --- a/k8s/flowable/Chart.yaml +++ b/k8s/flowable/Chart.yaml @@ -5,7 +5,7 @@ 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 From 251b84e6b3919f656e3c85b02ff402884ed21367 Mon Sep 17 00:00:00 2001 From: Yvo Swillens Date: Tue, 7 Jun 2022 16:52:34 +0200 Subject: [PATCH 4/4] fixed lint errors --- k8s/flowable/Chart.yaml | 3 +++ k8s/flowable/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/k8s/flowable/Chart.yaml b/k8s/flowable/Chart.yaml index 7f619c92a2e..694c08639f0 100644 --- a/k8s/flowable/Chart.yaml +++ b/k8s/flowable/Chart.yaml @@ -12,5 +12,8 @@ keywords: - BPMN - CMMN - DMN +maintainers: + - name: yvoswillens + email: yvoswillens@gmail.com annotations: 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: