Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/wordpress] Release 5.0.2 (#10154)
Browse files Browse the repository at this point in the history
* wordpress: update to `5.0.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* wordpress: updated chart requirements

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* wordpress: bump chart appVersion to `5.0.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* wordpress: bump chart version to `5.0.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
  • Loading branch information
Bitnami Bot authored and k8s-ci-robot committed Dec 20, 2018
1 parent d05ba24 commit 9c1052d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/wordpress/Chart.yaml
@@ -1,6 +1,6 @@
name: wordpress
version: 5.0.1
appVersion: 5.0.1
version: 5.0.2
appVersion: 5.0.2
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/wordpress/requirements.lock
@@ -1,6 +1,6 @@
dependencies:
- name: mariadb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 5.2.3
version: 5.2.5
digest: sha256:5c711356a05ffeaffafba333092229eadc8ba3cc377b56861988517ac77b7609
generated: 2018-12-07T17:11:47.867676353Z
generated: 2018-12-20T02:17:40.600689797Z
2 changes: 1 addition & 1 deletion stable/wordpress/values-production.yaml
Expand Up @@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/wordpress
tag: 5.0.1
tag: 5.0.2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
2 changes: 1 addition & 1 deletion stable/wordpress/values.yaml
Expand Up @@ -10,7 +10,7 @@
image:
registry: docker.io
repository: bitnami/wordpress
tag: 5.0.1
tag: 5.0.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 9c1052d

Please sign in to comment.