Skip to content
Snippets Groups Projects
Commit b3e80a34 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '222-enable-saving-to-open-document-files-in-onlyoffice' into 'master'

Resolve "Enable saving to open document files in onlyoffice"

Closes #222

See merge request openappstack/bootstrap!113
parents f2d028a9 fbe900ce
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,10 @@ collabora_password: "{{ lookup('password', './secrets/collabora_admin_password c
grafana_admin_password: "{{ lookup('password', './secrets/grafana_admin_password chars=ascii_letters') }}"
# git repo versions
git_helmfiles_version: '6c5b62376e8ca8cd8789ece716e91ad0693e6f9f'
git_helmfiles_version: 'f061a16bc92ecf13fa0e555d0927288a4685ffa9'
git_charts_version: 'HEAD'
git_local_storage_version: 'HEAD'
git_nextcloud_version: 'bd748d9a11111411d3c9e536f90d9909b01b5b72'
# Application versions
# https://github.com/kubernetes-sigs/krew/releases
......
......@@ -18,6 +18,14 @@
dest: '/oas/source/repos/charts'
version: '{{ git_charts_version }}'
- name: Clone nextcloud repo
tags:
- git
git:
repo: 'https://code.greenhost.net/openappstack/nextcloud'
dest: '/oas/source/repos/nextcloud'
version: '{{ git_nextcloud_version }}'
- name: Clone local-storage repo
tags:
- git
......
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