diff --git a/charts/etcd-cluster-operator/Chart.yaml b/charts/etcd-cluster-operator/Chart.yaml index 24aea17..495136c 100644 --- a/charts/etcd-cluster-operator/Chart.yaml +++ b/charts/etcd-cluster-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "v0.4.0-beta.2" description: Cloud Native etcd clusters name: etcd-cluster-operator -version: 0.0.4 +version: 0.0.5 keywords: - etcd - kv diff --git a/charts/etcd-cluster-operator/templates/ClusterRole-storageos-etcd-manager-role.yml b/charts/etcd-cluster-operator/templates/ClusterRole-storageos-etcd-manager-role.yml index d4caa98..87264da 100644 --- a/charts/etcd-cluster-operator/templates/ClusterRole-storageos-etcd-manager-role.yml +++ b/charts/etcd-cluster-operator/templates/ClusterRole-storageos-etcd-manager-role.yml @@ -80,6 +80,15 @@ rules: - get - list - watch + - apiGroups: + - "" + resources: + - resourcequotas + verbs: + - create + - get + - list + - watch - apiGroups: - "" resources: diff --git a/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-controller-manager.yml b/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-controller-manager.yml index 40ab12d..19e38c0 100644 --- a/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-controller-manager.yml +++ b/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-controller-manager.yml @@ -35,7 +35,7 @@ spec: env: - name: DISABLE_WEBHOOKS value: "true" - image: storageos/etcd-cluster-operator-controller:v0.4.0-beta.2 + image: storageos/etcd-cluster-operator-controller:v0.4.0-beta.3 name: manager ports: - containerPort: 8080 diff --git a/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-proxy.yml b/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-proxy.yml index 35a7361..ea58f91 100644 --- a/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-proxy.yml +++ b/charts/etcd-cluster-operator/templates/Deployment-storageos-etcd-proxy.yml @@ -19,7 +19,7 @@ spec: containers: - args: - --api-port=8080 - image: storageos/etcd-cluster-operator-proxy:v0.4.0-beta.2 + image: storageos/etcd-cluster-operator-proxy:v0.4.0-beta.3 name: proxy resources: limits: