Skip to content

Commit c155cfc

Browse files
authored
Merge pull request #350 from pixiake/release-1.0
update chart to v1.0.5
2 parents a7ffb6e + 136949d commit c155cfc

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

chart/kubeeye/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.0.1
16+
version: 1.0.2
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v1.0.3"
21+
appVersion: "v1.0.5"

chart/kubeeye/templates/deployment.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ spec:
3636
env:
3737
- name: KUBERNETES_CLUSTER_DOMAIN
3838
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+
}}
3945
- name: KUBERNETES_POD_NAMESPACE
4046
valueFrom:
4147
fieldRef:

chart/kubeeye/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config:
1111
job:
1212
image:
1313
repository: kubespheredev/kubeeye-job
14-
tag: v1.0.3
14+
tag: v1.0.5
1515
pullPolicy: IfNotPresent
1616
controllerManager:
1717
kubeRbacProxy:
@@ -37,7 +37,7 @@ controllerManager:
3737
ginMode: release
3838
image:
3939
repository: kubespheredev/kubeeye-apiserver
40-
tag: v1.0.3
40+
tag: v1.0.5
4141
imagePullPolicy: IfNotPresent
4242
resources:
4343
limits:
@@ -55,7 +55,7 @@ controllerManager:
5555
allowPrivilegeEscalation: false
5656
image:
5757
repository: kubespheredev/kubeeye-controller
58-
tag: v1.0.3
58+
tag: v1.0.5
5959
imagePullPolicy: IfNotPresent
6060
resources:
6161
limits:

0 commit comments

Comments
 (0)