File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 1.0.1
16
+ version : 1.0.2
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v1.0.3 "
21
+ appVersion : " v1.0.5 "
Original file line number Diff line number Diff line change 36
36
env :
37
37
- name : KUBERNETES_CLUSTER_DOMAIN
38
38
value : {{ quote .Values.kubernetesClusterDomain }}
39
+ - name : DISABLE_SYSTEM_COMPONENT
40
+ value : {{ quote .Values.controllerManager.kubeeyeApiserver.env.disableSystemComponent
41
+ }}
42
+ - name : DISABLE_OVERVIEW
43
+ value : {{ quote .Values.controllerManager.kubeeyeApiserver.env.disableOverview
44
+ }}
39
45
- name : KUBERNETES_POD_NAMESPACE
40
46
valueFrom :
41
47
fieldRef :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ config:
11
11
job :
12
12
image :
13
13
repository : kubespheredev/kubeeye-job
14
- tag : v1.0.3
14
+ tag : v1.0.5
15
15
pullPolicy : IfNotPresent
16
16
controllerManager :
17
17
kubeRbacProxy :
@@ -37,7 +37,7 @@ controllerManager:
37
37
ginMode : release
38
38
image :
39
39
repository : kubespheredev/kubeeye-apiserver
40
- tag : v1.0.3
40
+ tag : v1.0.5
41
41
imagePullPolicy : IfNotPresent
42
42
resources :
43
43
limits :
@@ -55,7 +55,7 @@ controllerManager:
55
55
allowPrivilegeEscalation : false
56
56
image :
57
57
repository : kubespheredev/kubeeye-controller
58
- tag : v1.0.3
58
+ tag : v1.0.5
59
59
imagePullPolicy : IfNotPresent
60
60
resources :
61
61
limits :
You can’t perform that action at this time.
0 commit comments