Skip to content

Commit

Permalink
Merge pull request #45 from cs3org/revad_1.21.0
Browse files Browse the repository at this point in the history
revad: bump version to 1.21.0 and update maintainers
  • Loading branch information
dagl committed Dec 18, 2022
2 parents 6df8562 + 9c18cb7 commit f4c41b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

- [ ] Run `helm lint` on the chart dir.
- [ ] (Update) Bump the `Chart.yaml` version before merging, to release it as a new version.
- [ ] (Update) Replace the `annotations` on the `Chart.yaml` with:
- `artifacthub.io/changes` - the changes introduced on the PR [with the appropiate format](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations).
- `artifacthub.io/images` - the updated tag on the `cs3org/revad` image.
- [ ] (Update) If the PR includes new configurable parameters in the chart's `values.yaml`. Add documentation in the appropiate README.
16 changes: 10 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.4.2
appVersion: v1.18.0
version: 1.5.0
appVersion: v1.21.0
kubeVersion: '>= 1.19.0'
icon: https://reva.link/logo.svg
home: https://reva.link
Expand All @@ -14,16 +14,20 @@ maintainers:
email: samuel.alfageme.sainz@cern.ch
- name: labkode
email: hugo.gonzalez.labrador@cern.ch
- name: ishank011
email: ishank.arora@cern.ch
- name: gmgigi96
email: Gianmaria.Del.Monte@cern.ch
keywords:
- iop
- cs3apis
- cloud-storage
- sync-and-share
annotations:
artifacthub.io/changes: |
- "Add imagePullSecrets to deployment"
- kind: changed
description: Bump revad version to v.1.21.0
links:
- name: cs3org/reva#3524
url: https://github.com/cs3org/reva/pull/3524
artifacthub.io/images: |
- name: revad
image: cs3org/revad:v1.18.0
image: cs3org/revad:v1.21.0
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.18.0
tag: v1.21.0
pullPolicy: Always
pullSecrets:
[]
Expand Down

0 comments on commit f4c41b1

Please sign in to comment.