From 12b2e12d498dd79da6b91050e8042cee35a3eb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Fri, 18 Jun 2021 14:06:37 +0200 Subject: [PATCH] Bump the controller This controller published images have valid aarch64 binaries --- charts/kubewarden-controller/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 3ac85796..31beb08f 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -13,7 +13,7 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version of kubewarden-controller container image to be used -appVersion: "v0.3.0" +appVersion: "v0.3.1"