Skip to content

Commit c5a6eae

Browse files
This PR updates index.yaml for v0.20.0. Automatically generated by make update-helm-repo.
1 parent 4164a5f commit c5a6eae

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

index.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
apiVersion: v1
22
entries:
33
cluster-api-operator:
4+
- apiVersion: v2
5+
appVersion: 0.20.0
6+
created: "2025-05-28T11:51:22.831448+03:00"
7+
description: Cluster API Operator
8+
digest: d2479db2a28209caab5a74a412870cb0275e5c1e4d6de264bb0e3fa728d9e1a6
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/cluster-api-operator-0.20.0.tgz
13+
version: 0.20.0
414
- apiVersion: v2
515
appVersion: 0.19.0
616
created: "2025-04-23T17:41:16.290068+03:00"
@@ -316,4 +326,4 @@ entries:
316326
urls:
317327
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
318328
version: 0.2.0
319-
generated: "2025-04-23T17:41:16.290161+03:00"
329+
generated: "2025-05-28T11:51:22.831564+03:00"

plugins/clusterctl-operator.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: operator
55
spec:
6-
version: v0.19.0
6+
version: v0.20.0
77
homepage: https://github.com/kubernetes-sigs/cluster-api-operator
88
shortDescription: Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
99
description: |
@@ -13,36 +13,36 @@ spec:
1313
matchLabels:
1414
os: darwin
1515
arch: amd64
16-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.19.0/clusterctl-operator_v0.19.0_darwin_amd64.tar.gz
17-
sha256: 007ed897f96a46288f0e48d155cfa339c01e97920f6f30fa0b303aab5d0a2912
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_darwin_amd64.tar.gz
17+
sha256: 1b450f98e0fe1727644b3ecc581ea5ab403404d8aae285cc1b800cbe784ae78b
1818
bin: bin/clusterctl-operator
1919
- selector:
2020
matchLabels:
2121
os: darwin
2222
arch: arm64
23-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.19.0/clusterctl-operator_v0.19.0_darwin_arm64.tar.gz
24-
sha256: 584611ba02f639631f8b6d6160b465482d0412344ad086255b70e1aee14077b6
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_darwin_arm64.tar.gz
24+
sha256: 019324657878dac829997a16448f406d1444af16389aabe96175b5aa4c14470b
2525
bin: bin/clusterctl-operator
2626
- selector:
2727
matchLabels:
2828
os: linux
2929
arch: amd64
30-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.19.0/clusterctl-operator_v0.19.0_linux_amd64.tar.gz
31-
sha256: 95166c4d245b1ed618ae95d5c9d5edacd59f1067273e38a2776bfcd674f8a7ac
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_linux_amd64.tar.gz
31+
sha256: a8cbcf3f2d34f72d415dba4d75c5a6a358fe96572a4ff296857b12aa8c912c60
3232
bin: bin/clusterctl-operator
3333
- selector:
3434
matchLabels:
3535
os: linux
3636
arch: arm64
37-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.19.0/clusterctl-operator_v0.19.0_linux_arm64.tar.gz
38-
sha256: df40ddb0f61a7c7d306df7ec097e9f082a484d77f1d5532920763dfdb3aa83d9
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_linux_arm64.tar.gz
38+
sha256: d80cef15d54da5e933f54ac16cc14589d3474b92185054c1acf23c5a68dfb7d3
3939
bin: bin/clusterctl-operator
4040
- selector:
4141
matchLabels:
4242
os: windows
4343
arch: amd64
44-
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.19.0/clusterctl-operator_v0.19.0_windows_amd64.tar.gz
45-
sha256: 20fd5720ac89e23e3f9a79b4d5de970bc654b1f23f2b4efe113e0806a06ba388
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_windows_amd64.tar.gz
45+
sha256: 421565dd4f2e469ee16fcbeec4dce385e7ac7f0f81ad8aed965bc6fe961c94e5
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)