Skip to content

Commit

Permalink
update version v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzai006 committed Nov 29, 2023
1 parent 24e4e1f commit 59351ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion chart/kubeeye/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 1.0.0
# 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.0-rc.0"
appVersion: "v1.0.0-rc.1"
14 changes: 5 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: v1.0.0-rc.0
tag: v1.0.0-rc.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -24,19 +24,15 @@ config:
job:
autoDelTime: 30
backLimit: 5
image: kubespheredev/kubeeye-job:latest
imagePullPolicy: Always
image: kubespheredev/kubeeye-job:v1.0.0-rc.1
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
multiCluster:
member1:
image: kubespheredev/kubeeye-job:v1.0.0-rc.0
imagePullPolicy: Always
controllerManager:
kubeRbacProxy:
args:
Expand All @@ -63,8 +59,8 @@ controllerManager:
allowPrivilegeEscalation: false
image:
repository: kubespheredev/kubeeye-controller
tag: v1.0.0-rc.0
imagePullPolicy: Always
tag: v1.0.0-rc.1
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1500m
Expand Down
11 changes: 0 additions & 11 deletions deploy/rule/kubeeye_v1alpha2_customrule.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions deploy/rule/kubeeye_v1alpha2_services_connect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: kubeeye.kubesphere.io/v1alpha2
kind: InspectRule
metadata:
name: services-connect
spec:
serviceConnect:
- workSpaces: system-workspace
level: warning

0 comments on commit 59351ff

Please sign in to comment.