Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
feat(container): update image ghost to v5.65.0 (#2931)
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | ghost   | 5.64.0 | 5.65.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent 097fe3e commit 4d8b323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/default/ghost-public/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
values:
image:
repository: ghost
tag: 5.64.0
tag: 5.65.0
env:
TZ: "${TIMEZONE}"
url: "https://${SECRET_GHOST_PUBLIC_DOMAIN}"
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/default/ghost/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
values:
image:
repository: ghost
tag: 5.64.0
tag: 5.65.0
env:
TZ: "${TIMEZONE}"
url: "https://old.${SECRET_GHOST_DOMAIN}"
Expand Down

0 comments on commit 4d8b323

Please sign in to comment.