Skip to content

Commit

Permalink
Merge pull request #51 from SamuAlfageme/revad-v1.23.0
Browse files Browse the repository at this point in the history
revad: release version v1.24.0 with all the OCM new features
  • Loading branch information
glpatcern authored May 11, 2023
2 parents f0edfcb + 96967de commit 97d5ee2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 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 @@ -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
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.24.0
pullPolicy: Always
pullSecrets:
[]
Expand Down

0 comments on commit 97d5ee2

Please sign in to comment.