Skip to content

Commit

Permalink
Merge pull request #12 from SamuAlfageme/meshapps_codimd
Browse files Browse the repository at this point in the history
Add codimd to Meshapps umbrella chart
  • Loading branch information
SamuAlfageme committed Nov 26, 2020
2 parents b4fde5a + 51f2e65 commit 2558ce7
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
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

0 comments on commit 2558ce7

Please sign in to comment.