Skip to content

Commit

Permalink
Merge pull request #38 from nfdi4health/fix/dataverse-values-yaml
Browse files Browse the repository at this point in the history
fix(k8s.dataverse): update PID provider keys in values.yaml
  • Loading branch information
julian-schneider authored Feb 19, 2025
2 parents 628c2f4 + 05fada0 commit 0c66924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/dataverse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.10.1
version: 0.10.2

# 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
Expand Down
3 changes: 2 additions & 1 deletion k8s/dataverse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dataverse:
memory: "4Gi"
requests:
memory: "1Gi"
pid:
default_pid_provider: "permalink"
pid_providers:
permalink:
type: "perma"
authority:
Expand Down

0 comments on commit 0c66924

Please sign in to comment.