Skip to content

Commit 156401a

Browse files
authored
Merge pull request #1003 from alexander-demicev/index-v0.26.0
🌱 Update helm chart index.yaml to v0.26.0
2 parents fa7216c + 6240c4e commit 156401a

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.26.0
6+
created: "2026-03-06T18:06:42.705926+01:00"
7+
description: Cluster API Operator
8+
digest: 30e02a682eefb9c3ad09872d7d20d8de80294e64bfa1b0ca75183e2933ccf03b
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/cluster-api-operator-0.26.0.tgz
13+
version: 0.26.0
414
- apiVersion: v2
515
appVersion: 0.25.0
616
created: "2026-01-30T12:03:37.644312+01:00"
@@ -386,4 +396,4 @@ entries:
386396
urls:
387397
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
388398
version: 0.2.0
389-
generated: "2026-01-30T12:03:37.644753+01:00"
399+
generated: "2026-03-06T18:06:42.706496+01: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.25.0
6+
version: v0.26.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.25.0/clusterctl-operator_v0.25.0_darwin_amd64.tar.gz
17-
sha256: ac29b9756a2e10f888afe895b01a34002d605fee5e55fe9bd3ea77b9c0967528
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/clusterctl-operator_v0.26.0_darwin_amd64.tar.gz
17+
sha256: d908aaaec1e41ecdd29deb975465483ed9ffbe7c42302f0d3af1c0b6fa446930
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.25.0/clusterctl-operator_v0.25.0_darwin_arm64.tar.gz
24-
sha256: ecf52b0f6ac786f433ed0c00a89df8b940d09741ed1b72ba192cb6d89562ee39
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/clusterctl-operator_v0.26.0_darwin_arm64.tar.gz
24+
sha256: 06171318e918c1bcf629c79865ca75a09d131fa4dc90958770835d9b101d5d9c
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.25.0/clusterctl-operator_v0.25.0_linux_amd64.tar.gz
31-
sha256: 41d536e2ccf041c9bb2754fa19e659c428d37194138814743a57de364d133f7d
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/clusterctl-operator_v0.26.0_linux_amd64.tar.gz
31+
sha256: 4c9e21bb5b8e543ef1bd4ea7add1a4b7a14e9fe1cb2d0b2dee15327539bbf4ec
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.25.0/clusterctl-operator_v0.25.0_linux_arm64.tar.gz
38-
sha256: ddff4d076ef63cdaab90ad4c6df4ec9b331671c3fa20a0a8f970d5b868466186
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/clusterctl-operator_v0.26.0_linux_arm64.tar.gz
38+
sha256: 881e603b4a4bf7b69d691529d38b2f73685dea536ded62b1bd2965b7fa72c8e1
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.25.0/clusterctl-operator_v0.25.0_windows_amd64.tar.gz
45-
sha256: 3c2b1dfd0dbbde90f4761113591d30b055ae51584d32d3d8d008434e8f509cb5
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.26.0/clusterctl-operator_v0.26.0_windows_amd64.tar.gz
45+
sha256: 0b8897486b4ed4aefaa224969a892d094843c69e4c03e357a1796a10affa9275
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)