Skip to content

Commit

Permalink
released version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzai006 committed Nov 30, 2023
1 parent 155201a commit 621f40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1"
appVersion: "v1.0.0"
6 changes: 3 additions & 3 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.3
tag: v1.0.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -24,7 +24,7 @@ config:
job:
autoDelTime: 30
backLimit: 5
image: kubespheredev/kubeeye-job:v1.0.0-rc.3
image: kubespheredev/kubeeye-job:v1.0.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -63,7 +63,7 @@ controllerManager:
allowPrivilegeEscalation: false
image:
repository: kubespheredev/kubeeye-controller
tag: v1.0.0-rc.3
tag: v1.0.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 621f40a

Please sign in to comment.