Compare commits
3 commits
renovate/o
...
main
Author | SHA1 | Date | |
---|---|---|---|
1107adf9d4 | |||
af5c76e636 | |||
0add562953 |
2 changed files with 16 additions and 2 deletions
|
@ -27,7 +27,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 7.7.0
|
||||
targetRevision: 7.7.3
|
||||
helm:
|
||||
releaseName: argo
|
||||
valueFiles:
|
||||
|
@ -175,7 +175,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://charts.openproject.org
|
||||
chart: openproject
|
||||
targetRevision: 9.0.0
|
||||
targetRevision: 8.3.2
|
||||
helm:
|
||||
releaseName: openproject
|
||||
valueFiles:
|
||||
|
|
|
@ -7,3 +7,17 @@ spec:
|
|||
instances: 3
|
||||
storage:
|
||||
size: 1Gi
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://openproject/backups"
|
||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: openproject-secret
|
||||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID
|
||||
secretAccessKey:
|
||||
name: openproject-secret
|
||||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
||||
wal:
|
||||
compression: gzip
|
||||
retentionPolicy: "30d"
|
||||
|
|
Loading…
Reference in a new issue