From dc9af4a6a6e017466873c8127b6fa9b3fd2d8c7e Mon Sep 17 00:00:00 2001 From: Jestin Woods Date: Tue, 11 Aug 2020 10:01:08 -0700 Subject: [PATCH] Release helm chart version 0.0.10 --- 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 51f48418..8907b804 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.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 diff --git a/charts/humio-operator/README.md b/charts/humio-operator/README.md index a9f8cf91..b88504ca 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.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 @@ -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` @@ -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, diff --git a/charts/humio-operator/values.yaml b/charts/humio-operator/values.yaml index 94c0d0ee..b34f6802 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.9 + tag: 0.0.10 pullPolicy: IfNotPresent rbac: create: true