Skip to content

Commit

Permalink
update version v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzai006 committed Nov 30, 2023
1 parent 3eca3e7 commit 054b746
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion chart/kubeeye/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "kubeeye.fullname" . }}-config
name: kubeeye-config
labels:
{{- include "kubeeye.labels" . | nindent 4 }}
data:
Expand Down
18 changes: 9 additions & 9 deletions chart/kubeeye/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiserver:
ginMode: release
image:
repository: kubespheredev/kubeeye-apiserver
tag: latest
tag: v1.0.0-rc.3
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -24,19 +24,19 @@ config:
job:
autoDelTime: 30
backLimit: 5
image: kubespheredev/kubeeye-job:latest
imagePullPolicy: Always
image: kubespheredev/kubeeye-job:v1.0.0-rc.3
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
multiCluster:
member1:
image: kubespheredev/kubeeye-job:latest
imagePullPolicy: Always
# multiCluster:
# member1:
# image: kubespheredev/kubeeye-job:v1.0.0-rc.3
# imagePullPolicy: IfNotPresent
controllerManager:
kubeRbacProxy:
args:
Expand All @@ -63,8 +63,8 @@ controllerManager:
allowPrivilegeEscalation: false
image:
repository: kubespheredev/kubeeye-controller
tag: latest
imagePullPolicy: Always
tag: v1.0.0-rc.3
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1500m
Expand Down
4 changes: 2 additions & 2 deletions config/manager/kubeeye-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
autoDelTime: 30
backLimit: 5
image: kubespheredev/kubeeye-job:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
Expand All @@ -20,4 +20,4 @@ data:
multiCluster:
member1:
image: kubespheredev/kubeeye-job:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- args:
- --leader-elect
image: controller:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 054b746

Please sign in to comment.