From 38a5c7e590ca84a526b703cf030da9b58f325b94 Mon Sep 17 00:00:00 2001 From: IceS2 Date: Mon, 26 Aug 2024 16:08:11 +0200 Subject: [PATCH] feat: Prepare Release 1.5.0 (#254) * Prepare Release 1.5.0 * Fix typo * Fix typo * avoid adding templates as an attribute ot the chart * Update charts/openmetadata/templates/_helpers.tpl Co-authored-by: Matias Puerta --------- Co-authored-by: Matias Puerta --- 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 | 16 +++++++++ charts/openmetadata/templates/secrets.yaml | 9 +++++ charts/openmetadata/values.schema.json | 39 ++++++++++++++++++++++ charts/openmetadata/values.yaml | 20 +++++++++-- 8 files changed, 88 insertions(+), 8 deletions(-) diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index 8b07567..2720022 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.8 +version: 1.5.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.4.8" +appVersion: "1.5.0" home: https://open-metadata.org/ diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index 4041342..8ea7e7e 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.8 + tag: 1.5.0 pullPolicy: "IfNotPresent" executor: "KubernetesExecutor" config: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index b8bf31b..4269a6e 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.8 +version: 1.5.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.4.8" +appVersion: "1.5.0" home: https://open-metadata.org/ diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index b2db36e..915b133 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -258,7 +258,7 @@ helm install openmetadata open-metadata/openmetadata --values <// for AWS # Define the secret key ID as -- for Azure @@ -302,6 +309,13 @@ openmetadata: # vaultName: # secretRef: azure-vault-name-secret # secretKey: azure-key-secret + # For GCP + projectId: + secretRef: "" + secretKey: "" + # projectId: + # secretRef: gcp-project-id-secret + # secretKey: gcp-key-secret # You can create Kubernetes secrets from AWS Credentials with the below command # kubectl create secret generic aws-key-secret \ # --from-literal=aws-access-key-secret= \ @@ -334,6 +348,8 @@ openmetadata: permissionPolicy: enabled: false option: "" + cacheControl: "" + pragma: "" networkPolicy: # If networkPolicy is true, following values can be set