Skip to content

Commit

Permalink
Merge pull request #42 from wkloucek/update-wopiserver
Browse files Browse the repository at this point in the history
update the wopiserver
  • Loading branch information
glpatcern authored Feb 2, 2023
2 parents f4c41b1 + d0040e8 commit e6aa011
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions wopiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: wopiserver
description: A Vendor-neutral Web-application Open Platform Interface (WOPI) gateway for EFSS systems
type: application
version: 0.5.2
appVersion: v8.3.3
version: 0.6.0
appVersion: v9.4.0
kubeVersion: '>= 1.19.0'
home: https://github.com/cs3org/wopiserver
sources:
Expand All @@ -18,8 +18,8 @@ keywords:
- efss
annotations:
artifacthub.io/changes: |
- "Add imagePullSecrets to deployment"
- "Update wopiserver to v9.4.0"
artifacthub.io/images: |
- name: wopiserver
image: cs3org/wopiserver:v8.3.3
image: cs3org/wopiserver:v9.4.0
artifacthub.io/containsSecurityUpdates: 'false'
2 changes: 1 addition & 1 deletion wopiserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following configurations may be set. It is recommended to use `values.yaml`
| `extraResources` | Extra resources to be included. | `[]` |
| `image.pullPolicy` | The kubernetes image pull policy. | `IfNotPresent` |
| `image.repository` | Name of the image to run, without the tag. | [`cs3org/wopiserver`](https://hub.docker.com/r/cs3org/wopiserver) |
| `image.tag` | The image tag to use. | `v8.3.2` |
| `image.tag` | The image tag to use. | `v9.4.0` |
| `image.pullSecrets` | List of names of secrets containing container image registry access keys. | `[]` |
| `ingress.annotations` | Ingress annotations. | `{}` |
| `ingress.enabled` | Whether to create an Ingress resource to access the wopiserver. | `false` |
Expand Down
2 changes: 1 addition & 1 deletion wopiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: cs3org/wopiserver
tag: v8.3.3
tag: v9.4.0
pullPolicy: IfNotPresent
pullSecrets:
[]
Expand Down

0 comments on commit e6aa011

Please sign in to comment.