Skip to content

Commit

Permalink
Merge pull request #328 from humio/jestin/release_helm_chart_0.4.0
Browse files Browse the repository at this point in the history
Release helm chart version 0.4.0
  • Loading branch information
jswoods authored Feb 2, 2021
2 parents eb19b7c + 3c8a44e commit 5fdf64c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.3.0
appVersion: 0.3.0
version: 0.4.0
appVersion: 0.4.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
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.3.0
tag: 0.4.0
pullPolicy: IfNotPresent
pullSecrets: []
prometheus:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioexternalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioingesttokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioparsers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humiorepositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/core.humio.com_humioviews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
helm.sh/chart: 'humio-operator-0.4.0'
spec:
group: core.humio.com
names:
Expand Down

0 comments on commit 5fdf64c

Please sign in to comment.