From d0a63ae20654bb0c215c4446ecaa706b903bf684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:43:21 +0000 Subject: [PATCH 1/5] chore(deps): update owncloud/ocis-rolling docker tag to v6.6.0 --- charts/ocis/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ocis/Chart.yaml b/charts/ocis/Chart.yaml index 158f6b41..91ce08c3 100644 --- a/charts/ocis/Chart.yaml +++ b/charts/ocis/Chart.yaml @@ -11,7 +11,7 @@ maintainers: type: application version: 0.7.0 # renovate: datasource=docker depName=owncloud/ocis-rolling -appVersion: 6.5.0 +appVersion: 6.6.0 kubeVersion: "" # please see https://doc.owncloud.com/ocis/next/deployment/container/orchestration/orchestration.html#get-the-chart for compatible Kubernetes versions sources: - https://github.com/owncloud/ocis-charts From 40f4bf4c4401f3478c028077cb8a8c06100f6634 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 22 Oct 2024 11:12:54 +0200 Subject: [PATCH 2/5] make docs --- charts/ocis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ocis/README.md b/charts/ocis/README.md index e2d06682..70a767f0 100644 --- a/charts/ocis/README.md +++ b/charts/ocis/README.md @@ -2,7 +2,7 @@ [comment]: # (DONT EDIT THIS FILE, it is autogenerated. Instead you need to edit README.md.gotmpl) # ownCloud Infinite Scale (oCIS) Helm chart -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.5.0](https://img.shields.io/badge/AppVersion-6.5.0-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.6.0](https://img.shields.io/badge/AppVersion-6.6.0-informational?style=flat-square) Installs [ownCloud Infinite Scale](https://doc.owncloud.com/ocis/next/). From 531a08d96108347682a09a123ef2884704f38851 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 22 Oct 2024 13:03:39 +0200 Subject: [PATCH 3/5] mount /tmp as emptyDir in all pods to workaround https://github.com/owncloud/ocis/issues/10378 --- charts/ocis/templates/activitylog/deployment.yaml | 4 ++++ charts/ocis/templates/antivirus/deployment.yaml | 4 ++++ charts/ocis/templates/audit/deployment.yaml | 4 ++++ charts/ocis/templates/clientlog/deployment.yaml | 4 ++++ charts/ocis/templates/eventhistory/deployment.yaml | 4 ++++ charts/ocis/templates/frontend/deployment.yaml | 4 ++-- charts/ocis/templates/graph/deployment.yaml | 4 ++++ charts/ocis/templates/idm/deployment.yaml | 4 ++++ charts/ocis/templates/idp/deployment.yaml | 4 ++++ charts/ocis/templates/nats/deployment.yaml | 4 ++++ charts/ocis/templates/notifications/deployment.yaml | 4 ++++ charts/ocis/templates/ocdav/deployment.yaml | 8 ++++++++ charts/ocis/templates/ocs/deployment.yaml | 8 ++++++++ charts/ocis/templates/policies/deployment.yaml | 4 ++++ charts/ocis/templates/postprocessing/deployment.yaml | 4 ++++ charts/ocis/templates/proxy/deployment.yaml | 4 ++++ charts/ocis/templates/search/deployment.yaml | 4 ++++ charts/ocis/templates/settings/deployment.yaml | 10 +++++++--- charts/ocis/templates/sse/deployment.yaml | 4 ++++ charts/ocis/templates/thumbnails/deployment.yaml | 4 ++++ charts/ocis/templates/userlog/deployment.yaml | 4 ++++ charts/ocis/templates/web/deployment.yaml | 4 ++++ charts/ocis/templates/webdav/deployment.yaml | 8 ++++++++ charts/ocis/templates/webfinger/deployment.yaml | 8 ++++++++ 24 files changed, 113 insertions(+), 5 deletions(-) diff --git a/charts/ocis/templates/activitylog/deployment.yaml b/charts/ocis/templates/activitylog/deployment.yaml index 2e5f8f62..1757d5c2 100644 --- a/charts/ocis/templates/activitylog/deployment.yaml +++ b/charts/ocis/templates/activitylog/deployment.yaml @@ -80,12 +80,16 @@ spec: containerPort: 9197 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/antivirus/deployment.yaml b/charts/ocis/templates/antivirus/deployment.yaml index 5d3f9588..621d3e37 100644 --- a/charts/ocis/templates/antivirus/deployment.yaml +++ b/charts/ocis/templates/antivirus/deployment.yaml @@ -70,12 +70,16 @@ spec: containerPort: 9277 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/audit/deployment.yaml b/charts/ocis/templates/audit/deployment.yaml index 92ac4cf3..e774ef68 100644 --- a/charts/ocis/templates/audit/deployment.yaml +++ b/charts/ocis/templates/audit/deployment.yaml @@ -60,12 +60,16 @@ spec: containerPort: 9229 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/clientlog/deployment.yaml b/charts/ocis/templates/clientlog/deployment.yaml index b8076f44..77bc461a 100644 --- a/charts/ocis/templates/clientlog/deployment.yaml +++ b/charts/ocis/templates/clientlog/deployment.yaml @@ -74,12 +74,16 @@ spec: containerPort: 9260 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/eventhistory/deployment.yaml b/charts/ocis/templates/eventhistory/deployment.yaml index a502402c..0cd06374 100644 --- a/charts/ocis/templates/eventhistory/deployment.yaml +++ b/charts/ocis/templates/eventhistory/deployment.yaml @@ -65,12 +65,16 @@ spec: containerPort: 9270 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/frontend/deployment.yaml b/charts/ocis/templates/frontend/deployment.yaml index 1b4d841d..894eb46b 100644 --- a/charts/ocis/templates/frontend/deployment.yaml +++ b/charts/ocis/templates/frontend/deployment.yaml @@ -175,10 +175,10 @@ spec: containerPort: 9141 volumeMounts: - - name: configs - mountPath: /etc/ocis - name: tmp-volume mountPath: /tmp + - name: configs + mountPath: /etc/ocis {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: diff --git a/charts/ocis/templates/graph/deployment.yaml b/charts/ocis/templates/graph/deployment.yaml index e9920b28..7bf08911 100644 --- a/charts/ocis/templates/graph/deployment.yaml +++ b/charts/ocis/templates/graph/deployment.yaml @@ -221,6 +221,8 @@ spec: containerPort: 9124 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true @@ -230,6 +232,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/idm/deployment.yaml b/charts/ocis/templates/idm/deployment.yaml index 8117547d..2b9943b4 100644 --- a/charts/ocis/templates/idm/deployment.yaml +++ b/charts/ocis/templates/idm/deployment.yaml @@ -120,6 +120,8 @@ spec: containerPort: 9239 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: ldap-cert mountPath: /etc/ocis/ldap-cert readOnly: true @@ -128,6 +130,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: ldap-cert secret: secretName: {{ include "secrets.ldapCertSecret" . }} diff --git a/charts/ocis/templates/idp/deployment.yaml b/charts/ocis/templates/idp/deployment.yaml index e3379046..7fa8d4bd 100644 --- a/charts/ocis/templates/idp/deployment.yaml +++ b/charts/ocis/templates/idp/deployment.yaml @@ -83,6 +83,8 @@ spec: containerPort: 9134 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: ocis-data-tmp mountPath: /var/lib/ocis # we mount that volume to apply fsGroup to that path, so that the idp can write the temporary idp/tmp/identifier-registration.yaml file - name: ldap-ca @@ -94,6 +96,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: ocis-data-tmp emptyDir: {} - name: ldap-ca diff --git a/charts/ocis/templates/nats/deployment.yaml b/charts/ocis/templates/nats/deployment.yaml index 8fcaab83..edcf178e 100644 --- a/charts/ocis/templates/nats/deployment.yaml +++ b/charts/ocis/templates/nats/deployment.yaml @@ -74,10 +74,14 @@ spec: containerPort: 9234 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: {{ include "ocis.persistence.dataVolumeName" . }} mountPath: /var/lib/ocis {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} {{- include "ocis.persistence.dataVolume" . | nindent 8 }} {{- end }} diff --git a/charts/ocis/templates/notifications/deployment.yaml b/charts/ocis/templates/notifications/deployment.yaml index 40054cf8..caf5fd0b 100644 --- a/charts/ocis/templates/notifications/deployment.yaml +++ b/charts/ocis/templates/notifications/deployment.yaml @@ -106,6 +106,8 @@ spec: containerPort: 9174 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true @@ -120,6 +122,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/ocdav/deployment.yaml b/charts/ocis/templates/ocdav/deployment.yaml index 2dfdec0c..7769f113 100644 --- a/charts/ocis/templates/ocdav/deployment.yaml +++ b/charts/ocis/templates/ocdav/deployment.yaml @@ -79,4 +79,12 @@ spec: containerPort: 8080 - name: metrics-debug containerPort: 9163 + + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- include "ocis.imagePullSecrets" $ | nindent 6 }} + volumes: + - name: tmp-volume + emptyDir: {} diff --git a/charts/ocis/templates/ocs/deployment.yaml b/charts/ocis/templates/ocs/deployment.yaml index d1a1c31d..0a0e44d5 100644 --- a/charts/ocis/templates/ocs/deployment.yaml +++ b/charts/ocis/templates/ocs/deployment.yaml @@ -72,4 +72,12 @@ spec: containerPort: 9110 - name: metrics-debug containerPort: 9114 + + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- include "ocis.imagePullSecrets" $ | nindent 6 }} + volumes: + - name: tmp-volume + emptyDir: {} diff --git a/charts/ocis/templates/policies/deployment.yaml b/charts/ocis/templates/policies/deployment.yaml index d095868e..1dce5033 100644 --- a/charts/ocis/templates/policies/deployment.yaml +++ b/charts/ocis/templates/policies/deployment.yaml @@ -67,6 +67,8 @@ spec: containerPort: 9129 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true @@ -76,6 +78,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/postprocessing/deployment.yaml b/charts/ocis/templates/postprocessing/deployment.yaml index cc0d49e0..3fa8fc9c 100644 --- a/charts/ocis/templates/postprocessing/deployment.yaml +++ b/charts/ocis/templates/postprocessing/deployment.yaml @@ -76,12 +76,16 @@ spec: containerPort: 9255 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/proxy/deployment.yaml b/charts/ocis/templates/proxy/deployment.yaml index 9e1fa126..d6ea0253 100644 --- a/charts/ocis/templates/proxy/deployment.yaml +++ b/charts/ocis/templates/proxy/deployment.yaml @@ -136,11 +136,15 @@ spec: containerPort: 9205 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: configs mountPath: /etc/ocis {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: configs configMap: name: {{ .appName }}-config diff --git a/charts/ocis/templates/search/deployment.yaml b/charts/ocis/templates/search/deployment.yaml index c73e20da..45747ea8 100644 --- a/charts/ocis/templates/search/deployment.yaml +++ b/charts/ocis/templates/search/deployment.yaml @@ -114,6 +114,8 @@ spec: containerPort: 9224 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true @@ -122,6 +124,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/settings/deployment.yaml b/charts/ocis/templates/settings/deployment.yaml index 34887d5f..e2574603 100644 --- a/charts/ocis/templates/settings/deployment.yaml +++ b/charts/ocis/templates/settings/deployment.yaml @@ -106,22 +106,26 @@ spec: - name: metrics-debug containerPort: 9194 - {{- if or .Values.features.roles.customRoles .Values.features.roles.customRolesConfigRef }} + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- if or .Values.features.roles.customRoles .Values.features.roles.customRolesConfigRef }} - name: ocis-role-config mountPath: /etc/ocis {{- end }} {{- include "ocis.imagePullSecrets" $ | nindent 6 }} - {{- if .Values.features.roles.customRoles }} volumes: + - name: tmp-volume + emptyDir: {} + {{- if .Values.features.roles.customRoles }} - name: ocis-role-config configMap: name: {{ .appName }}-role-config {{- end }} {{- if .Values.features.roles.customRolesConfigRef }} - volumes: - name: ocis-role-config configMap: name: {{ .Values.features.roles.customRolesConfigRef }} diff --git a/charts/ocis/templates/sse/deployment.yaml b/charts/ocis/templates/sse/deployment.yaml index e65a2bae..fe58579a 100644 --- a/charts/ocis/templates/sse/deployment.yaml +++ b/charts/ocis/templates/sse/deployment.yaml @@ -70,12 +70,16 @@ spec: containerPort: 9135 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/thumbnails/deployment.yaml b/charts/ocis/templates/thumbnails/deployment.yaml index bb5f8ec8..733de801 100644 --- a/charts/ocis/templates/thumbnails/deployment.yaml +++ b/charts/ocis/templates/thumbnails/deployment.yaml @@ -101,9 +101,13 @@ spec: containerPort: 9189 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: {{ include "ocis.persistence.dataVolumeName" . }} mountPath: /var/lib/ocis {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} {{- include "ocis.persistence.dataVolume" . | nindent 8 }} diff --git a/charts/ocis/templates/userlog/deployment.yaml b/charts/ocis/templates/userlog/deployment.yaml index ed863e93..6e2d0b8c 100644 --- a/charts/ocis/templates/userlog/deployment.yaml +++ b/charts/ocis/templates/userlog/deployment.yaml @@ -102,12 +102,16 @@ spec: containerPort: 9210 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: messaging-system-ca mountPath: /etc/ocis/messaging-system-ca readOnly: true {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: messaging-system-ca {{ if and (.Values.messagingSystem.external.enabled) (not .Values.messagingSystem.external.tls.certTrusted) }} secret: diff --git a/charts/ocis/templates/web/deployment.yaml b/charts/ocis/templates/web/deployment.yaml index 79da5cc0..68cf80e9 100644 --- a/charts/ocis/templates/web/deployment.yaml +++ b/charts/ocis/templates/web/deployment.yaml @@ -199,6 +199,8 @@ spec: containerPort: 9104 volumeMounts: + - name: tmp-volume + mountPath: /tmp - name: configs mountPath: /etc/ocis {{- if .Values.configRefs.webThemeConfigRef }} @@ -216,6 +218,8 @@ spec: {{- include "ocis.imagePullSecrets" $ | nindent 6 }} volumes: + - name: tmp-volume + emptyDir: {} - name: configs configMap: name: {{ .appName }}-config diff --git a/charts/ocis/templates/webdav/deployment.yaml b/charts/ocis/templates/webdav/deployment.yaml index 88a54d50..f8fe5a0f 100644 --- a/charts/ocis/templates/webdav/deployment.yaml +++ b/charts/ocis/templates/webdav/deployment.yaml @@ -62,4 +62,12 @@ spec: containerPort: 9115 - name: metrics-debug containerPort: 9119 + + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- include "ocis.imagePullSecrets" $ | nindent 6 }} + volumes: + - name: tmp-volume + emptyDir: {} diff --git a/charts/ocis/templates/webfinger/deployment.yaml b/charts/ocis/templates/webfinger/deployment.yaml index 405dbd9b..be6ed96d 100644 --- a/charts/ocis/templates/webfinger/deployment.yaml +++ b/charts/ocis/templates/webfinger/deployment.yaml @@ -71,4 +71,12 @@ spec: containerPort: 8080 - name: metrics-debug containerPort: 8081 + + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- include "ocis.imagePullSecrets" $ | nindent 6 }} + volumes: + - name: tmp-volume + emptyDir: {} From 3b558cca58b4b733fca77c88d5d3be32a41eb713 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 22 Oct 2024 13:51:46 +0200 Subject: [PATCH 4/5] add /tmp mount to collaboration service --- charts/ocis/templates/collaboration/deployment.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/ocis/templates/collaboration/deployment.yaml b/charts/ocis/templates/collaboration/deployment.yaml index 3798a180..d80d02ed 100644 --- a/charts/ocis/templates/collaboration/deployment.yaml +++ b/charts/ocis/templates/collaboration/deployment.yaml @@ -122,7 +122,15 @@ spec: - name: metrics-debug containerPort: 9304 + volumeMounts: + - name: tmp-volume + mountPath: /tmp + {{- include "ocis.imagePullSecrets" $ | nindent 6 }} + + volumes: + - name: tmp-volume + emptyDir: {} {{ end }} {{ end }} {{ end }} From e127a93ace92ed0a016f269a01e3f18e7bf55237 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 25 Oct 2024 10:52:22 +0200 Subject: [PATCH 5/5] bump ocis to 6.6.1 --- charts/ocis/Chart.yaml | 2 +- charts/ocis/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ocis/Chart.yaml b/charts/ocis/Chart.yaml index 91ce08c3..c3006a02 100644 --- a/charts/ocis/Chart.yaml +++ b/charts/ocis/Chart.yaml @@ -11,7 +11,7 @@ maintainers: type: application version: 0.7.0 # renovate: datasource=docker depName=owncloud/ocis-rolling -appVersion: 6.6.0 +appVersion: 6.6.1 kubeVersion: "" # please see https://doc.owncloud.com/ocis/next/deployment/container/orchestration/orchestration.html#get-the-chart for compatible Kubernetes versions sources: - https://github.com/owncloud/ocis-charts diff --git a/charts/ocis/README.md b/charts/ocis/README.md index 70a767f0..88b9c060 100644 --- a/charts/ocis/README.md +++ b/charts/ocis/README.md @@ -2,7 +2,7 @@ [comment]: # (DONT EDIT THIS FILE, it is autogenerated. Instead you need to edit README.md.gotmpl) # ownCloud Infinite Scale (oCIS) Helm chart -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.6.0](https://img.shields.io/badge/AppVersion-6.6.0-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.6.1](https://img.shields.io/badge/AppVersion-6.6.1-informational?style=flat-square) Installs [ownCloud Infinite Scale](https://doc.owncloud.com/ocis/next/).