From d2420bf8d1a3ab08588f3f6b27dd1c342f58ce1b Mon Sep 17 00:00:00 2001 From: Jestin Woods Date: Thu, 6 Aug 2020 17:38:40 -0700 Subject: [PATCH] Release helm chart version 0.0.8 --- charts/humio-operator/Chart.yaml | 4 ++-- charts/humio-operator/README.md | 16 ++++++++-------- charts/humio-operator/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/humio-operator/Chart.yaml b/charts/humio-operator/Chart.yaml index 39ac596c..d8b9e7fc 100644 --- a/charts/humio-operator/Chart.yaml +++ b/charts/humio-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: humio-operator -version: 0.0.6 -appVersion: 0.0.6 +version: 0.0.8 +appVersion: 0.0.8 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/README.md b/charts/humio-operator/README.md index 84da1ca3..07aa13f3 100644 --- a/charts/humio-operator/README.md +++ b/charts/humio-operator/README.md @@ -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.6/deploy/crds/core.humio.com_humioclusters_crd.yaml -kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.6/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml -kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.6/deploy/crds/core.humio.com_humioingesttokens_crd.yaml -kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.6/deploy/crds/core.humio.com_humioparsers_crd.yaml -kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.6/deploy/crds/core.humio.com_humiorepositories_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.8/deploy/crds/core.humio.com_humioclusters_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.8/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.8/deploy/crds/core.humio.com_humioingesttokens_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.8/deploy/crds/core.humio.com_humioparsers_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.8/deploy/crds/core.humio.com_humiorepositories_crd.yaml ``` ## Installing the Chart @@ -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.6` +`operator.image.tag` | operator container image tag | `0.0.8` `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` @@ -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.6 + --set operator.image.tag=0.0.8 # Helm v2 helm install humio-operator --name humio-operator \ - --set operator.image.tag=0.0.6 + --set operator.image.tag=0.0.8 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, diff --git a/charts/humio-operator/values.yaml b/charts/humio-operator/values.yaml index 0e62f4b5..f8b57705 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.0.6 + tag: 0.0.8 pullPolicy: IfNotPresent rbac: create: true