aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-07-22 14:26:34 +0000
committerGravatar GitHub <[email protected]>2024-07-22 14:26:34 +0000
commit8730b73c48506993324025f999cfc8c20454a16a (patch)
treec912dd1ef892f9c50b9bfc452b27e496396e2d69 /kubernetes/namespaces/web
parentRun the LDAP role on the LDAP host in Ansible (diff)
chore(deps): update ghost docker tag to v5.88
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | ghost | 5.87 | 5.88 |
Diffstat (limited to 'kubernetes/namespaces/web')
-rw-r--r--kubernetes/namespaces/web/ghost/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/web/ghost/deployment.yaml b/kubernetes/namespaces/web/ghost/deployment.yaml
index 55ad813..8471cfe 100644
--- a/kubernetes/namespaces/web/ghost/deployment.yaml
+++ b/kubernetes/namespaces/web/ghost/deployment.yaml
@@ -21,7 +21,7 @@ spec:
runAsNonRoot: true
containers:
- name: ghost
- image: ghost:5.87-alpine
+ image: ghost:5.88-alpine
imagePullPolicy: Always
ports:
- containerPort: 2368