From 0316721b5ee57ed46adf441455c82de8c9a7c813 Mon Sep 17 00:00:00 2001 From: zyy17 Date: Sun, 4 Feb 2024 19:26:00 +0800 Subject: [PATCH] fix: add patch verbs for service and configmaps (#109) --- charts/greptimedb-operator/Chart.yaml | 2 +- charts/greptimedb-operator/README.md | 2 +- charts/greptimedb-operator/templates/clusterrole.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/greptimedb-operator/Chart.yaml b/charts/greptimedb-operator/Chart.yaml index b23e4e9..9fa1031 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.23 -version: 0.1.9 +version: 0.1.10 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 39dc26e..59371b1 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.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.23](https://img.shields.io/badge/AppVersion-0.1.0--alpha.23-informational?style=flat-square) +![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0-alpha.23](https://img.shields.io/badge/AppVersion-0.1.0--alpha.23-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 fc39478..a63063d 100644 --- a/charts/greptimedb-operator/templates/clusterrole.yaml +++ b/charts/greptimedb-operator/templates/clusterrole.yaml @@ -44,6 +44,7 @@ rules: - create - get - list + - patch - update - watch - apiGroups: @@ -95,6 +96,7 @@ rules: - list - update - watch + - patch - apiGroups: - greptime.io resources: