Skip to content

Commit 42b8178

Browse files
github-actions[bot]collate-release-automations[bot]akash-jain-10
authored
chore(release): Prepare Branch for release 1.10.4 (#395)
Co-authored-by: collate-release-automations[bot] <168888702+collate-release-automations[bot]@users.noreply.github.com> Co-authored-by: Akash Jain <[email protected]>
1 parent 90d1d00 commit 42b8178

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.3
1+
1.10.4

charts/deps/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.10.3
18+
version: 1.10.4
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.10.3"
24+
appVersion: "1.10.4"
2525

2626
home: https://open-metadata.org/
2727

charts/deps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ airflow:
7171
airflow:
7272
image:
7373
repository: docker.getcollate.io/openmetadata/ingestion
74-
tag: 1.10.3
74+
tag: 1.10.4
7575
pullPolicy: "IfNotPresent"
7676
executor: "KubernetesExecutor"
7777
config:

charts/openmetadata/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.10.3
18+
version: 1.10.4
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.10.3"
24+
appVersion: "1.10.4"
2525

2626
home: https://open-metadata.org/
2727

@@ -59,7 +59,7 @@ icon: https://open-metadata.org/assets/favicon.png
5959
annotations:
6060
artifacthub.io/images: |
6161
- name: openmetadata-server
62-
image: docker.io/openmetadata/server:1.10.3
62+
image: docker.io/openmetadata/server:1.10.4
6363
artifacthub.io/license: "Apache-2.0"
6464
# artifacthub.io/prerelease: "false"
6565
artifacthub.io/recommendations: |

charts/openmetadata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ helm install openmetadata open-metadata/openmetadata --values <<path-to-values-f
268268
| fullnameOverride | string | `"openmetadata"` |
269269
| image.pullPolicy | string | `"Always"` |
270270
| image.repository | string | `"docker.getcollate.io/openmetadata/server"` |
271-
| image.tag | string | `1.10.3` |
271+
| image.tag | string | `1.10.4` |
272272
| imagePullSecrets | list | `[]` |
273273
| ingress.annotations | object | `{}` |
274274
| ingress.className | string | `""` |

0 commit comments

Comments
 (0)