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

Merge branch 'renovate/redis-17.x' into 'main'

Update Helm release redis to v17.1.5

See merge request !267
parents 09d1b252 e9d52db9
No related branches found
Tags 0.15.28
1 merge request!267Update Helm release redis to v17.1.5
Pipeline #27783 passed with stages
in 10 minutes and 39 seconds
...@@ -65,8 +65,8 @@ install-helmrelease: ...@@ -65,8 +65,8 @@ install-helmrelease:
echo -e " commitInfo:\n branch: \"$CI_COMMIT_REF_SLUG\"\n message: \"$message\"\n author: \"$CI_COMMIT_AUTHOR\"\n sha: \"$CI_COMMIT_SHORT_SHA\"" \ echo -e " commitInfo:\n branch: \"$CI_COMMIT_REF_SLUG\"\n message: \"$message\"\n author: \"$CI_COMMIT_AUTHOR\"\n sha: \"$CI_COMMIT_SHORT_SHA\"" \
>> values-ci.yaml >> values-ci.yaml
- cat values-ci.yaml - cat values-ci.yaml
- time kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true - time kubectl delete --wait=true namespace "nc$CI_MERGE_REQUEST_IID" || true
- time helm install --timeout 20m --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml - time helm --debug install --timeout 20m --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml
environment: environment:
name: helmrelease/nc$CI_MERGE_REQUEST_IID name: helmrelease/nc$CI_MERGE_REQUEST_IID
url: https://files-nc$CI_MERGE_REQUEST_IID.gitlab.stackspin.net url: https://files-nc$CI_MERGE_REQUEST_IID.gitlab.stackspin.net
......
...@@ -7,6 +7,6 @@ dependencies: ...@@ -7,6 +7,6 @@ dependencies:
version: 10.3.5 version: 10.3.5
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 17.1.4 version: 17.1.5
digest: sha256:28701a390a8ce9b959caaeacf5cbcf67caebbbefc2eb1e78e836e70cd4b1e374 digest: sha256:5472c8fe6d17bdc8b4e7393447254513d82da43a7693eaed0f4b5598c06d4a02
generated: "2022-09-13T10:21:15.416952131Z" generated: "2022-09-14T22:06:41.500824631Z"
...@@ -3,7 +3,7 @@ apiVersion: v2 ...@@ -3,7 +3,7 @@ apiVersion: v2
description: | description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice name: nextcloud-onlyoffice
version: 0.10.33 version: 0.10.34
appVersion: NC-24.0.2-OO-7.1.1.23 appVersion: NC-24.0.2-OO-7.1.1.23
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies: dependencies:
...@@ -17,5 +17,5 @@ dependencies: ...@@ -17,5 +17,5 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
# https://artifacthub.io/packages/helm/bitnami/redis # https://artifacthub.io/packages/helm/bitnami/redis
- name: redis - name: redis
version: 17.1.4 version: 17.1.5
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
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