diff --git a/chart/kubeeye/Chart.yaml b/chart/kubeeye/Chart.yaml index 814d09b2..d769d613 100644 --- a/chart/kubeeye/Chart.yaml +++ b/chart/kubeeye/Chart.yaml @@ -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" diff --git a/chart/kubeeye/values.yaml b/chart/kubeeye/values.yaml index 474fe688..17f1594f 100644 --- a/chart/kubeeye/values.yaml +++ b/chart/kubeeye/values.yaml @@ -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: @@ -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: @@ -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: