Skip to content

Commit f9b8ae9

Browse files
authored
Merge pull request #393 from Fedosin/index_081
🌱 Update helm chart index.yaml
2 parents 2b872b0 + f3ccbe2 commit f9b8ae9

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
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.1
6+
created: "2024-01-16T15:24:33.300805+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: ae05ef3369efdf0e296aaa149545614a0caf25c9a7eb52deb1c8a6118e7692bd
14+
name: cluster-api-operator
15+
type: application
16+
urls:
17+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/cluster-api-operator-0.8.1.tgz
18+
version: 0.8.1
419
- apiVersion: v2
520
appVersion: 0.8.0
621
created: "2024-01-09T18:52:03.216917+01:00"
@@ -106,4 +121,4 @@ entries:
106121
urls:
107122
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
108123
version: 0.2.0
109-
generated: "2024-01-09T18:52:03.216932+01:00"
124+
generated: "2024-01-16T15:24:33.300838+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.8.0
6+
version: v0.8.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.8.0/clusterctl-operator_v0.8.0_darwin_amd64.tar.gz
17-
sha256: 98c1a85ff35cc0df1208c30fa2059cbc5a881d58ca13a4af5ca7f49e25fcb121
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/clusterctl-operator_v0.8.1_darwin_amd64.tar.gz
17+
sha256: ef425a7127393373f24b528582438f49cec11217e4f9b90943533b92c4b88ad4
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.8.0/clusterctl-operator_v0.8.0_darwin_arm64.tar.gz
24-
sha256: 93e7f0e3a0fbd30f132b167eff8f4b5f30e2a0dcc4efdd638eeeb98cb2eb6038
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/clusterctl-operator_v0.8.1_darwin_arm64.tar.gz
24+
sha256: 522fc49fe64083bbf1cfd1a2fe8f1959f7bd373bd897dad55b66bb047270501c
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.8.0/clusterctl-operator_v0.8.0_linux_amd64.tar.gz
31-
sha256: fe78cc5f7ca675b5d865e5fcea0176152e93044b40677814911e7d5546af227f
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/clusterctl-operator_v0.8.1_linux_amd64.tar.gz
31+
sha256: f8f7e604a1e9fff9e2af3856faa17949d424669b41e3fa757042ccf33d1c5af2
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.8.0/clusterctl-operator_v0.8.0_linux_arm64.tar.gz
38-
sha256: 47e6fb9d9490baf4fe05506f3ba5c7c0905c34813e949a24484885771c36c66c
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/clusterctl-operator_v0.8.1_linux_arm64.tar.gz
38+
sha256: 013add218914c388b771ccc67da01a88610d13b4a63b6595c930f2fa44878aac
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.8.0/clusterctl-operator_v0.8.0_windows_amd64.tar.gz
45-
sha256: 96e1a0bba6ccc61a7de15ec8c1c0a39c87510ed8a33c093c20e11923258f8668
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.1/clusterctl-operator_v0.8.1_windows_amd64.tar.gz
45+
sha256: aaa614923edc4e95f9dfb2621e706b21a7752a623ba0f21bae2791054f3ebfaa
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)