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

Merge branch 'renovate/nextcloud-4.x' into 'main'

Update Helm release nextcloud to v4.6.11

See merge request !578
parents 7bff9617 c6ff8373
No related branches found
No related tags found
1 merge request!578Update Helm release nextcloud to v4.6.11
Pipeline #46729 failed with stages
in 6 minutes and 1 second
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
## 0.15.22 - 2024-06-27 ## 0.15.22 - 2024-06-27
* Update nextcloud helm chart to 4.6.4.
- In particular this upgrades Nextcloud to 28.0.4.
* Keep app store disabled during setup script, to prevent apps from * Keep app store disabled during setup script, to prevent apps from
unintentionally upgrading beyond their pinned versions. unintentionally upgrading beyond their pinned versions.
* Template setup-apps script from helm upgrade job instead of from Nextcloud * Template setup-apps script from helm upgrade job instead of from Nextcloud
......
dependencies: dependencies:
- name: nextcloud - name: nextcloud
repository: https://nextcloud.github.io/helm repository: https://nextcloud.github.io/helm
version: 4.6.4 version: 4.6.11
- name: rabbitmq - name: rabbitmq
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 12.2.0 version: 12.2.0
digest: sha256:50f3e48b298e01eb7b2c01952f9ec2f20d876ba3ed2b6bb250ee8a32b279215a digest: sha256:5d5974611e82e5608f29419cd0db2e63baed8dded779d54f0865039413482631
generated: "2024-03-05T23:11:16.331484693Z" generated: "2024-06-27T22:14:34.539427531Z"
...@@ -9,7 +9,7 @@ icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bdd ...@@ -9,7 +9,7 @@ icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bdd
dependencies: dependencies:
# https://artifacthub.io/packages/helm/nextcloud/nextcloud # https://artifacthub.io/packages/helm/nextcloud/nextcloud
- name: nextcloud - name: nextcloud
version: 4.6.4 version: 4.6.11
repository: "https://nextcloud.github.io/helm" repository: "https://nextcloud.github.io/helm"
# https://artifacthub.io/packages/helm/bitnami/rabbitmq # https://artifacthub.io/packages/helm/bitnami/rabbitmq
- name: rabbitmq - name: rabbitmq
......
...@@ -63,7 +63,9 @@ describe('Test nextcloud', () => { ...@@ -63,7 +63,9 @@ describe('Test nextcloud', () => {
// With older Nextcloud, creating the new document this way would also open // With older Nextcloud, creating the new document this way would also open
// it automatically. It seems with newer nextcloud/onlyoffice that is no // it automatically. It seems with newer nextcloud/onlyoffice that is no
// longer the case. // longer the case.
cy.contains('a:not(.recommendation)', file_rand).should('exist').click() // Ah with 29 it seems to work again. Keeping this in commented form in
// case it breaks again.
// cy.contains('a:not(.recommendation)', file_rand).should('exist').click()
// Test Onlyoffice // Test Onlyoffice
cy.frameLoaded('#onlyofficeFrame') cy.frameLoaded('#onlyofficeFrame')
......
...@@ -50,7 +50,7 @@ apps: ...@@ -50,7 +50,7 @@ apps:
# then version # then version
enabled: true enabled: true
github_repository: ONLYOFFICE/onlyoffice-nextcloud github_repository: ONLYOFFICE/onlyoffice-nextcloud
version: v9.0.0 version: v9.3.0
release_filename: onlyoffice.tar.gz release_filename: onlyoffice.tar.gz
setupApps: setupApps:
......
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