diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 7010cacb..363193c8 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -35,8 +35,8 @@ jobs: - name: Add Helm repos run: | - helm repo add elasticsearch https://helm.elastic.co - helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami + helm repo add opensearch https://opensearch-project.github.io/helm-charts/ + helm repo add mysql https://charts.bitnami.com/bitnami helm repo add airflow https://airflow-helm.github.io/charts - uses: actions/setup-python@v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae6c0332..33243829 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,8 +24,8 @@ jobs: - name: Add Helm repos run: | - helm repo add elasticsearch https://helm.elastic.co - helm repo add mysql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami + helm repo add opensearch https://opensearch-project.github.io/helm-charts/ + helm repo add mysql https://charts.bitnami.com/bitnami helm repo add airflow https://airflow-helm.github.io/charts - name: Run chart-releaser diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index a5860515..88a338ac 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.2.1 +version: 1.2.2 # 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.2.0" +appVersion: "1.2.1" home: https://open-metadata.org/ diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index d8b715db..dc76902c 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.2.0 + tag: 1.2.1 pullPolicy: "IfNotPresent" executor: "KubernetesExecutor" config: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index 30f62bb5..c3a693d8 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.2.1 +version: 1.2.2 # 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.2.0" +appVersion: "1.2.1" home: https://open-metadata.org/ diff --git a/charts/openmetadata/README.md b/charts/openmetadata/README.md index b53bebad..607c0109 100644 --- a/charts/openmetadata/README.md +++ b/charts/openmetadata/README.md @@ -101,8 +101,6 @@ helm install openmetadata open-metadata/openmetadata --values <