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

Add codimd to Meshapps umbrella chart #12

Merged
merged 3 commits into from
Nov 26, 2020
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
2 changes: 1 addition & 1 deletion meshapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: meshapps
description: Umbrella-repository of apps supported by the IOP and its adapters
type: application
version: 0.0.1
version: 0.0.2
appVersion: 0.0.1
9 changes: 8 additions & 1 deletion meshapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ Colletion of apps supported by/compatible with the IOP and its adaptors.
## [Collabora CODE](https://hub.helm.sh/charts/stable/collabora-code)

- **Integration reference:** https://developer.sciencemesh.io/docs/iop/deployment/kubernetes/wopiserver
- **Requirements:** `iop.wopi.enabled=true` - `iop` chart version >= `0.0.3`
- **Requirements:** `iop.wopiserver.enabled=true` - `iop` chart version >= `0.0.3`

## [CodiMD](https://hub.helm.sh/charts/codimd/codimd)

- **Integration reference:** TODO(@SamuAlfageme) https://developer.sciencemesh.io/docs/integrations/codimd
- **Requirements:**
- `iop.wopiserver.enabled=true` and `iop.wopiserver.wopibridge.enabled=true`
- `iop` chart version >= `0.1.1` (`wopiserver` chart >= `0.2.0`)
4 changes: 4 additions & 0 deletions meshapps/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ dependencies:
version: 1.0.6
repository: "https://kubernetes-charts.storage.googleapis.com"
condition: collabora-code.enabled
- name: codimd
version: 0.1.7
repository: "https://helm.codimd.dev/"
condition: codimd.enabled
30 changes: 29 additions & 1 deletion meshapps/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
collabora-code:
enabled: false
image: latest
image:
tag: latest

codimd:
enabled: false
image:
registry: gitlab-registry.cern.ch
repository: authoring/notes/codimd
tag: cernbox-integration
pullPolicy: Always
service:
type: ClusterIP
codimd:
authentication:
local:
enabled: false
extraEnvironmentVariables:
CMD_ALLOW_ANONYMOUS: true
CMD_ALLOW_ANONYMOUS_EDITS: true
CMD_ALLOW_ANONYMOUS_VIEWS: true
CMD_ALLOW_EMAIL_REGISTER: false
CMD_APPLIANCE_MODE: true
CMD_EMAIL: false
versionCheck: false
imageStorePersistentVolume:
enabled: false
postgresql:
persistence:
enabled: false