From a1ba7d764e23ed28e7ef93a8b7d53d6d55cd162a Mon Sep 17 00:00:00 2001 From: Pablo Takara Date: Wed, 21 Aug 2024 10:20:47 +0200 Subject: [PATCH 1/2] Prepare Release 1.4.8 --- charts/deps/Chart.yaml | 4 ++-- charts/deps/values.yaml | 2 +- charts/openmetadata/Chart.yaml | 4 ++-- charts/openmetadata/README.md | 2 +- charts/openmetadata/templates/_helpers.tpl | 15 ++++++++++++--- charts/openmetadata/templates/secrets.yaml | 6 +++--- charts/openmetadata/values.schema.json | 17 ++++++++++++++--- charts/openmetadata/values.yaml | 5 ++++- 8 files changed, 39 insertions(+), 16 deletions(-) diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index 439ebb8..8b07567 100644 --- a/charts/deps/Chart.yaml +++ b/charts/deps/Chart.yaml @@ -16,13 +16,13 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.7 +version: 1.4.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.7" +appVersion: "1.4.8" home: https://open-metadata.org/ diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index 8cfdad0..4041342 100644 --- a/charts/deps/values.yaml +++ b/charts/deps/values.yaml @@ -61,7 +61,7 @@ airflow: airflow: image: repository: docker.getcollate.io/openmetadata/ingestion - tag: 1.4.7 + tag: 1.4.8 pullPolicy: "IfNotPresent" executor: "KubernetesExecutor" config: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index c070bfb..b8bf31b 100644 --- a/charts/openmetadata/Chart.yaml +++ b/charts/openmetadata/Chart.yaml @@ -16,13 +16,13 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.7 +version: 1.4.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.7" +appVersion: "1.4.8" home: https://open-metadata.org/ diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index 8f77f40..b2db36e 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -258,7 +258,7 @@ helm install openmetadata open-metadata/openmetadata --values < Date: Wed, 21 Aug 2024 10:31:03 +0200 Subject: [PATCH 2/2] Fix values schema --- charts/openmetadata/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openmetadata/values.schema.json b/charts/openmetadata/values.schema.json index a9fc20c..0d7edc0 100644 --- a/charts/openmetadata/values.schema.json +++ b/charts/openmetadata/values.schema.json @@ -597,7 +597,7 @@ "strictMode": { "type": "boolean" }, - "validatexml": { + "validateXml": { "type": "boolean" }, "tokenValidity": {