Skip to content

Commit 4dc9a5b

Browse files
committed
Update helm chart index.yaml
This PR updates index.yaml for v0.8.0. Automatically generated by make update-helm-repo.
1 parent 92f1968 commit 4dc9a5b

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

index.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
apiVersion: v1
22
entries:
33
cluster-api-operator:
4+
- apiVersion: v2
5+
appVersion: 0.8.0
6+
created: "2024-01-09T18:52:03.216917+01:00"
7+
dependencies:
8+
- condition: cert-manager.enabled
9+
name: cert-manager
10+
repository: https://charts.jetstack.io
11+
version: v1.13.2
12+
description: Cluster API Operator
13+
digest: 0b6c48cf3946aacb04d9107dbdf51f3eb61bee22ea94810f4c7a6d1621ae48f1
14+
name: cluster-api-operator
15+
type: application
16+
urls:
17+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/cluster-api-operator-0.8.0.tgz
18+
version: 0.8.0
419
- apiVersion: v2
520
appVersion: 0.7.0
621
created: "2023-11-15T16:23:27.128661+01:00"
@@ -91,4 +106,4 @@ entries:
91106
urls:
92107
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
93108
version: 0.2.0
94-
generated: "2023-11-15T16:23:27.128695+01:00"
109+
generated: "2024-01-09T18:52:03.216932+01:00"

plugins/clusterctl-operator.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
apiVersion: krew.googlecontainertools.github.com/v1alpha2
2+
kind: Plugin
3+
metadata:
4+
name: operator
5+
spec:
6+
version: v0.8.0
7+
homepage: https://github.com/kubernetes-sigs/cluster-api-operator
8+
shortDescription: Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
9+
description: |
10+
Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
11+
platforms:
12+
- selector:
13+
matchLabels:
14+
os: darwin
15+
arch: amd64
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_amd64.tar.gz
17+
sha256: 98c1a85ff35cc0df1208c30fa2059cbc5a881d58ca13a4af5ca7f49e25fcb121
18+
bin: clusterctl-operator
19+
- selector:
20+
matchLabels:
21+
os: darwin
22+
arch: arm64
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_arm64.tar.gz
24+
sha256: 93e7f0e3a0fbd30f132b167eff8f4b5f30e2a0dcc4efdd638eeeb98cb2eb6038
25+
bin: clusterctl-operator
26+
- selector:
27+
matchLabels:
28+
os: linux
29+
arch: amd64
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_amd64.tar.gz
31+
sha256: fe78cc5f7ca675b5d865e5fcea0176152e93044b40677814911e7d5546af227f
32+
bin: clusterctl-operator
33+
- selector:
34+
matchLabels:
35+
os: linux
36+
arch: arm64
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_arm64.tar.gz
38+
sha256: 47e6fb9d9490baf4fe05506f3ba5c7c0905c34813e949a24484885771c36c66c
39+
bin: clusterctl-operator
40+
- selector:
41+
matchLabels:
42+
os: windows
43+
arch: amd64
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_windows_amd64.tar.gz
45+
sha256: 96e1a0bba6ccc61a7de15ec8c1c0a39c87510ed8a33c093c20e11923258f8668
46+
bin: clusterctl-operator.exe
47+
48+

0 commit comments

Comments
 (0)