Skip to content

🌱 Update helm chart index.yaml to v0.21.0 #838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
cluster-api-operator:
- apiVersion: v2
appVersion: 0.21.0
created: "2025-06-26T12:49:49.622466037+02:00"
description: Cluster API Operator
digest: e03fb5932fd1a7e5f4d3dd89991f361265e1981e370ece26493a4070b17961b5
name: cluster-api-operator
type: application
urls:
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/cluster-api-operator-0.21.0.tgz
version: 0.21.0
- apiVersion: v2
appVersion: 0.20.0
created: "2025-05-28T11:51:22.831448+03:00"
Expand Down Expand Up @@ -326,4 +336,4 @@ entries:
urls:
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
version: 0.2.0
generated: "2025-05-28T11:51:22.831564+03:00"
generated: "2025-06-26T12:49:49.622681435+02:00"
22 changes: 11 additions & 11 deletions plugins/clusterctl-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: operator
spec:
version: v0.20.0
version: v0.21.0
homepage: https://github.com/kubernetes-sigs/cluster-api-operator
shortDescription: Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
description: |
Expand All @@ -13,36 +13,36 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_darwin_amd64.tar.gz
sha256: 1b450f98e0fe1727644b3ecc581ea5ab403404d8aae285cc1b800cbe784ae78b
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/clusterctl-operator_v0.21.0_darwin_amd64.tar.gz
sha256: 62a3173ea7f738d81327e3e3c80f6992df8f75e0c5378f4abf7f45a75baa6015
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_darwin_arm64.tar.gz
sha256: 019324657878dac829997a16448f406d1444af16389aabe96175b5aa4c14470b
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/clusterctl-operator_v0.21.0_darwin_arm64.tar.gz
sha256: 1f43550f20b50c6cc3e0143167debeaed18a46cd6e8e93b78191dbc164cae9c0
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_linux_amd64.tar.gz
sha256: a8cbcf3f2d34f72d415dba4d75c5a6a358fe96572a4ff296857b12aa8c912c60
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/clusterctl-operator_v0.21.0_linux_amd64.tar.gz
sha256: a7e7c53411fb14f3b52c6290f00ae4a306d3ccb53ee0f13cfbe1b4634a421a66
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_linux_arm64.tar.gz
sha256: d80cef15d54da5e933f54ac16cc14589d3474b92185054c1acf23c5a68dfb7d3
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/clusterctl-operator_v0.21.0_linux_arm64.tar.gz
sha256: 5b1b0d1f22fb49151c9a0925eb481164b335f5a253f4dfebd46cc37d4ccd01c4
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.20.0/clusterctl-operator_v0.20.0_windows_amd64.tar.gz
sha256: 421565dd4f2e469ee16fcbeec4dce385e7ac7f0f81ad8aed965bc6fe961c94e5
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.21.0/clusterctl-operator_v0.21.0_windows_amd64.tar.gz
sha256: 3d7abadce8364655efd3485af4b9430b4bf286dd50b79721e5ba26f0b8133535
bin: bin/clusterctl-operator.exe


Loading