diff --git a/charts/panope/Chart.yaml b/charts/panope/Chart.yaml index e1a7f8f..aeedc60 100644 --- a/charts/panope/Chart.yaml +++ b/charts/panope/Chart.yaml @@ -15,7 +15,7 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.0 +version: 0.8.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/panope/README.md b/charts/panope/README.md index 48908a9..47cf24c 100644 --- a/charts/panope/README.md +++ b/charts/panope/README.md @@ -2,7 +2,7 @@ A Helm chart for Panope, use Spot VMs/Preemptible VMs in GKE to reduce infrastructure costs while high availability tool -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square) +![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square) ## Prerequisites *GKE 1.19+* diff --git a/charts/panope/templates/agent/cluterrole.yaml b/charts/panope/templates/agent/cluterrole.yaml index 873ea2c..96c3e60 100644 --- a/charts/panope/templates/agent/cluterrole.yaml +++ b/charts/panope/templates/agent/cluterrole.yaml @@ -38,3 +38,13 @@ rules: - list - watch - update +- apiGroups: + - apps + resources: + - replicasets + - daemonsets + - statefulsets + verbs: + - get + - list + - watch