From 3096064f9786701a1a549b4f846a20062eb0f612 Mon Sep 17 00:00:00 2001 From: Samuel Alfageme Date: Thu, 1 Jul 2021 15:54:00 +0200 Subject: [PATCH] Update revad and wopiserver versions to latest stable (#16) * iop: update revad and wopiserver versions to latest stable * ci: update the kind-action version to prevent timeouts - for reference: - https://github.com/helm/kind-action/issues/42 - https://github.com/helm/kind-action/pull/43 --- .github/workflows/lint-test.yaml | 2 +- iop/Chart.yaml | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 0b67741..90d1dca 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -19,7 +19,7 @@ jobs: config: .ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0 + uses: helm/kind-action@v1.2.0 if: steps.lint.outputs.changed == 'true' - name: Install chart diff --git a/iop/Chart.yaml b/iop/Chart.yaml index 0705f56..e6b0736 100644 --- a/iop/Chart.yaml +++ b/iop/Chart.yaml @@ -2,29 +2,29 @@ apiVersion: v2 name: iop description: ScienceMesh IOP is the reference Federated Scientific Mesh platform type: application -version: 0.2.0 +version: 0.2.1 appVersion: 0.0.1 icon: https://developer.sciencemesh.io/logo.svg home: https://developer.sciencemesh.io/ source: https://github.com/sciencemesh/sciencemesh dependencies: - name: revad - version: "1.3.1" + version: "1.3.2" repository: "https://cs3org.github.io/charts" alias: gateway condition: gateway.enabled - name: revad - version: "1.3.1" + version: "1.3.2" repository: "https://cs3org.github.io/charts" alias: storageprovider-home condition: storageprovider-home.enabled - name: revad - version: "1.3.1" + version: "1.3.2" repository: "https://cs3org.github.io/charts" alias: storageprovider-reva condition: storageprovider-reva.enabled - name: wopiserver - version: "0.2.4" + version: "0.3.0" repository: "https://cs3org.github.io/charts" condition: wopiserver.enabled maintainers: @@ -32,13 +32,10 @@ maintainers: email: samuel.alfageme.sainz@cern.ch annotations: artifacthub.io/changes: | - - "Release IOP v0.2, update revad and wopiserver versions" - - "Move 'revad' ingress resource to its own chart" - - "Improve smoke installation tests to enable all sub-components" - artifacthub.io/images: | - - name: revad - image: cs3org/revad:v1.7.0 - - name: wopiserver - image: cs3org/wopiserver:v6.5.0 - - name: wopibridge - image: cs3org/wopibridge:v3.2.0 + - kind: changed + description: Update revad and wopiserver versions to latest stable + links: + - name: wopiserver + url: https://github.com/cs3org/charts/pull/26 + - name: revad + url: https://github.com/cs3org/charts/pull/27