From cb6d05c3281d239ab064260df3fad3d0f6b7bb13 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 1 Feb 2024 19:37:16 +0000 Subject: Bump ghost to 5.78 --- kubernetes/namespaces/default/ghost/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/namespaces/default/ghost') 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 -- cgit v1.2.3