Skip to content

Commit

Permalink
Merge pull request #211 from zekker6/renovate/ghcr.io-paperless-ngx-p…
Browse files Browse the repository at this point in the history
…aperless-ngx-1.x

fix(docker-image): update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.17.2
  • Loading branch information
zekker6 committed Aug 28, 2023
2 parents 46de851 + 2983240 commit 5d67aff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions charts/apps/paperless/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update helm release redis to 17.17.1
description: update helm release redis to 18.0
- kind: changed
description: update ghcr.io/paperless-ngx/paperless-ngx docker tag to v1.17.2
apiVersion: v2
appVersion: v1.17.0
appVersion: v1.17.2
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -15,7 +17,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.17.x
version: 18.0.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 +31,4 @@ maintainers:
name: paperless
sources:
- https://github.com/zekker6/helm-charts/tree/main/charts/apps/paperless
version: 9.30.0
version: 9.31.0
2 changes: 1 addition & 1 deletion charts/apps/paperless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent
# -- image tag
# @default -- chart.appVersion
tag: 1.17.0
tag: 1.17.2

# -- See the following files for additional environment variables:
# https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose/
Expand Down

0 comments on commit 5d67aff

Please sign in to comment.