Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revad: release version v1.24.0 with all the OCM new features #51

Merged
merged 10 commits into from
May 11, 2023
Merged
19 changes: 13 additions & 6 deletions revad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,10 +24,17 @@ keywords:
annotations:
artifacthub.io/changes: |
- kind: changed
glpatcern marked this conversation as resolved.
Show resolved Hide resolved
description: Bump revad version to v.1.21.0
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
2 changes: 1 addition & 1 deletion revad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion revad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: cs3org/revad
tag: v1.21.0
tag: v1.23.0
glpatcern marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: Always
pullSecrets:
[]
Expand Down