Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stackspin
nextcloud
Commits
7095cd3c
Unverified
Commit
7095cd3c
authored
Aug 12, 2021
by
Varac
Browse files
Let setup-apps jobs stay around for introspection
Fixes:
#977
parent
a19aa35e
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7095cd3c
## [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
...
...
Chart.lock
View file @
7095cd3c
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"
Chart.yaml
View file @
7095cd3c
...
...
@@ -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"
templates/job-setup-apps.yaml
View file @
7095cd3c
...
...
@@ -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}}"
...
...
values.yaml
View file @
7095cd3c
...
...
@@ -155,6 +155,7 @@ redis:
cluster
:
enabled
:
false
postgresql
:
persistence
:
# persistent storage is handled by NextCloud in our case
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment