From e2f9680ccab2e8f438eb517c80b7d14a943b910e Mon Sep 17 00:00:00 2001 From: Jestin Woods Date: Thu, 16 Nov 2023 13:58:31 -0800 Subject: [PATCH] Release operator helm chart 0.20.1 --- 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 dfa41f66..750e514f 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.0 -appVersion: 0.20.0 +version: 0.20.1 +appVersion: 0.20.1 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 ecc4c7ff..cedef5ed 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.0 + tag: 0.20.1 pullPolicy: IfNotPresent pullSecrets: [] prometheus: