diff options
author | 2024-02-01 19:37:16 +0000 | |
---|---|---|
committer | 2024-02-01 19:37:16 +0000 | |
commit | cb6d05c3281d239ab064260df3fad3d0f6b7bb13 (patch) | |
tree | f17ac2ff3f5dc2a1cb116f77dd38104f8be613d4 | |
parent | Add sentry dsn secret to sir-robin (diff) |
Bump ghost to 5.78
-rw-r--r-- | kubernetes/namespaces/default/ghost/deployment.yaml | 2 |
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 |