diff --git a/charts/deploy-agent/Chart.yaml b/charts/deploy-agent/Chart.yaml index 999b6a6..c826696 100644 --- a/charts/deploy-agent/Chart.yaml +++ b/charts/deploy-agent/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: 1.5.1 +version: 1.5.2 # 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/deploy-agent/templates/rbac.yaml b/charts/deploy-agent/templates/rbac.yaml index 54c549d..fb75b2b 100644 --- a/charts/deploy-agent/templates/rbac.yaml +++ b/charts/deploy-agent/templates/rbac.yaml @@ -24,7 +24,7 @@ rules: - apiGroups: - "apps" resources: - - statefulset + - statefulsets verbs: - '*' - apiGroups: