From 9e153b258cd71cda9e5b69891c8a6c8cb35b0633 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 4 Jan 2023 11:13:29 +0800 Subject: [PATCH] Feat: upgrade version to v1.4.0-rc.0; update clusterrole --- helm-chart/Chart.yaml | 4 ++-- helm-chart/templates/loggie-rbac.yaml | 8 ++++++++ helm-chart/values.yaml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 745cfbe..1a2e332 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -4,8 +4,8 @@ name: loggie type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.3.0 +version: v1.4.0-rc.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.3.0 +appVersion: v1.4.0-rc.0 diff --git a/helm-chart/templates/loggie-rbac.yaml b/helm-chart/templates/loggie-rbac.yaml index eb0ab90..303a6ce 100644 --- a/helm-chart/templates/loggie-rbac.yaml +++ b/helm-chart/templates/loggie-rbac.yaml @@ -8,6 +8,7 @@ rules: - "" resources: - pods + - pods/log - nodes verbs: - get @@ -57,6 +58,13 @@ rules: - get - list - update + - apiGroups: + - metrics.k8s.io + resources: + - pods + verbs: + - get + - list --- apiVersion: rbac.authorization.k8s.io/v1 diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 71f15a7..3fca0fb 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -1,4 +1,4 @@ -image: loggieio/loggie:v1.3.0 +image: loggieio/loggie:v1.4.0-rc.0 resources: limits: