Skip to content

Commit

Permalink
feature(k8s.dataverse):Upgraded configbaker from unstable to alpha an…
Browse files Browse the repository at this point in the history
…d fix path related code
  • Loading branch information
johannes-darms committed Dec 13, 2023
1 parent ad76e0b commit e8e4852
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.2.6
version: 0.2.7

# 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
5 changes: 4 additions & 1 deletion k8s/dataverse/persona/nfdi4health/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ set -euo pipefail
DATAVERSE_URL=${DATAVERSE_URL:-"http://dataverse:8080"}
export DATAVERSE_URL
# get current dir location
SELF_LOCATION=$( dirname "$(readlink -f -- "$0")" )

SELF_LOCATION=${BOOTSTRAP_DIR}/${PERSONA}/
echo "SELF_LOCATION"
echo $SELF_LOCATION

echo "Running dev setup-all.sh (INSECURE MODE)"
"${BOOTSTRAP_DIR}"/base/setup-all.sh --insecure -p=admin1 | tee /tmp/setup-all.sh.out
Expand Down
4 changes: 2 additions & 2 deletions k8s/dataverse/templates/dataverse-baker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app.kubernetes.io/part-of: dataverse
spec:
containers:
- image: gdcc/configbaker:unstable
- image: gdcc/configbaker:alpha
name: dataverse-configbaker
command: [ "bootstrap.sh", "-u", "http://{{ .Release.Name }}-dataverse-svc:8080","nfdi4health" ]
env:
Expand Down Expand Up @@ -127,6 +127,6 @@ data:
"factoryAlias": "oidc",
"title": "SSO OIDC",
"subtitle": "SSO OIDC",
"factoryData": "type: oidc | issuer: {{.Values.dataverse.oidc.issuer}}| clientId: {{.Values.dataverse.oidc.cliedid}} | clientSecret: {{.Values.dataverse.oidc.clientsecret}}",
"factoryData": "type: oidc | issuer: {{.Values.dataverse.oidc.issuer}} | clientId: {{.Values.dataverse.oidc.cliedid}} | clientSecret: {{.Values.dataverse.oidc.clientsecret}}",
"enabled": true
}

0 comments on commit e8e4852

Please sign in to comment.