Skip to content

Commit 500267e

Browse files
committed
fix version
1 parent 8d5cf31 commit 500267e

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

charts/humio-operator/crds/core.humio.com_humiobootstraptokens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
app.kubernetes.io/name: 'humio-operator'
1313
app.kubernetes.io/instance: 'humio-operator'
1414
app.kubernetes.io/managed-by: 'Helm'
15-
helm.sh/chart: 'humio-operator-0.20.0'
15+
helm.sh/chart: 'humio-operator-0.20.1'
1616
spec:
1717
group: core.humio.com
1818
names:

config/crd/bases/core.humio.com_humiobootstraptokens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
app.kubernetes.io/name: 'humio-operator'
1313
app.kubernetes.io/instance: 'humio-operator'
1414
app.kubernetes.io/managed-by: 'Helm'
15-
helm.sh/chart: 'humio-operator-0.20.0'
15+
helm.sh/chart: 'humio-operator-0.20.1'
1616
spec:
1717
group: core.humio.com
1818
names:

config/crd/bases/core.humio.com_humioclusters.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,6 @@ spec:
873873
type: array
874874
type: object
875875
type: object
876-
authServiceAccountName:
877-
description: AuthServiceAccountName is the name of the Kubernetes
878-
Service Account that will be attached to the auth container in the
879-
humio pod.
880-
type: string
881876
autoRebalancePartitions:
882877
description: AutoRebalancePartitions will enable auto-rebalancing
883878
of both digest and storage partitions assigned to humio cluster
@@ -6098,11 +6093,6 @@ spec:
60986093
type: array
60996094
type: object
61006095
type: object
6101-
authServiceAccountName:
6102-
description: AuthServiceAccountName is the name of the Kubernetes
6103-
Service Account that will be attached to the auth container
6104-
in the humio pod.
6105-
type: string
61066096
containerLivenessProbe:
61076097
description: ContainerLivenessProbe is the liveness probe
61086098
applied to the Humio container If specified and non-empty,

0 commit comments

Comments
 (0)