diff options
| author | 2024-07-22 14:26:34 +0000 | |
|---|---|---|
| committer | 2024-07-22 14:26:34 +0000 | |
| commit | 8730b73c48506993324025f999cfc8c20454a16a (patch) | |
| tree | c912dd1ef892f9c50b9bfc452b27e496396e2d69 /kubernetes/namespaces/web | |
| parent | Run the LDAP role on the LDAP host in Ansible (diff) | |
chore(deps): update ghost docker tag to v5.88
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | ghost   | 5.87 | 5.88 |
Diffstat (limited to 'kubernetes/namespaces/web')
| -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 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  |