From c4a2bb4c300a08146559db4dc4496744cdeb4cf7 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 30 Apr 2019 12:43:21 +0200 Subject: [PATCH] process feedback --- requirements.yaml | 2 +- templates/{job.yaml => job-register-collabora.yaml} | 2 +- values.yaml | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) rename templates/{job.yaml => job-register-collabora.yaml} (98%) diff --git a/requirements.yaml b/requirements.yaml index 0150b1d1..1e961c70 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -7,7 +7,7 @@ dependencies: # Needs https://github.com/helm/charts/pull/13311 - name: collabora-code alias: office - version: 1.0.1 + version: 1.0.2 repository: "@stable" tags: - collabora diff --git a/templates/job.yaml b/templates/job-register-collabora.yaml similarity index 98% rename from templates/job.yaml rename to templates/job-register-collabora.yaml index a47d9d39..4fbafaeb 100644 --- a/templates/job.yaml +++ b/templates/job-register-collabora.yaml @@ -24,7 +24,7 @@ spec: spec: restartPolicy: Never containers: - - name: register-rocketchat-keycloak-client + - name: register-collabora image: {{ .Values.nextcloud.image.repository }}:{{ .Values.nextcloud.image.tag }} securityContext: runAsUser: 33 diff --git a/values.yaml b/values.yaml index cf088996..ac99ea52 100644 --- a/values.yaml +++ b/values.yaml @@ -8,13 +8,11 @@ nextcloud: enabled: true # Necessary so the chart gets installed (because the requirements.yaml has a -# condition: `condition: mariadb.enabled` -# Follow https://github.com/helm/helm/issues/5135 for more info +# condition: `condition: mariadb.enabled`). Follow +# https://github.com/helm/helm/issues/5135 for more info. mariadb: enabled: true -# Increase delay for liveness probe because it is too low (awaiting -# https://github.com/helm/charts/pull/13311) collabora-code: livenessProbe: initialDelaySeconds: 90 -- GitLab