Skip to content

Commit

Permalink
Update revad and wopiserver versions to latest stable (#16)
Browse files Browse the repository at this point in the history
* iop: update revad and wopiserver versions to latest stable

* ci: update the kind-action version to prevent timeouts

- for reference:
  - helm/kind-action#42
  - helm/kind-action#43
  • Loading branch information
SamuAlfageme committed Jul 1, 2021
1 parent a87bc91 commit 3096064
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 12 additions & 15 deletions iop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,40 @@ 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:
- name: SamuAlfageme
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

0 comments on commit 3096064

Please sign in to comment.