aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default
diff options
context:
space:
mode:
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