Skip to content

Commit

Permalink
fix changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Oct 31, 2022
1 parent f228479 commit 5e1a256
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion revad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ keywords:
annotations:
artifacthub.io/changes: |
- "Add imagePullSecrets to deployment"
- "Update revad image to v1.18.0"
artifacthub.io/images: |
- name: revad
image: cs3org/revad:v1.18.0
3 changes: 2 additions & 1 deletion revad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ image:
repository: cs3org/revad
tag: v1.18.0
pullPolicy: Always
pullSecrets: []
pullSecrets:
[]

service:
type: ClusterIP
Expand Down
1 change: 0 additions & 1 deletion wopiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ keywords:
annotations:
artifacthub.io/changes: |
- "Add imagePullSecrets to deployment"
- "update image to cs3org/wopiserver:v8.3.3"
artifacthub.io/images: |
- name: wopiserver
image: cs3org/wopiserver:v8.3.3
Expand Down
3 changes: 2 additions & 1 deletion wopiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ image:
repository: cs3org/wopiserver
tag: v8.3.3
pullPolicy: IfNotPresent
pullSecrets: []
pullSecrets:
[]
service:
type: ClusterIP
port: 8880
Expand Down

0 comments on commit 5e1a256

Please sign in to comment.