Skip to content

Commit

Permalink
update chat version v1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzai006 committed Oct 26, 2023
1 parent 92a4f0e commit d7c0a8b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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-beta.9"
appVersion: "v1.0.0-beta.12"
4 changes: 4 additions & 0 deletions chart/kubeeye/crds/inspectresult-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
fileChangeResult:
items:
properties:
assert:
type: boolean
fileName:
type: string
issues:
Expand All @@ -86,6 +88,8 @@ spec:
fileFilterResult:
items:
properties:
assert:
type: boolean
fileName:
type: string
issues:
Expand Down
6 changes: 3 additions & 3 deletions chart/kubeeye/crds/inspectrule-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ spec:
level:
type: string
mount:
items:
type: string
type: array
type: string
name:
type: string
nodeName:
Expand All @@ -127,6 +125,8 @@ spec:
additionalProperties:
type: string
type: object
resourcesType:
type: string
rule:
type: string
type: object
Expand Down
1 change: 1 addition & 0 deletions chart/kubeeye/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rules:
resources:
- namespaces
- nodes
- secrets
- services
verbs:
- get
Expand Down
2 changes: 1 addition & 1 deletion pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ const (
const (
DefaultProcPath = "/hosts/proc"
RootPathPrefix = "/hosts/root"
ResultPath = "/hosts/result"
ResultPath = "./"
)

0 comments on commit d7c0a8b

Please sign in to comment.