diff options
| author | 2024-07-16 22:53:56 +0000 | |
|---|---|---|
| committer | 2024-07-18 01:06:35 +0100 | |
| commit | 2cada0dbe8c0fe172dee0f6d71930a271141bbfe (patch) | |
| tree | 12196ef8afe7674aa69c86bee33e489e6777c8bd /kubernetes/namespaces | |
| parent | Add certbot post deploy hook to reload nginx (diff) | |
chore(deps): update ghost docker tag to v5.87
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | ghost   | 5.78 | 5.87 |
Diffstat (limited to 'kubernetes/namespaces')
| -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 | 
