From 52042a3a3873206cdf5f3877c3b7e9b580763730 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Wed, 29 Sep 2021 16:27:51 +0200 Subject: [PATCH] Bump wordpress-helm to 0.3.0 --- CHANGELOG.md | 1 + flux2/infrastructure/sources/wordpress.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51208e3b8..42871cc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] * Update: + * wordpress-helm to helm chart version 0.3.0 * Kube-prometheus-stack to helm chart version 18.0.12 ## [0.7.0] - 2021-08-19 diff --git a/flux2/infrastructure/sources/wordpress.yaml b/flux2/infrastructure/sources/wordpress.yaml index 0057c5409..58330aa75 100644 --- a/flux2/infrastructure/sources/wordpress.yaml +++ b/flux2/infrastructure/sources/wordpress.yaml @@ -13,4 +13,4 @@ spec: # For all available options, see: # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef ref: - tag: 0.2.2 + tag: 0.3.0 -- GitLab