make clusterName string

pull/1920/head
Vaishnav Gaikwad 2022-05-30 15:20:59 +05:30
parent a4290a1b3f
commit ccc57dfdf4
4 changed files with 9 additions and 4 deletions

View File

@ -12,11 +12,11 @@ annotations:
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: rancher-cis-benchmark
apiVersion: v1
appVersion: v2.0.4
appVersion: v2.0.5-rc1
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
cluster
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
keywords:
- security
name: rancher-cis-benchmark
version: 2.0.4
version: 2.0.5-rc1

View File

@ -38,7 +38,7 @@ spec:
- name: CIS_ALERTS_ENABLED
value: {{ .Values.alerts.enabled | default "false" | quote }}
- name: CLUSTER_NAME
value: {{ .Values.global.cattle.clusterName }}
value: '{{ .Values.global.cattle.clusterName }}'
resources:
{{- toYaml .Values.resources | nindent 12 }}
nodeSelector: {{ include "linux-node-selector" . | nindent 8 }}

View File

@ -1,5 +1,5 @@
url: local
version: 2.0.4
version: 2.0.5-rc1
additionalCharts:
- workingDir: charts-crd
crdOptions:

View File

@ -20,3 +20,8 @@ rancher-aks-operator-crd:
- 100.0.5+up1.0.6-rc2
rancher-csp-adapter:
- 0.1.0+up0.1.0-rc8
- 0.1.0+up0.1.0-rc7
rancher-cis-benchmark:
- 2.0.5-rc1
rancher-cis-benchmark-crd:
- 2.0.5-rc1