From a12eb7beea7aeb13cee6e4854f7e2bca17a179aa Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 8 May 2024 11:30:11 +0200 Subject: [PATCH] Release operator helm chart 0.21.0 (#795) * Release operator image 0.21.0 * Release operator helm chart 0.21.0 --- charts/humio-operator/Chart.yaml | 4 ++-- charts/humio-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/humio-operator/Chart.yaml b/charts/humio-operator/Chart.yaml index 2de7bb8e8..d5a134017 100644 --- a/charts/humio-operator/Chart.yaml +++ b/charts/humio-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: humio-operator -version: 0.20.3 -appVersion: 0.20.3 +version: 0.21.0 +appVersion: 0.21.0 home: https://github.com/humio/humio-operator description: | Kubernetes Operator for running Humio on top of Kubernetes diff --git a/charts/humio-operator/values.yaml b/charts/humio-operator/values.yaml index b8073f519..ebad831a1 100644 --- a/charts/humio-operator/values.yaml +++ b/charts/humio-operator/values.yaml @@ -1,7 +1,7 @@ operator: image: repository: humio/humio-operator - tag: 0.20.3 + tag: 0.21.0 pullPolicy: IfNotPresent pullSecrets: [] prometheus: