aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-01 19:37:16 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-01 19:37:16 +0000
commitcb6d05c3281d239ab064260df3fad3d0f6b7bb13 (patch)
treef17ac2ff3f5dc2a1cb116f77dd38104f8be613d4 /kubernetes/namespaces/default
parentAdd sentry dsn secret to sir-robin (diff)
Bump ghost to 5.78
Diffstat (limited to 'kubernetes/namespaces/default')
-rw-r--r--kubernetes/namespaces/default/ghost/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/default/ghost/deployment.yaml b/kubernetes/namespaces/default/ghost/deployment.yaml
index 3810e9d..9ead2c8 100644
--- a/kubernetes/namespaces/default/ghost/deployment.yaml
+++ b/kubernetes/namespaces/default/ghost/deployment.yaml
@@ -20,7 +20,7 @@ spec:
runAsNonRoot: true
containers:
- name: ghost
- image: ghost:5.38-alpine
+ image: ghost:5.78-alpine
imagePullPolicy: Always
ports:
- containerPort: 2368