diff --git a/chart/kubeeye/Chart.yaml b/chart/kubeeye/Chart.yaml index e92fa1d9..f8cd5716 100644 --- a/chart/kubeeye/Chart.yaml +++ b/chart/kubeeye/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.0.3" +appVersion: "v1.0.5" diff --git a/chart/kubeeye/templates/deployment.yaml b/chart/kubeeye/templates/deployment.yaml index ea46fb9c..adc67661 100644 --- a/chart/kubeeye/templates/deployment.yaml +++ b/chart/kubeeye/templates/deployment.yaml @@ -36,6 +36,12 @@ spec: env: - name: KUBERNETES_CLUSTER_DOMAIN value: {{ quote .Values.kubernetesClusterDomain }} + - name: DISABLE_SYSTEM_COMPONENT + value: {{ quote .Values.controllerManager.kubeeyeApiserver.env.disableSystemComponent + }} + - name: DISABLE_OVERVIEW + value: {{ quote .Values.controllerManager.kubeeyeApiserver.env.disableOverview + }} - name: KUBERNETES_POD_NAMESPACE valueFrom: fieldRef: diff --git a/chart/kubeeye/values.yaml b/chart/kubeeye/values.yaml index 9b1c13fb..bcb01064 100644 --- a/chart/kubeeye/values.yaml +++ b/chart/kubeeye/values.yaml @@ -11,7 +11,7 @@ config: job: image: repository: kubespheredev/kubeeye-job - tag: v1.0.3 + tag: v1.0.5 pullPolicy: IfNotPresent controllerManager: kubeRbacProxy: @@ -37,7 +37,7 @@ controllerManager: ginMode: release image: repository: kubespheredev/kubeeye-apiserver - tag: v1.0.3 + tag: v1.0.5 imagePullPolicy: IfNotPresent resources: limits: @@ -55,7 +55,7 @@ controllerManager: allowPrivilegeEscalation: false image: repository: kubespheredev/kubeeye-controller - tag: v1.0.3 + tag: v1.0.5 imagePullPolicy: IfNotPresent resources: limits: