Skip to content

Commit

Permalink
Merge pull request #30 from nfdi4health/feat/dv-6-3
Browse files Browse the repository at this point in the history
feat(k8s.dataverse): update Dataverse to version 6.3
  • Loading branch information
johannes-darms authored Sep 10, 2024
2 parents 60e2c58 + cb66879 commit 310f645
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.6.3
version: 0.7.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.2.0"
appVersion: "6.3.0"
2 changes: 1 addition & 1 deletion k8s/dataverse/persona/nfdi4health/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PGPASSWORD=$DATAVERSE_DB_PASSWORD psql -h $DATAVERSE_DB_HOST -U $DATAVERSE_DB_US
echo

echo "Setting superuser status"
curl -X POST "${DATAVERSE_URL}/api/admin/superuser/dataverseAdmin"
curl -X PUT "${DATAVERSE_URL}/api/admin/superuser/dataverseAdmin" -d true
echo

echo "Publishing root dataverse"
Expand Down
5 changes: 4 additions & 1 deletion k8s/dataverse/persona/nfdi4health/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
<field name="publicationStatus" type="string" stored="true" indexed="true" multiValued="true"/>
<field name="externalStatus" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="embargoEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>

<field name="retentionEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>

<field name="subtreePaths" type="string" stored="true" indexed="true" multiValued="true"/>

<field name="fileName" type="text_en" stored="true" indexed="true" multiValued="true"/>
Expand Down Expand Up @@ -454,6 +455,7 @@
<field name="journalVolume" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="journalVolumeIssue" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="keyword" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="keywordTermURI" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="keywordValue" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="keywordVocabulary" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="keywordVocabularyURI" type="text_en" multiValued="true" stored="true" indexed="true"/>
Expand Down Expand Up @@ -912,6 +914,7 @@
<copyField source="journalVolume" dest="_text_" maxChars="3000"/>
<copyField source="journalVolumeIssue" dest="_text_" maxChars="3000"/>
<copyField source="keyword" dest="_text_" maxChars="3000"/>
<copyField source="keywordTermURI" dest="_text_" maxChars="3000"/>
<copyField source="keywordValue" dest="_text_" maxChars="3000"/>
<copyField source="keywordVocabulary" dest="_text_" maxChars="3000"/>
<copyField source="keywordVocabularyURI" dest="_text_" maxChars="3000"/>
Expand Down
2 changes: 1 addition & 1 deletion 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.2
backend: ghcr.io/nfdi4health/csh-ui/dataverse:6.3
configbaker: ghcr.io/nfdi4health/csh-ui/dataverse-baker:6.3

0 comments on commit 310f645

Please sign in to comment.