File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- 1.12.0
1+ 1.12.1
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.12.0
18+ version : 1.12.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.12.0 "
24+ appVersion : " 1.12.1 "
2525
2626home : https://open-metadata.org/
2727
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ airflow:
7777 images :
7878 airflow :
7979 repository : docker.getcollate.io/openmetadata/ingestion
80- tag : 1.12.0
80+ tag : 1.12.1
8181 pullPolicy : " IfNotPresent"
8282 # Use KubernetesExecutor for production deployments (recommended)
8383 # For local development (Docker Desktop/Minikube), use LocalExecutor instead
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.12.0
18+ version : 1.12.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 1.12.0 "
24+ appVersion : " 1.12.1 "
2525
2626home : https://open-metadata.org/
2727
@@ -59,7 +59,7 @@ icon: https://open-metadata.org/assets/favicon.png
5959annotations :
6060 artifacthub.io/images : |
6161 - name: openmetadata-server
62- image: docker.io/openmetadata/server:1.12.0
62+ image: docker.io/openmetadata/server:1.12.1
6363 artifacthub.io/license : " Apache-2.0"
6464 # artifacthub.io/prerelease: "false"
6565 artifacthub.io/recommendations : |
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
270270| fullnameOverride | string | ` "openmetadata" ` |
271271| image.pullPolicy | string | ` "Always" ` |
272272| image.repository | string | ` "docker.getcollate.io/openmetadata/server" ` |
273- | image.tag | string | ` 1.12.0 ` |
273+ | image.tag | string | ` 1.12.1 ` |
274274| imagePullSecrets | list | ` [] ` |
275275| ingress.annotations | object | ` {} ` |
276276| ingress.className | string | ` "" ` |
You can’t perform that action at this time.
0 commit comments