Skip to content
Snippets Groups Projects
Unverified Commit 7095cd3c authored by Varac's avatar Varac
Browse files

Let setup-apps jobs stay around for introspection

Fixes: #977
parent a19aa35e
No related branches found
No related tags found
1 merge request!41Resolve "setup-apps job should stay after completion for introspection"
## [0.3.2] - 2021-08-12
* Update NC chart to 2.7.3
* Let setup-apps jobs stay around for introspection for 10m after
successful completion
## [0.3.1] - 2021-08-10
* Fix `setup-apps` job for chart upgrades with new apps
......
dependencies:
- name: nextcloud
repository: https://nextcloud.github.io/helm
version: 2.7.0
version: 2.7.3
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 6.18.2
......@@ -11,5 +11,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 8.6.4
digest: sha256:041bf2da93047168e075cd7f97b8a7c67b7475f0edd8d4d4aede77a42a912e1f
generated: "2021-08-04T09:34:59.649936752+02:00"
digest: sha256:b64cf7af561b35c830bea5d25a576343b130659ea9ea50775863215c063dc6e0
generated: "2021-08-12T13:10:42.635014013+02:00"
......@@ -3,18 +3,22 @@ apiVersion: v2
description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
version: 0.3.1
version: 0.3.2
appVersion: NC-20.0.11-OO-6.2.2.21
dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud
- name: nextcloud
version: 2.7.0
version: 2.7.3
repository: "https://nextcloud.github.io/helm"
# https://artifacthub.io/packages/helm/bitnami/rabbitmq
- name: rabbitmq
version: 6.18.2
repository: "https://charts.bitnami.com/bitnami"
# https://artifacthub.io/packages/helm/bitnami/redis
- name: redis
version: 10.5.7
repository: "https://charts.bitnami.com/bitnami"
# https://artifacthub.io/packages/helm/bitnami/postgresql
- name: postgresql
version: 8.6.4
repository: "https://charts.bitnami.com/bitnami"
......@@ -9,9 +9,9 @@ metadata:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "0"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
backoffLimit: {{ .Values.setupApps.backoffLimit }}
ttlSecondsAfterFinished: 6000
template:
metadata:
name: "{{.Release.Name}}"
......
......@@ -155,6 +155,7 @@ redis:
cluster:
enabled: false
postgresql:
persistence:
# persistent storage is handled by NextCloud in our case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment