Skip to content

Commit

Permalink
fix: downgrade openmetadata to 1.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <ffais@fbk.eu>
  • Loading branch information
ffais committed Feb 27, 2024
1 parent 1a5c21d commit e64a92d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ docker-compose/resources/dagster-pipelines/*/__pycache__*
documentation/site
tmp/
**Chart.lock
*/**/charts
*/**/charts/*
**/tmpcharts
6 changes: 3 additions & 3 deletions charts/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
maintainers:
- name: scc-digitalhub
url: https://github.com/scc-digitalhub
version: 0.2.52
version: 0.2.53
appVersion: "0.3.0"
dependencies:
- name: docker-registry
Expand Down Expand Up @@ -66,10 +66,10 @@ dependencies:
condition: opensearch.enabled
- name: openmetadata
repository: https://helm.open-metadata.org
version: 1.3.0
version: 1.2.4
condition: openmetadata.enabled
- name: openmetadata-java-connector
version: 0.1.2
version: 0.1.5
repository: https://scc-digitalhub.github.io/digitalhub/
condition: openmetadata-java-connector.enabled

0 comments on commit e64a92d

Please sign in to comment.