Skip to content

Commit

Permalink
all kinds of paperless updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSeibert committed Mar 5, 2024
1 parent 8e277d9 commit 79a4065
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/paperless-ngx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v2.6.1
appVersion: 2.6.1
description: Paperless-NGX Application - webserver component
name: paperless-ngx
type: application
version: 0.1.27
version: 0.1.28
dependencies:
- name: base
version: 1.0.4
Expand Down
6 changes: 3 additions & 3 deletions charts/paperless-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: paperless
type: application
description: An umbrella chart for Paperless-NGX.
version: 0.1.32
appVersion: "1.9.2"
appVersion: 2.6.1
maintainers:
- email: [email protected]
name: Aaron Seibert
Expand All @@ -18,12 +18,12 @@ dependencies:
repository: https://helm.seibert.family/
alias: broker
- name: postgres
version: 0.1.18
version: 0.1.20
repository: https://helm.seibert.family/
condition: global.database.postgres.enabled
alias: database
- name: paperless-ngx
version: 0.1.27
version: 0.1.28
repository: https://helm.seibert.family/
alias: webserver
condition: webserver.enabled
2 changes: 1 addition & 1 deletion charts/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.19
version: 0.1.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/postgres/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ data:
POSTGRES_DB: {{ .Values.configMap.postgresDB }}
POSTGRES_USER: {{ .Values.configMap.postgresUser }}
POSTGRES_PASSWORD: {{ .Values.configMap.postgresPassword }}
PG_DATA: "/var/lib/postgresql/data/pgdata"

0 comments on commit 79a4065

Please sign in to comment.