Skip to content

Commit

Permalink
Merge pull request #146 from humio/jestin/release_helm_chart_0.0.10
Browse files Browse the repository at this point in the history
Release helm chart version 0.0.10
  • Loading branch information
jswoods authored Aug 11, 2020
2 parents 96f216c + dc9af4a commit 1ecac3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.0.9
appVersion: 0.0.9
version: 0.0.10
appVersion: 0.0.10
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
16 changes: 8 additions & 8 deletions charts/humio-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ This chart bootstraps a humio-operator deployment on a [Kubernetes](http://kuber
## Installing the CRD's

```bash
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.9/deploy/crds/core.humio.com_humioclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.9/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.9/deploy/crds/core.humio.com_humioingesttokens_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.9/deploy/crds/core.humio.com_humioparsers_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.9/deploy/crds/core.humio.com_humiorepositories_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.10/deploy/crds/core.humio.com_humioclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.10/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.10/deploy/crds/core.humio.com_humioingesttokens_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.10/deploy/crds/core.humio.com_humioparsers_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.10/deploy/crds/core.humio.com_humiorepositories_crd.yaml
```

## Installing the Chart
Expand Down Expand Up @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the ingress-nginx chart
Parameter | Description | Default
--- | --- | ---
`operator.image.repository` | operator container image repository | `humio/humio-operator`
`operator.image.tag` | operator container image tag | `0.0.9`
`operator.image.tag` | operator container image tag | `0.0.10`
`operator.rbac.create` | automatically create operator RBAC resources | `true`
`operator.watchNamespaces` | list of namespaces the operator will watch for resources (if empty, it watches all namespaces) | `[]`
`installCRDs` | automatically install CRDs. NB: if this is set to true, custom resources will be removed if the Helm chart is uninstalled | `false`
Expand All @@ -71,11 +71,11 @@ These parameters can be passed via Helm's `--set` option
```bash
# Helm v3+
helm install humio-operator humio-operator/humio-operator \
--set operator.image.tag=0.0.9
--set operator.image.tag=0.0.10

# Helm v2
helm install humio-operator --name humio-operator \
--set operator.image.tag=0.0.9
--set operator.image.tag=0.0.10
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
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.0.9
tag: 0.0.10
pullPolicy: IfNotPresent
rbac:
create: true
Expand Down

0 comments on commit 1ecac3d

Please sign in to comment.