Skip to content

Commit

Permalink
revad: update version and entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuAlfageme committed Jul 1, 2021
1 parent 5cbe763 commit cd2f015
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.3.1
appVersion: v1.7.0
version: 1.3.2
appVersion: v1.9.0
kubeVersion: ">= 1.14.0"
icon: https://reva.link/logo.svg
home: https://reva.link
Expand All @@ -23,7 +23,7 @@ keywords:
- sync-and-share
annotations:
artifacthub.io/changes: |
- "Fix: check for the 'ingress' resource, rather than the API itself"
- "Update revad image to v1.9.0 and modify the entrypoint accordingly"
artifacthub.io/images: |
- name: revad
image: cs3org/revad:v1.7.0
image: cs3org/revad:v1.9.0
2 changes: 1 addition & 1 deletion revad/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containerPort: {{ .Values.service.grpc.port }}
protocol: TCP
command:
- /go/bin/revad
- /usr/bin/revad
args:
- "-c"
- "/etc/revad/revad.toml"
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.7.0
tag: v1.9.0
pullPolicy: Always

service:
Expand Down

0 comments on commit cd2f015

Please sign in to comment.