Skip to content

Commit

Permalink
Merge pull request #35 from nfdi4health/feat/dv-6-5
Browse files Browse the repository at this point in the history
feat(k8s.dataverse): upgrade to Dataverse v6.5
  • Loading branch information
vera authored Dec 17, 2024
2 parents 5b0c623 + 5f5da41 commit 28dfe22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/dataverse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.1
version: 0.9.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: "6.4.0"
appVersion: "6.5.0"
1 change: 1 addition & 0 deletions k8s/dataverse/persona/nfdi4health/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
<field name="datasetValid" type="boolean" stored="true" indexed="true" multiValued="false"/>

<field name="license" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="fileCount" type="plong" stored="true" indexed="true" multiValued="false"/>

<!--
METADATA SCHEMA FIELDS
Expand Down
4 changes: 2 additions & 2 deletions k8s/dataverse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dataverse:
base_url:
separator:
images:
backend: ghcr.io/nfdi4health/csh-ui/dataverse:6.4
configbaker: ghcr.io/nfdi4health/csh-ui/dataverse-baker:6.4
backend: ghcr.io/nfdi4health/csh-ui/dataverse:6.5
configbaker: ghcr.io/nfdi4health/csh-ui/dataverse-baker:6.5

0 comments on commit 28dfe22

Please sign in to comment.