Skip to content

Commit

Permalink
Release operator helm chart 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoods committed Apr 6, 2023
1 parent 58aaa73 commit 9d93961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/humio-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/humio-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
operator:
image:
repository: humio/humio-operator
tag: 0.17.0
tag: 0.18.0
pullPolicy: IfNotPresent
pullSecrets: []
prometheus:
Expand All @@ -25,7 +25,7 @@ operator:

tolerations: []

affinity:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
Expand All @@ -38,6 +38,6 @@ operator:
operator: In
values:
- linux

openshift: false
certmanager: true

0 comments on commit 9d93961

Please sign in to comment.