Skip to content
Snippets Groups Projects
Verified Commit 7f5b2bef authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

use infrared onlyoffice, but not fully tested yet

parent 2c51cfd3
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ kubernetes_version: "v1.14.3-rancher1-1"
# git repo versions
git_charts_version: 'HEAD'
git_local_storage_version: 'HEAD'
git_nextcloud_version: '21aac1909edf5dc84eae067a536a16e16ca897fb'
# version of the https://open.greenhost.net/openappstack/nextcloud repo
git_nextcloud_version: '20a744d242d9632f0616d97337d6ad18ef50dc67'
# Application versions
# https://github.com/kubernetes-sigs/krew/releases
......
......@@ -2,6 +2,7 @@
- name: Clone nextcloud repo
tags:
- git
- nextcloud
git:
repo: 'https://open.greenhost.net/openappstack/nextcloud'
dest: '{{ data_directory }}/source/repos/nextcloud'
......@@ -10,6 +11,7 @@
- name: Clone local-storage repo
tags:
- git
- local-storage
git:
repo: 'https://open.greenhost.net/openappstack/local-storage'
dest: '{{ data_directory }}/source/repos/local-storage'
......
......@@ -47,6 +47,9 @@
- config
- helmfile
- oas
- nextcloud
- prometheus
- nginx
file:
state: touch
path: "{{ configuration_directory }}/values/apps/{{ item }}.yaml.gotmpl"
......
......@@ -6,7 +6,7 @@ environments:
# Note: needs helm-git plugin (https://github.com/aslafy-z/helm-git)
repositories:
- name: onlyoffice-documentserver
url: git+https://open.greenhost.net/openappstack/nextcloud@onlyoffice-documentserver?ref=master
url: git+https://open.greenhost.net/openappstack/nextcloud@onlyoffice-documentserver?ref=5-use-infrared-s-version-of-onlyoffice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment