Merge branch 'main' of git+ssh://platform.sunet.se:22022/Drive/k8s-manifests
This commit is contained in:
commit
5480d695d0
21 changed files with 10 additions and 15 deletions
|
@ -46,9 +46,9 @@ dependencies:
|
|||
version: 16.13.2
|
||||
- name: nextcloud
|
||||
repository: https://nextcloud.github.io/helm/
|
||||
version: 3.5.22
|
||||
version: 3.5.4
|
||||
- name: owncloud
|
||||
repository: https://owncloud-docker.github.io/helm-charts
|
||||
version: 0.4.1
|
||||
digest: sha256:c23f6f5d58ca92ec95d87fe4d97de87b8d07cf9b0da3f85b6eed9d95e3c5b27c
|
||||
generated: "2024-01-26T12:45:44.958867792+01:00"
|
||||
digest: sha256:f1b7af01ca54c4afc63a5dd344e4b8ca30deb9e8312609c1397015dc0886c630
|
||||
generated: "2023-03-28T09:29:07.381386431+02:00"
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: ">0.2.5"
|
||||
description: A single chart for installing whole sciebo rds ecosystem.
|
||||
name: all
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
home: https://www.research-data-services.org/
|
||||
type: application
|
||||
keywords:
|
||||
|
@ -36,13 +36,13 @@ dependencies:
|
|||
tags:
|
||||
- layer0
|
||||
- name: layer1-port-openscienceframework
|
||||
version: ^0.2.0
|
||||
version: ^0.2.4
|
||||
repository: file://../layer1_port_openscienceframework
|
||||
condition: layer1-port-openscienceframework.enabled
|
||||
tags:
|
||||
- layer1
|
||||
- name: layer1-port-zenodo
|
||||
version: ^0.2.0
|
||||
version: ^0.2.3
|
||||
repository: file://../layer1_port_zenodo
|
||||
condition: layer1-port-zenodo.enabled
|
||||
tags:
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
rds/base/charts/all/charts/layer1-port-zenodo-0.2.3.tgz
Normal file
BIN
rds/base/charts/all/charts/layer1-port-zenodo-0.2.3.tgz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
rds/base/charts/all/charts/postgresql-10.14.3.tgz
Normal file
BIN
rds/base/charts/all/charts/postgresql-10.14.3.tgz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@ global:
|
|||
postgresql:
|
||||
existingSecret: describo-pg-passwd
|
||||
image:
|
||||
tag: develop
|
||||
tag: v0.2.5
|
||||
namespace:
|
||||
create: false
|
||||
name: helmrds
|
||||
|
@ -41,11 +41,11 @@ layer0-describo:
|
|||
postgresql:
|
||||
postgresqlDatabase: describo
|
||||
postgresqlUsername: admin
|
||||
postgresqlPassword: IAML0POSTGRESSECRET
|
||||
postgresqlPassword: HELLOOOOOO
|
||||
persistence:
|
||||
enabled: false
|
||||
environment:
|
||||
ADMIN_PASSWORD: IAML0ADMINSECRET
|
||||
ADMIN_PASSWORD: HELLOOOOOO
|
||||
domain: describo.drive.test.sunet.se
|
||||
layer0-helper-describo-token-updater:
|
||||
enabled: true
|
||||
|
@ -76,16 +76,11 @@ layer1-port-zenodo:
|
|||
enabled: true
|
||||
environment:
|
||||
ADDRESS: https://sandbox.zenodo.org
|
||||
OAUTH_CLIENT_ID: IAMZENODOID
|
||||
OAUTH_CLIENT_SECRET: IAMZENODOSECRET
|
||||
layer1-port-openscienceframework:
|
||||
enabled: true
|
||||
environment:
|
||||
ADDRESS: https://test.accounts.test.osf.io
|
||||
ADDRESS: https://accounts.test.osf.io
|
||||
API_ADDRESS: https://api.test.osf.io/v2
|
||||
# needs to be adjusted to correct values
|
||||
OAUTH_CLIENT_ID: rdsdrivetest
|
||||
OAUTH_CLIENT_SECRET: THISISATEST
|
||||
layer2-metadata-service: {}
|
||||
layer3-research-manager: {}
|
||||
layer3-token-storage: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue