Skip to content

Commit

Permalink
Merge pull request #24 from ondat/upgrade_beta3
Browse files Browse the repository at this point in the history
Etcd chart beta3 upgrade
  • Loading branch information
cvlc authored Jun 24, 2022
2 parents 8fb79ba + 120082d commit 8cb7465
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/etcd-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- resourcequotas
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8cb7465

Please sign in to comment.