Skip to content

Commit

Permalink
update to use new etcd operator version and new etcd version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojachieee authored Jan 19, 2023
2 parents bb4941a + 96e67e3 commit 39ec15e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/component-charts/etcd-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v0.4.3"
appVersion: "v0.4.4"
description: Cloud Native etcd clusters
name: etcd-cluster-operator
version: 0.1.4
version: 0.1.5
keywords:
- etcd
- kv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm templates/*.yml
Following that, we should obtain the new version and decompile it into the format expected by Helm:

```shell
OPERATOR_VERSION=v0.4.3
OPERATOR_VERSION=v0.4.4
curl -Lo storageos-etcd-cluster-operator.yaml https://github.com/storageos/etcd-cluster-operator/releases/download/$OPERATOR_VERSION/storageos-etcd-cluster-operator.yaml
curl -Lo storageos-etcd-cluster.yaml https://github.com/storageos/etcd-cluster-operator/releases/download/$OPERATOR_VERSION/storageos-etcd-cluster.yaml
yq ea 'select(.kind=="CustomResourceDefinition")' storageos-etcd-cluster-operator.yaml --split-exp='"crds/" + (.metadata.name) + ".yml"'
Expand Down
6 changes: 3 additions & 3 deletions charts/component-charts/etcd-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ images:
etcdClusterOperatorController:
registry: docker.io/storageos
image: etcd-cluster-operator-controller
tag: v0.4.3
tag: v0.4.4
etcdClusterOperatorProxy:
registry: docker.io/storageos
image: etcd-cluster-operator-proxy
tag: v0.4.3
tag: v0.4.4
etcd:
registry: quay.io/coreos
image: etcd
tag: v3.5.4
tag: v3.5.6

cluster:
# Whether to create the etcd cluster resource
Expand Down

0 comments on commit 39ec15e

Please sign in to comment.