Skip to content

Commit c874da0

Browse files
authored
Merge pull request #778 from kubernetes-sigs/index-v0.18.1
🌱 Update helm chart index.yaml to v0.18.1
2 parents f275e2b + b6aed7d commit c874da0

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.18.1
6+
created: "2025-04-02T11:43:16.092682+03:00"
7+
description: Cluster API Operator
8+
digest: f157851bc2aeb90fbfde3343930eb350b339fc7349936699e2f539d46ac0a083
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/cluster-api-operator-0.18.1.tgz
13+
version: 0.18.1
414
- apiVersion: v2
515
appVersion: 0.18.0
616
created: "2025-03-28T12:52:26.014183+02:00"
@@ -296,4 +306,4 @@ entries:
296306
urls:
297307
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
298308
version: 0.2.0
299-
generated: "2025-03-28T12:52:26.014341+02:00"
309+
generated: "2025-04-02T11:43:16.092789+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.18.0
6+
version: v0.18.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.18.0/clusterctl-operator_v0.18.0_darwin_amd64.tar.gz
17-
sha256: 0aa86c0396dd5c452ef29ec67458ba0325a840ce6907041be47605e6e113bbb7
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/clusterctl-operator_v0.18.1_darwin_amd64.tar.gz
17+
sha256: 49ff47935465deb8446b957ffa551008e603102d568d12dfaf00ef76a3bdda53
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.18.0/clusterctl-operator_v0.18.0_darwin_arm64.tar.gz
24-
sha256: df4beb5be3638273194405e9a76c01e18407056fe72a5ec521660dd4bc965196
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/clusterctl-operator_v0.18.1_darwin_arm64.tar.gz
24+
sha256: e966756f41a1f0b4328902d15e7972d06999a959f758247e5e6a2e4a5e5d8a7b
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.18.0/clusterctl-operator_v0.18.0_linux_amd64.tar.gz
31-
sha256: 2cc32a4c4b679fc917a6bd4973f8b92cc0495c7307671ebbbd8fb26df7fed728
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/clusterctl-operator_v0.18.1_linux_amd64.tar.gz
31+
sha256: 9ccd83943dc83240d313842e2f4bedf5c8f412c0462f7acfdff8852411c78210
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.18.0/clusterctl-operator_v0.18.0_linux_arm64.tar.gz
38-
sha256: 2cdd95a4f0e57164c9be68e63d9ea7ca62fdddde9bf896a41925900eeb8f62bf
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/clusterctl-operator_v0.18.1_linux_arm64.tar.gz
38+
sha256: 011c0eeb4663613f9ffa3379a19d0c21ff36f868a846149131800f11aefa219d
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.18.0/clusterctl-operator_v0.18.0_windows_amd64.tar.gz
45-
sha256: 26dca1210dcf21a8d90ae15f4eeb19118f55b832a97ba627f4fbd4b92b4a20ad
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.18.1/clusterctl-operator_v0.18.1_windows_amd64.tar.gz
45+
sha256: f7655dde21786dc50605d66de88db155af06beb67c600719dde3b3667189c707
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)