aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes')
-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