Skip to content

Commit

Permalink
bump file exporter to v1.0.1 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
pchang388 committed Nov 30, 2023
1 parent fe26078 commit 5ead912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bookstack/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: 2.5.0
version: 2.5.1

# 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
5 changes: 3 additions & 2 deletions charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fileBackups:
name: homeylab/bookstack-file-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.0"
tag: "1.0.1"
## default once per day
cronSchedule: "@daily"
## existing secret for credentials loaded as env vars
Expand All @@ -202,7 +202,7 @@ fileBackups:
# set here or as env variable, BOOKSTACK_TOKEN_SECRET
token_secret: ""
additional_headers:
User-Agent: "helm-bookstack-exporter"
User-Agent: "bookstack-file-exporter"
formats:
- markdown
- html
Expand All @@ -223,6 +223,7 @@ fileBackups:
export_images: true
modify_markdown: false
export_meta: false
verify_ssl: true
keep_last: -1
## All keys will be upper cased and values will be quoted
Expand Down

0 comments on commit 5ead912

Please sign in to comment.