From 9d939614048952c4dfbf5938eff60ab6ee5cb473 Mon Sep 17 00:00:00 2001 From: Jestin Woods Date: Thu, 6 Apr 2023 10:27:25 -0700 Subject: [PATCH] Release operator helm chart 0.18.0 --- charts/humio-operator/Chart.yaml | 4 ++-- charts/humio-operator/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/humio-operator/Chart.yaml b/charts/humio-operator/Chart.yaml index 5e08ce2c..b29889ea 100644 --- a/charts/humio-operator/Chart.yaml +++ b/charts/humio-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: humio-operator -version: 0.17.0 -appVersion: 0.17.0 +version: 0.18.0 +appVersion: 0.18.0 home: https://github.com/humio/humio-operator description: Kubernetes Operator for running Humio on top of Kubernetes icon: https://www.humio.com/static/3ae40396981ac553b27d76dabefe0caa/9911c/logo--og-humio.png diff --git a/charts/humio-operator/values.yaml b/charts/humio-operator/values.yaml index 9a3d6225..cb66cad1 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.17.0 + tag: 0.18.0 pullPolicy: IfNotPresent pullSecrets: [] prometheus: @@ -25,7 +25,7 @@ operator: tolerations: [] - affinity: + affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: @@ -38,6 +38,6 @@ operator: operator: In values: - linux - + openshift: false certmanager: true