Skip to content

Commit 324c696

Browse files
authored
Merge pull request #936 from furkatgofurov7/index-v0.24.1
🌱 Update helm chart index.yaml to v0.24.1
2 parents 5ce0035 + 63e5106 commit 324c696

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.24.1
6+
created: "2025-11-27T18:31:10.424337+02:00"
7+
description: Cluster API Operator
8+
digest: 44ea363c5037f73eb53ea4e9808d8f953b5d232086df39c768f82b60fa5d03b4
9+
name: cluster-api-operator
10+
type: application
11+
urls:
12+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/cluster-api-operator-0.24.1.tgz
13+
version: 0.24.1
414
- apiVersion: v2
515
appVersion: 0.24.0
616
created: "2025-10-03T09:37:25.508982+02:00"
@@ -366,4 +376,4 @@ entries:
366376
urls:
367377
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
368378
version: 0.2.0
369-
generated: "2025-10-03T09:37:25.509367+02:00"
379+
generated: "2025-11-27T18:31:10.424564+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.24.0
6+
version: v0.24.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.24.0/clusterctl-operator_v0.24.0_darwin_amd64.tar.gz
17-
sha256: d19837a0c3bc29fab1dbf9606d63f667d6c7d36577e424b3845c62d24f8a1b90
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/clusterctl-operator_v0.24.1_darwin_amd64.tar.gz
17+
sha256: 32dc336befa466b08d186d050580f16e20549043fa590ca9aaa5de7791fef72f
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.24.0/clusterctl-operator_v0.24.0_darwin_arm64.tar.gz
24-
sha256: d6b9b64c26b7dcac70a9e3e7934320f5ad9073a36e3f606bc9041b04385b6d97
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/clusterctl-operator_v0.24.1_darwin_arm64.tar.gz
24+
sha256: 5112be9f631c47e5f9866ba1ea774b970cc6ce4093205d0448b6605d5b49bed8
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.24.0/clusterctl-operator_v0.24.0_linux_amd64.tar.gz
31-
sha256: 2ed1a7c7ae728cfdff1311876c74dc912bac9b9d08e04122be992e9a7103cce2
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/clusterctl-operator_v0.24.1_linux_amd64.tar.gz
31+
sha256: 88ccc7bdf54221188eb0b368b94cb4ca84ea9dd3afd2ddc56d7aaf0aaef16c8a
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.24.0/clusterctl-operator_v0.24.0_linux_arm64.tar.gz
38-
sha256: 1262c049e80dec144951dc07007ac428813d01be9529744aec1bbaff9aab17bf
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/clusterctl-operator_v0.24.1_linux_arm64.tar.gz
38+
sha256: 836b816a286a34e6c54ec73b1a51ebedcfe353b03eea4914629c1df71f385cc1
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.24.0/clusterctl-operator_v0.24.0_windows_amd64.tar.gz
45-
sha256: 58597dcab17117ea88fe38ef3b4f999377f1ea59807710dd44d68310f9e72ba3
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.24.1/clusterctl-operator_v0.24.1_windows_amd64.tar.gz
45+
sha256: 3d0ca17ca8dd0255007456223aa494c138ddc33f693aa0fdd890ad57a8d8458d
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)