diff options
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/namespaces/web/ghost/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/web/ghost/deployment.yaml b/kubernetes/namespaces/web/ghost/deployment.yaml index 3d07ffe..55ad813 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.78-alpine + image: ghost:5.87-alpine imagePullPolicy: Always ports: - containerPort: 2368 |