File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ controllerManager:
13
13
manager :
14
14
image :
15
15
repository : docker.io/weaveworks/cluster-controller
16
- tag : v1.3.0
16
+ tag : v1.3.2
17
17
resources :
18
18
limits :
19
19
cpu : 500m
Original file line number Diff line number Diff line change @@ -7196,6 +7196,13 @@ spec:
7196
7196
- generateName
7197
7197
- spec
7198
7198
type : object
7199
+ requireClusterProvisioned :
7200
+ description : " Trigger the bootstrapping when the linked cluster has
7201
+ a True \" ClusterProvisioned\" condition. \n A new job will not be
7202
+ triggered when the cluster is finally \" Ready\" because it will
7203
+ already have the annotation that indicates the cluster has been
7204
+ bootstrapped. \n Defaults to false."
7205
+ type : boolean
7199
7206
requireClusterReady :
7200
7207
description : Wait for the remote cluster to be "ready" before creating
7201
7208
the jobs. Defaults to false.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ fullnameOverride: ""
9
9
images :
10
10
clustersService : docker.io/weaveworks/weave-gitops-enterprise-clusters-service:v0.0.2
11
11
uiServer : docker.io/weaveworks/weave-gitops-enterprise-ui-server:v0.0.2
12
- clusterBootstrapController : docker.io/ weaveworks/cluster-bootstrap-controller:v0.2 .0
12
+ clusterBootstrapController : weaveworks/cluster-bootstrap-controller:v0.3 .0
13
13
14
14
serviceAccount :
15
15
# Specifies whether a service account should be created
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/weaveworks/weave-gitops v0.9.5
19
19
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2
20
20
github.com/weaveworks/weave-gitops-enterprise/common v0.0.0
21
- gopkg.in/yaml.v3 v3.0.1 // indirect
21
+ gopkg.in/yaml.v3 v3.0.1
22
22
k8s.io/api v0.25.0
23
23
k8s.io/apimachinery v0.25.0
24
24
k8s.io/cli-runtime v0.25.0
@@ -46,7 +46,7 @@ require (
46
46
github.com/mkmik/multierror v0.3.0
47
47
github.com/onsi/ginkgo/v2 v2.1.6
48
48
github.com/spf13/viper v1.12.0
49
- github.com/weaveworks/cluster-controller v1.2.0
49
+ github.com/weaveworks/cluster-controller v1.3.2
50
50
github.com/weaveworks/go-checkpoint v0.0.0-20220223124739-fd9899e2b4f2
51
51
github.com/weaveworks/policy-agent/api v1.0.4
52
52
github.com/weaveworks/progressive-delivery v0.0.0-20220915081124-d9f0c4063521
Original file line number Diff line number Diff line change @@ -1273,8 +1273,8 @@ github.com/valyala/fasthttp v1.30.0/go.mod h1:2rsYD01CKFrjjsvFxx75KlEUNpWNBY9JWD
1273
1273
github.com/valyala/quicktemplate v1.7.0 /go.mod h1:sqKJnoaOF88V07vkO+9FL8fb9uZg/VPSJnLYn+LmLk8 =
1274
1274
github.com/valyala/tcplisten v1.0.0 /go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc =
1275
1275
github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8 /go.mod h1:dniwbG03GafCjFohMDmz6Zc6oCuiqgH6tGNyXTkHzXE =
1276
- github.com/weaveworks/cluster-controller v1.2.0 h1:Q+c5GncBHAf6z7KgvyXM4sCDftC4LfY9d8giD1s8e+w =
1277
- github.com/weaveworks/cluster-controller v1.2.0 /go.mod h1:e0Bka2iXVITQG+cG7/u8ZOB5QTaguMmgg+n5nrYaqxQ =
1276
+ github.com/weaveworks/cluster-controller v1.3.2 h1:MBM2u5KDHhizXyx0oEByPXejgvg9e1qTQZuYtXgRVrI =
1277
+ github.com/weaveworks/cluster-controller v1.3.2 /go.mod h1:e0Bka2iXVITQG+cG7/u8ZOB5QTaguMmgg+n5nrYaqxQ =
1278
1278
github.com/weaveworks/go-checkpoint v0.0.0-20220223124739-fd9899e2b4f2 h1:EWUmjQdHzmBimPxGIus5JOvNPu+tWxOTC+Q4w9fJOok =
1279
1279
github.com/weaveworks/go-checkpoint v0.0.0-20220223124739-fd9899e2b4f2 /go.mod h1:HfUHaw/CuYj2phXCM9etFQwvOQ3W0786feIEs9OMFHk =
1280
1280
github.com/weaveworks/pipeline-controller/api v0.0.0-20220916165727-cb8504f08c22 h1:Nn0uFFztrATEyTIwYd0yLXKk7Ee9Ndx6P3DFZsU4TxU =
You can’t perform that action at this time.
0 commit comments