From c9e27fe0d0c9efb3cd84ee09c5356a5d442ff880 Mon Sep 17 00:00:00 2001 From: Akash-Jain Date: Wed, 25 Oct 2023 10:58:42 +0530 Subject: [PATCH 1/4] fix: exclude additionalProperties constraint from image block --- charts/openmetadata/values.schema.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/openmetadata/values.schema.json b/charts/openmetadata/values.schema.json index b4c3ca5..4b79b96 100644 --- a/charts/openmetadata/values.schema.json +++ b/charts/openmetadata/values.schema.json @@ -873,16 +873,12 @@ }, "image": { "type": "object", - "additionalProperties": false, "properties": { "pullPolicy": { "type": "string" }, "repository": { "type": "string" - }, - "tag": { - "type": "string" } } }, From 97882f6b2c9ec36930505f8cefca97d21fed73d5 Mon Sep 17 00:00:00 2001 From: Akash-Jain Date: Wed, 25 Oct 2023 15:28:22 +0530 Subject: [PATCH 2/4] fix(release): Update Configs with new changes --- charts/openmetadata/README.md | 5 +++-- charts/openmetadata/templates/_helpers.tpl | 8 ++++++-- charts/openmetadata/values.schema.json | 13 +++++++++++-- charts/openmetadata/values.yaml | 4 +++- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index d9f2a03..01a8347 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -108,8 +108,8 @@ helm install openmetadata open-metadata/openmetadata --values < Date: Wed, 25 Oct 2023 15:30:14 +0530 Subject: [PATCH 3/4] chore: version bump --- charts/deps/Chart.yaml | 4 ++-- charts/deps/values.yaml | 2 +- charts/openmetadata/Chart.yaml | 4 ++-- charts/openmetadata/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index dde9f61..e832032 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.1.14 +version: 1.2.0 # 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.1.7" +appVersion: "1.2.0" home: https://open-metadata.org/ diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index 337ee1a..7bb2a88 100644 --- a/charts/deps/values.yaml +++ b/charts/deps/values.yaml @@ -56,7 +56,7 @@ airflow: airflow: image: repository: docker.getcollate.io/openmetadata/ingestion - tag: 1.1.7 + tag: 1.2.0 pullPolicy: "IfNotPresent" executor: "KubernetesExecutor" config: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index df02333..6c15eb5 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.1.14 +version: 1.2.0 # 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.1.7" +appVersion: "1.2.0" home: https://open-metadata.org/ diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index 01a8347..d594747 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -209,7 +209,7 @@ helm install openmetadata open-metadata/openmetadata --values < Date: Thu, 26 Oct 2023 15:23:31 +0530 Subject: [PATCH 4/4] fix: Update ES Charts to 8.5.1 --- charts/deps/Chart.lock | 6 +++--- charts/deps/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/deps/Chart.lock b/charts/deps/Chart.lock index e3642cd..eab4b4c 100644 --- a/charts/deps/Chart.lock +++ b/charts/deps/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 9.7.1 - name: elasticsearch repository: https://helm.elastic.co - version: 7.16.3 + version: 8.5.1 - name: airflow repository: https://airflow-helm.github.io/charts version: 8.8.0 -digest: sha256:dfbdae7c1d15a3341434ae4b288c5df316e9caf578743aaabb8a5dc5b3d40f2b -generated: "2023-09-15T20:28:01.84969+05:30" +digest: sha256:c4a68ed6f7480bda021d99bb39daf90ed686edeae3605389158b2fc5b9d05f7c +generated: "2023-10-26T15:20:32.348887+05:30" diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index e832032..ed9890e 100644 --- a/charts/deps/Chart.yaml +++ b/charts/deps/Chart.yaml @@ -64,7 +64,7 @@ dependencies: repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami" condition: mysql.enabled - name: elasticsearch - version: "7.16.3" + version: "8.5.1" repository: "https://helm.elastic.co" condition: elasticsearch.enabled - name: airflow