Skip to content

Commit

Permalink
chore: bump embedded cluster operator version (#174)
Browse files Browse the repository at this point in the history
bumps embedded cluster operator version
  • Loading branch information
ricardomaraschini authored Nov 10, 2023
1 parent 781f6b9 commit 97a6880
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADMIN_CONSOLE_CHART_NAME = admin-console
ADMIN_CONSOLE_CHART_VERSION = 1.104.0-build.1
EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
EMBEDDED_OPERATOR_CHART_VERSION = 0.2.0
EMBEDDED_OPERATOR_CHART_VERSION = 0.3.0
OPENEBS_CHART_URL = https://openebs.github.io/charts
OPENEBS_CHART_NAME = openebs/openebs
OPENEBS_CHART_VERSION = 3.9.0
Expand Down
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/k0sproject/dig v0.2.0
github.com/k0sproject/k0sctl v0.16.0
github.com/k0sproject/rig v0.15.1
github.com/replicatedhq/embedded-cluster-operator v0.2.0
github.com/replicatedhq/embedded-cluster-operator v0.3.0
github.com/replicatedhq/kotskinds v0.0.0-20230724164735-f83482cc9cfe
github.com/replicatedhq/troubleshoot v0.77.0
github.com/sirupsen/logrus v1.9.3
Expand All @@ -30,8 +30,12 @@ require (
)

require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.13.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
)

require (
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,8 @@ github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95/go.mod h1:r
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/replicatedhq/embedded-cluster-operator v0.2.0 h1:vNLdsBFng39GWTj7oUcIuE/nSCpgicn23x1SSACpXvY=
github.com/replicatedhq/embedded-cluster-operator v0.2.0/go.mod h1:9DfU7ulB6+x9QNKg0cKeBk4a01uNw1rwvE07Axhvi38=
github.com/replicatedhq/embedded-cluster-operator v0.3.0 h1:DeSueBy8krZjEITyzjfordeve+hMQ1bLgTt5Uk+mj8E=
github.com/replicatedhq/embedded-cluster-operator v0.3.0/go.mod h1:9DfU7ulB6+x9QNKg0cKeBk4a01uNw1rwvE07Axhvi38=
github.com/replicatedhq/kotskinds v0.0.0-20230724164735-f83482cc9cfe h1:3AJInd06UxzqHmgy8+24CPsT2tYSE0zToJZyuX9q+MA=
github.com/replicatedhq/kotskinds v0.0.0-20230724164735-f83482cc9cfe/go.mod h1:QjhIUu3+OmHZ09u09j3FCoTt8F3BYtQglS+OLmftu9I=
github.com/replicatedhq/troubleshoot v0.77.0 h1:vQs2qb4ZsoS+dxfOnKu+RBwFBO+DTrb+dg2Nmyk+lzw=
Expand Down Expand Up @@ -1495,6 +1497,7 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ func (e *EmbeddedClusterOperator) Outro(ctx context.Context, cli client.Client)
if err != nil {
return err
}
var cfgspec *embeddedclusterv1beta1.ConfigSpec
if cfg != nil {
cfgspec = &cfg.Spec
}
installation := embeddedclusterv1beta1.Installation{
ObjectMeta: metav1.ObjectMeta{
Name: time.Now().Format("20060102150405"),
Expand All @@ -113,7 +117,7 @@ func (e *EmbeddedClusterOperator) Outro(ctx context.Context, cli client.Client)
ClusterID: metrics.ClusterID().String(),
MetricsBaseURL: metrics.BaseURL(),
AirGap: false,
Config: cfg,
Config: cfgspec,
},
}
embeddedclusterv1beta1.AddToScheme(cli.Scheme())
Expand Down

0 comments on commit 97a6880

Please sign in to comment.