From 445ebdb3cb55f395375091378afcef9a02e76377 Mon Sep 17 00:00:00 2001 From: liyang Date: Thu, 11 Jan 2024 20:24:44 +0800 Subject: [PATCH] chore: greptimedb-operator rbac policy (#97) --- charts/greptimedb-operator/Chart.yaml | 2 +- charts/greptimedb-operator/README.md | 2 +- charts/greptimedb-operator/templates/clusterrole.yaml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index 93d614b..9458c81 100644 --- a/charts/greptimedb-operator/Chart.yaml +++ b/charts/greptimedb-operator/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.18.0-0" description: The greptimedb-operator Helm chart for Kubernetes name: greptimedb-operator appVersion: 0.1.0-alpha.20 -version: 0.1.6 +version: 0.1.7 type: application home: https://github.com/GreptimeTeam/greptimedb-operator sources: diff --git a/charts/greptimedb-operator/README.md b/charts/greptimedb-operator/README.md index 160fd09..8a75109 100644 --- a/charts/greptimedb-operator/README.md +++ b/charts/greptimedb-operator/README.md @@ -2,7 +2,7 @@ The greptimedb-operator Helm chart for Kubernetes -![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.20](https://img.shields.io/badge/AppVersion-0.1.0--alpha.20-informational?style=flat-square) +![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.20](https://img.shields.io/badge/AppVersion-0.1.0--alpha.20-informational?style=flat-square) ## Source Code - https://github.com/GreptimeTeam/greptimedb-operator diff --git a/charts/greptimedb-operator/templates/clusterrole.yaml b/charts/greptimedb-operator/templates/clusterrole.yaml index b4491b5..5e7ba89 100644 --- a/charts/greptimedb-operator/templates/clusterrole.yaml +++ b/charts/greptimedb-operator/templates/clusterrole.yaml @@ -43,6 +43,9 @@ rules: verbs: - create - get + - list + - update + - watch - apiGroups: - "" resources: @@ -79,6 +82,8 @@ rules: - secrets verbs: - get + - list + - watch - apiGroups: - "" resources: