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

Update revad version and entrypoint #27

Merged
merged 1 commit into from
Jul 1, 2021
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
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