From 6a2d9f3863e3792a60bce5f64d422a418a98a263 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 7 Oct 2022 11:05:41 +0200 Subject: [PATCH 1/2] update the wopiserver --- wopiserver/Chart.yaml | 8 ++++---- wopiserver/README.md | 2 +- wopiserver/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wopiserver/Chart.yaml b/wopiserver/Chart.yaml index 5e1cf25..09cfc83 100644 --- a/wopiserver/Chart.yaml +++ b/wopiserver/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wopiserver description: A Vendor-neutral Web-application Open Platform Interface (WOPI) gateway for EFSS systems type: application -version: 0.5.2 -appVersion: v8.3.3 +version: 0.6.0 +appVersion: v9.3.2 kubeVersion: '>= 1.19.0' home: https://github.com/cs3org/wopiserver sources: @@ -18,8 +18,8 @@ keywords: - efss annotations: artifacthub.io/changes: | - - "Add imagePullSecrets to deployment" + - "Update wopiserver to v9.3.2" artifacthub.io/images: | - name: wopiserver - image: cs3org/wopiserver:v8.3.3 + image: cs3org/wopiserver:v9.3.2 artifacthub.io/containsSecurityUpdates: 'false' diff --git a/wopiserver/README.md b/wopiserver/README.md index 298765a..1592b84 100644 --- a/wopiserver/README.md +++ b/wopiserver/README.md @@ -39,7 +39,7 @@ The following configurations may be set. It is recommended to use `values.yaml` | `extraResources` | Extra resources to be included. | `[]` | | `image.pullPolicy` | The kubernetes image pull policy. | `IfNotPresent` | | `image.repository` | Name of the image to run, without the tag. | [`cs3org/wopiserver`](https://hub.docker.com/r/cs3org/wopiserver) | -| `image.tag` | The image tag to use. | `v8.3.2` | +| `image.tag` | The image tag to use. | `v9.3.2` | | `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` | | `ingress.annotations` | Ingress annotations. | `{}` | | `ingress.enabled` | Whether to create an Ingress resource to access the wopiserver. | `false` | diff --git a/wopiserver/values.yaml b/wopiserver/values.yaml index 19e802d..029796f 100644 --- a/wopiserver/values.yaml +++ b/wopiserver/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: cs3org/wopiserver - tag: v8.3.3 + tag: v9.3.2 pullPolicy: IfNotPresent pullSecrets: [] From d0040e8f1cc29d9b1bea4f808efef82d167fe1b8 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Thu, 2 Feb 2023 14:57:32 +0100 Subject: [PATCH 2/2] use wopiserver v9.4.0 --- wopiserver/Chart.yaml | 6 +++--- wopiserver/README.md | 2 +- wopiserver/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wopiserver/Chart.yaml b/wopiserver/Chart.yaml index 09cfc83..ed9c86d 100644 --- a/wopiserver/Chart.yaml +++ b/wopiserver/Chart.yaml @@ -3,7 +3,7 @@ name: wopiserver description: A Vendor-neutral Web-application Open Platform Interface (WOPI) gateway for EFSS systems type: application version: 0.6.0 -appVersion: v9.3.2 +appVersion: v9.4.0 kubeVersion: '>= 1.19.0' home: https://github.com/cs3org/wopiserver sources: @@ -18,8 +18,8 @@ keywords: - efss annotations: artifacthub.io/changes: | - - "Update wopiserver to v9.3.2" + - "Update wopiserver to v9.4.0" artifacthub.io/images: | - name: wopiserver - image: cs3org/wopiserver:v9.3.2 + image: cs3org/wopiserver:v9.4.0 artifacthub.io/containsSecurityUpdates: 'false' diff --git a/wopiserver/README.md b/wopiserver/README.md index 1592b84..bb980d3 100644 --- a/wopiserver/README.md +++ b/wopiserver/README.md @@ -39,7 +39,7 @@ The following configurations may be set. It is recommended to use `values.yaml` | `extraResources` | Extra resources to be included. | `[]` | | `image.pullPolicy` | The kubernetes image pull policy. | `IfNotPresent` | | `image.repository` | Name of the image to run, without the tag. | [`cs3org/wopiserver`](https://hub.docker.com/r/cs3org/wopiserver) | -| `image.tag` | The image tag to use. | `v9.3.2` | +| `image.tag` | The image tag to use. | `v9.4.0` | | `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` | | `ingress.annotations` | Ingress annotations. | `{}` | | `ingress.enabled` | Whether to create an Ingress resource to access the wopiserver. | `false` | diff --git a/wopiserver/values.yaml b/wopiserver/values.yaml index 029796f..983dcb5 100644 --- a/wopiserver/values.yaml +++ b/wopiserver/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: cs3org/wopiserver - tag: v9.3.2 + tag: v9.4.0 pullPolicy: IfNotPresent pullSecrets: []