diff --git a/revad/Chart.yaml b/revad/Chart.yaml index 094f114..9fdfcbf 100644 --- a/revad/Chart.yaml +++ b/revad/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: revad description: The Reva daemon (revad) helm chart type: application -version: 1.5.0 -appVersion: v1.21.0 +version: 1.6.0 +appVersion: v1.24.0 kubeVersion: '>= 1.19.0-0' icon: https://reva.link/logo.svg home: https://reva.link @@ -23,11 +23,18 @@ keywords: - sync-and-share annotations: artifacthub.io/changes: | - - kind: changed - description: Bump revad version to v.1.21.0 + - kind: added + description: Incorporated support for OCM shares links: - - name: cs3org/reva#3524 - url: https://github.com/cs3org/reva/pull/3524 + - name: cs3org/reva#3692 + url: https://github.com/cs3org/reva/pull/3692 + - name: cs3org/reva#3611 + url: https://github.com/cs3org/reva/pull/3611 + - kind: security + description: Bump reva(d) base image to alpine 3.17 + links: + - name: cs3org/reva#3703 + url: https://github.com/cs3org/reva/pull/3703 artifacthub.io/images: | - name: revad - image: cs3org/revad:v1.21.0 + image: cs3org/revad:v1.24.0 diff --git a/revad/README.md b/revad/README.md index 0654e70..889b15b 100644 --- a/revad/README.md +++ b/revad/README.md @@ -36,7 +36,7 @@ The following configurations may be set. It is recommended to use `values.yaml` | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | | `replicaCount` | How many replicas to run. | `1` | | `image.repository` | Name of the image to run, without the tag. | [`cs3org/revad`](https://hub.docker.com/r/cs3org/revad) | -| `image.tag` | The image tag to use. | `v1.7.0` | +| `image.tag` | The image tag to use. | `v1.24.0` | | `image.pullPolicy` | The kubernetes image pull policy. | `Always` | | `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` | | `service.type` | The kubernetes service type to use. | `ClusterIP` | diff --git a/revad/values.yaml b/revad/values.yaml index be258bd..8c682bb 100644 --- a/revad/values.yaml +++ b/revad/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: cs3org/revad - tag: v1.21.0 + tag: v1.24.0 pullPolicy: Always pullSecrets: []