Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • stackspin/nextcloud
1 result
Show changes
Commits on Source (2)
......@@ -4,9 +4,9 @@ dependencies:
version: 2.13.2
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 8.30.3
version: 8.30.4
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.6.0
digest: sha256:55bd7dedfcb82bac9feaf950a9089f958d6476236a91915dffbf1064e01ddb6e
generated: "2022-03-28T06:05:47.79437489Z"
digest: sha256:db2ad40935e955ee0a9887ad81d26a4b8983e6f759c5c8ca50b9b37dbadbd7b5
generated: "2022-03-28T22:08:08.033794731Z"
......@@ -3,7 +3,7 @@ apiVersion: v2
description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
version: 0.7.19
version: 0.7.20
appVersion: NC-23.0.2-OO-7.0.1.37
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
......@@ -13,7 +13,7 @@ dependencies:
repository: "https://nextcloud.github.io/helm"
# https://artifacthub.io/packages/helm/bitnami/rabbitmq
- name: rabbitmq
version: 8.30.3
version: 8.30.4
repository: "https://charts.bitnami.com/bitnami"
# https://artifacthub.io/packages/helm/bitnami/redis
- name: redis
......