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: bump version to 1.21.0 and update maintainers #45

Merged
merged 3 commits into from
Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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