From 400daffb9975615d55f7fda5c049c28216e771bc Mon Sep 17 00:00:00 2001 From: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:56:35 +0530 Subject: [PATCH 1/2] feat: Prepare 1.5.5 Release --- 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 45fa0d3..bbb3a4f 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.5.4 +version: 1.5.5 # 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.5.4" +appVersion: "1.5.5" home: https://open-metadata.org/ diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index 1cae533..7b96a41 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.5.4 + tag: 1.5.5 pullPolicy: "IfNotPresent" executor: "KubernetesExecutor" config: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index acbc632..5a6491d 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.5.4 +version: 1.5.5 # 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.5.4" +appVersion: "1.5.5" home: https://open-metadata.org/ diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index dbb99cc..cedec0b 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -258,7 +258,7 @@ helm install openmetadata open-metadata/openmetadata --values < Date: Wed, 25 Sep 2024 14:02:03 +0530 Subject: [PATCH 2/2] fix: Helm Lint for `test-connection.yaml` --- charts/openmetadata/templates/tests/test-connection.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/openmetadata/templates/tests/test-connection.yaml b/charts/openmetadata/templates/tests/test-connection.yaml index ec413e3..fb3c14a 100644 --- a/charts/openmetadata/templates/tests/test-connection.yaml +++ b/charts/openmetadata/templates/tests/test-connection.yaml @@ -18,6 +18,7 @@ spec: command: ['wget'] args: ['{{ include "OpenMetadata.fullname" . }}:{{ .Values.service.port }}'] restartPolicy: Never + {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }}