Skip to content

Commit

Permalink
Merge pull request #350 from pixiake/release-1.0
Browse files Browse the repository at this point in the history
update chart to v1.0.5
  • Loading branch information
ks-ci-bot authored Jan 8, 2025
2 parents a7ffb6e + 136949d commit c155cfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/kubeeye/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 6 additions & 0 deletions chart/kubeeye/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions chart/kubeeye/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config:
job:
image:
repository: kubespheredev/kubeeye-job
tag: v1.0.3
tag: v1.0.5
pullPolicy: IfNotPresent
controllerManager:
kubeRbacProxy:
Expand All @@ -37,7 +37,7 @@ controllerManager:
ginMode: release
image:
repository: kubespheredev/kubeeye-apiserver
tag: v1.0.3
tag: v1.0.5
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -55,7 +55,7 @@ controllerManager:
allowPrivilegeEscalation: false
image:
repository: kubespheredev/kubeeye-controller
tag: v1.0.3
tag: v1.0.5
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit c155cfc

Please sign in to comment.