Skip to content

Commit 920ce94

Browse files
committed
fix(Docker): Correcting default image version
1 parent a8dd883 commit 920ce94

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

charts/wordpress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wordpress
22

3-
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square)
3+
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 7.0.2](https://img.shields.io/badge/AppVersion-7.0.2-informational?style=flat-square)
44

55
WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites.
66

@@ -107,7 +107,7 @@ WordPress is the world's most popular blogging and content management platform.
107107
| image.pullSecrets | list | `[]` | |
108108
| image.registry | string | `"docker.io"` | |
109109
| image.repository | string | `"cloudtooling/wordpress"` | |
110-
| image.tag | string | `"7.0.0"` | |
110+
| image.tag | string | `"7.0.2"` | |
111111
| ingress.annotations | object | `{}` | |
112112
| ingress.apiVersion | string | `""` | |
113113
| ingress.enabled | bool | `false` | |

charts/wordpress/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ diagnosticMode:
9595
image:
9696
registry: docker.io
9797
repository: cloudtooling/wordpress
98-
tag: "7.0.0"
98+
# renovate: datasource=github-tags depName=WordPress/WordPress
99+
tag: "7.0.2"
99100
digest: ""
100101
## Specify a imagePullPolicy
101102
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

0 commit comments

Comments
 (0)