Skip to content
Closed
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
7 changes: 3 additions & 4 deletions charts/stable/etherpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 1.8.14
appVersion: "2.6.1"
dependencies:
- name: common
version: 29.1.0
Expand All @@ -35,9 +35,8 @@ maintainers:
name: etherpad
sources:
- https://etherpad.org/
- https://ghcr.io/nicholaswilde/etherpad
- https://hub.docker.com/r/etherpad/etherpad
- https://github.com/ether/etherpad-lite
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/etherpad
type: application
version: 20.1.0

version: 21.0.0
7 changes: 2 additions & 5 deletions charts/stable/etherpad/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/nicholaswilde/etherpad
repository: docker.io/etherpad/etherpad
pullPolicy: IfNotPresent
tag: version-1.8.14@sha256:26bbd45110d5b4d70246fafe40d4c4a7047b7b4fde409763a125324fa93b2d73
tag: 2.6.1@sha256:69a697fe6bf75aecf8748d734bcca5f0e596a6eeec8342ab030d0da8a6f224d5
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down Expand Up @@ -44,9 +44,6 @@ persistence:
data:
enabled: true
mountPath: "/opt/etherpad-lite/var"
app:
enabled: true
mountPath: "/opt/etherpad-lite/app"
cnpg:
main:
enabled: true
Expand Down
Loading