Skip to content

Commit

Permalink
chore: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Aug 8, 2023
1 parent 9140a69 commit 77828a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/apps/paperless/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update helm release redis to 17.14.0
description: update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.17.0
apiVersion: v2
appVersion: v1.16.5
appVersion: v1.17.0
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -29,4 +29,4 @@ maintainers:
name: paperless
sources:
- https://github.com/zekker6/helm-charts/tree/main/charts/apps/paperless
version: 9.27.0
version: 9.28.0
2 changes: 1 addition & 1 deletion charts/apps/paperless/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paperless

![Version: 9.27.0](https://img.shields.io/badge/Version-9.27.0-informational?style=flat-square) ![AppVersion: v1.16.5](https://img.shields.io/badge/AppVersion-v1.16.5-informational?style=flat-square)
![Version: 9.28.0](https://img.shields.io/badge/Version-9.28.0-informational?style=flat-square) ![AppVersion: v1.17.0](https://img.shields.io/badge/AppVersion-v1.17.0-informational?style=flat-square)

Paperless - Index and archive all of your scanned paper documents

Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ N/A
| addons.codeserver.git.deployKeySecret | string | `""` | Existing secret containing SSH private key The chart expects it to be present under the `id_rsa` key. |
| addons.codeserver.image.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
| addons.codeserver.image.repository | string | `"ghcr.io/coder/code-server"` | Specify the code-server image |
| addons.codeserver.image.tag | string | `"4.16.0"` | Specify the code-server image tag |
| addons.codeserver.image.tag | string | `"4.16.1"` | Specify the code-server image tag |
| addons.codeserver.ingress.enabled | bool | `false` | Enable an ingress for the code-server add-on. |
| addons.codeserver.ingress.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 |
| addons.codeserver.service.enabled | bool | `true` | Enable a service for the code-server add-on. |
Expand Down
2 changes: 1 addition & 1 deletion docs/charts/paperless.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paperless

![Version: 9.27.0](https://img.shields.io/badge/Version-9.27.0-informational?style=flat-square) ![AppVersion: v1.16.5](https://img.shields.io/badge/AppVersion-v1.16.5-informational?style=flat-square)
![Version: 9.28.0](https://img.shields.io/badge/Version-9.28.0-informational?style=flat-square) ![AppVersion: v1.17.0](https://img.shields.io/badge/AppVersion-v1.17.0-informational?style=flat-square)

Paperless - Index and archive all of your scanned paper documents

Expand Down

0 comments on commit 77828a0

Please sign in to comment.