Skip to content

Commit 3d87b77

Browse files
authored
Merge pull request #746 from kubernetes-sigs/index-v0.17.1
🌱 Update helm chart index.yaml to v0.17.1
2 parents 879f013 + e9a7c5b commit 3d87b77

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.17.1
6+
created: "2025-03-12T19:30:41.723785+02:00"
7+
description: Cluster API Operator
8+
digest: 4e17d16280e822fdf791f16c9a61c256131cc448b3180c8775ddac1fd132412a
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/cluster-api-operator-0.17.1.tgz
13+
version: 0.17.1
414
- apiVersion: v2
515
appVersion: 0.17.0
616
created: "2025-02-25T13:51:38.448694+02:00"
@@ -276,4 +286,4 @@ entries:
276286
urls:
277287
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
278288
version: 0.2.0
279-
generated: "2025-02-25T13:51:38.448763+02:00"
289+
generated: "2025-03-12T19:30:41.723914+02: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.17.0
6+
version: v0.17.1
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.17.0/clusterctl-operator_v0.17.0_darwin_amd64.tar.gz
17-
sha256: 817f6ae4b0da78b0de1d10284d968385eded72f9134f550f6c34eb763ce49695
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/clusterctl-operator_v0.17.1_darwin_amd64.tar.gz
17+
sha256: ba58fbdf5b79689573e87443801b6a89d3720bdca519cfc9808a83db13c5eef4
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.17.0/clusterctl-operator_v0.17.0_darwin_arm64.tar.gz
24-
sha256: a5cbfdaf94ea3a8cb527fd0dd70df0cd2e525026cd6d35f60bdb60ee1fc43cd4
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/clusterctl-operator_v0.17.1_darwin_arm64.tar.gz
24+
sha256: 6bc7002f6b96320f51835925a43302085b8e11bf4ab3e515da46ca665c223703
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.17.0/clusterctl-operator_v0.17.0_linux_amd64.tar.gz
31-
sha256: 084329813478b233c36ba01f4a8273846ab9a23450fed4036fa71a55503f65a4
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/clusterctl-operator_v0.17.1_linux_amd64.tar.gz
31+
sha256: e2b9b2bb0208e2612ac3cbeaa2cda3881128394b7ca6c1644cf946170f2dac04
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.17.0/clusterctl-operator_v0.17.0_linux_arm64.tar.gz
38-
sha256: 36b4489911b981d8c1fbe7eca086c0f8a5f385829fadc22fd2a30ce97665a9c3
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/clusterctl-operator_v0.17.1_linux_arm64.tar.gz
38+
sha256: f980e00fa92dd9ec5647794d51c8064d38be78c0d8d58212874f3b07eb7bdba7
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.17.0/clusterctl-operator_v0.17.0_windows_amd64.tar.gz
45-
sha256: 0d20111f827a87582497208b82daf8ab8c3dcaea27aeea536c22b6bf912ab02c
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.17.1/clusterctl-operator_v0.17.1_windows_amd64.tar.gz
45+
sha256: 42376a61146fc73394d92392744c22f652ba94afe1a80890c77b020e1b438254
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)