From 4f43eeaea5f39d96040ec0e5646eb61e0b819b0a Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Wed, 31 May 2023 10:21:52 +0200 Subject: [PATCH] Bump version --- wopiserver/Chart.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wopiserver/Chart.yaml b/wopiserver/Chart.yaml index b88e74f..761b966 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.9.1 -appVersion: v9.5.3 +version: 0.9.2 +appVersion: v10.0.0 kubeVersion: '>= 1.19.0-0' home: https://github.com/cs3org/wopiserver sources: @@ -20,7 +20,8 @@ keywords: annotations: artifacthub.io/changes: | - "Reverted some options in wopiserver.conf" + - "Updated to latest wopiserver tag" artifacthub.io/images: | - name: wopiserver - image: cs3org/wopiserver:v9.5.3 + image: cs3org/wopiserver:v10.0.0 artifacthub.io/containsSecurityUpdates: 'false'