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

feat(helm-chart): update helm release redis to 17.11.3 #141

Merged
merged 2 commits into from
May 29, 2023
Merged
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
6 changes: 3 additions & 3 deletions charts/apps/paperless/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.14.5
description: update helm release redis to 17.11.3
apiVersion: v2
appVersion: v1.14.5
dependencies:
Expand All @@ -15,7 +15,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.10.x
version: 17.11.x
description: Paperless - Index and archive all of your scanned paper documents
home: https://github.com/zekker6/helm-charts/tree/main/charts/apps/paperless
icon: https://raw.githubusercontent.com/the-paperless-project/paperless/master/src/paperless/static/paperless/img/logo-dark.png
Expand All @@ -29,4 +29,4 @@ maintainers:
name: paperless
sources:
- https://github.com/zekker6/helm-charts/tree/main/charts/apps/paperless
version: 9.19.0
version: 9.20.0
4 changes: 2 additions & 2 deletions charts/apps/paperless/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paperless

![Version: 9.19.0](https://img.shields.io/badge/Version-9.19.0-informational?style=flat-square) ![AppVersion: v1.14.5](https://img.shields.io/badge/AppVersion-v1.14.5-informational?style=flat-square)
![Version: 9.20.0](https://img.shields.io/badge/Version-9.20.0-informational?style=flat-square) ![AppVersion: v1.14.5](https://img.shields.io/badge/AppVersion-v1.14.5-informational?style=flat-square)

Paperless - Index and archive all of your scanned paper documents

Expand All @@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.x |
| https://charts.bitnami.com/bitnami | redis | 17.10.x |
| https://charts.bitnami.com/bitnami | redis | 17.11.x |
| https://zekker6.github.io/helm-charts | common | 0.4.3 |

## TL;DR
Expand Down