Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release redis to ~20.6.0 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.2.1
version: 20.6.0
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 19.1.0
version: 19.1.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.1.0
digest: sha256:ef32176871ad48287ad76e62437b68c56c1b61c4eefc5ceb584f05a726b29a1f
generated: "2024-10-31T11:35:33.45987077Z"
version: 16.1.2
digest: sha256:1edfaed8b30dfdaa58e0b15511d1378c8eef71771b3599b4aeafdd8be59c31e9
generated: "2024-12-17T11:42:14.802043457Z"
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: paperless-ngx
type: application
home: https://github.com/CrystalNET-org/helm-paperless-ngx
icon: https://avatars.githubusercontent.com/u/99562962?s=48&v=4
version: 0.2.23
version: 0.2.24
# renovate: image=paperlessngx/paperless-ngx
appVersion: "2.13.4"
kubeVersion: ">=1.22.0-0"
Expand All @@ -17,7 +17,7 @@ sources:
- https://github.com/CrystalNET-org/helm-paperless-ngx
dependencies:
- name: redis
version: ~20.2.0
version: ~20.6.0
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
Expand Down