Skip to content

Commit

Permalink
Release chart 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Jun 17, 2020
1 parent d0f43fa commit cc93e63
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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.3
appVersion: 0.0.4
version: 0.0.4
appVersion: 0.0.5
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 @@ -20,11 +20,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/operator-0.0.4/deploy/crds/core.humio.com_humioclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/operator-0.0.4/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/operator-0.0.4/deploy/crds/core.humio.com_humioingesttokens_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/operator-0.0.4/deploy/crds/core.humio.com_humioparsers_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/operator-0.0.4/deploy/crds/core.humio.com_humiorepositories_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.4/deploy/crds/core.humio.com_humioclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.4/deploy/crds/core.humio.com_humioexternalclusters_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.4/deploy/crds/core.humio.com_humioingesttokens_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.4/deploy/crds/core.humio.com_humioparsers_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/humio/humio-operator/humio-operator-0.0.4/deploy/crds/core.humio.com_humiorepositories_crd.yaml
```

## Installing the Chart
Expand Down Expand Up @@ -60,7 +60,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.4`
`operator.image.tag` | operator container image tag | `0.0.5`
`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.4
--set operator.image.tag=0.0.5

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

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/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
productID: "none"
productName: "humio-operator"
productVersion: "0.0.4"
productVersion: "0.0.5"
labels:
app: '{{ .Chart.Name }}'
app.kubernetes.io/name: '{{ .Chart.Name }}'
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.4
tag: 0.0.5
rbac:
create: true
watchNamespaces: []
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ humio-cp-zookeeper-0 2/2 Running 0 23s
First we install the CRD's:

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

Installing the humio-operator on non-OpenShift installations:
Expand Down

0 comments on commit cc93e63

Please sign in to comment.