Skip to content

Commit

Permalink
Update etcd-operator v0.4 (#232)
Browse files Browse the repository at this point in the history
This update enables resize operation for etcd clusters

aenix-io/etcd-operator#254
  • Loading branch information
kvaps authored Jul 23, 2024
1 parent d075869 commit 95b11a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/system/etcd-operator/charts/etcd-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.3.1
appVersion: v0.4.0
name: etcd-operator
type: application
version: 0.3.1
version: 0.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ rules:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- persistentvolumeclaims
verbs:
- get
- list
- patch
- watch
- apiGroups:
- "storage.k8s.io"
resources:
- storageclasses
verbs:
- get
- list
- apiGroups:
- etcd.aenix.io
resources:
Expand Down

0 comments on commit 95b11a1

Please sign in to comment.