Skip to content

Commit

Permalink
Merge pull request #241 from humio/jestin/release_helm_chart_0.1.2
Browse files Browse the repository at this point in the history
Release helm chart 0.1.2
  • Loading branch information
jswoods authored Nov 2, 2020
2 parents bd432e9 + a7427a3 commit ae2b188
Showing 7 changed files with 8 additions and 8 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.1.1
appVersion: 0.1.0
version: 0.1.2
appVersion: 0.1.1
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
2 changes: 1 addition & 1 deletion 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.1.0
tag: 0.1.1
pullPolicy: IfNotPresent
rbac:
create: true
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioclusters.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.1.0'
helm.sh/chart: 'humio-operator-0.1.1'
spec:
additionalPrinterColumns:
- JSONPath: .status.state
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioexternalclusters.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.1.0'
helm.sh/chart: 'humio-operator-0.1.1'
spec:
additionalPrinterColumns:
- JSONPath: .status.state
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioingesttokens.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.1.0'
helm.sh/chart: 'humio-operator-0.1.1'
spec:
additionalPrinterColumns:
- JSONPath: .status.state
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioparsers.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.1.0'
helm.sh/chart: 'humio-operator-0.1.1'
spec:
additionalPrinterColumns:
- JSONPath: .status.state
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humiorepositories.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ metadata:
app.kubernetes.io/name: 'humio-operator'
app.kubernetes.io/instance: 'humio-operator'
app.kubernetes.io/managed-by: 'Helm'
helm.sh/chart: 'humio-operator-0.1.0'
helm.sh/chart: 'humio-operator-0.1.1'
spec:
additionalPrinterColumns:
- JSONPath: .status.state

0 comments on commit ae2b188

Please sign in to comment.