Skip to content

Commit 7879197

Browse files
authored
Merge pull request #504 from Danil-Grigorev/index-v0.10.1
🌱 Update helm chart index.yaml to v0.10.1
2 parents 505d465 + 21e0b8a commit 7879197

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.10.1
6+
created: "2024-04-29T15:54:40.160537215+02: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: b05b5a43e731a683be07d383ac5b7c67a45fceefd10f172a6bf89883267b49bd
14+
name: cluster-api-operator
15+
type: application
16+
urls:
17+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/cluster-api-operator-0.10.1.tgz
18+
version: 0.10.1
419
- apiVersion: v2
520
appVersion: 0.10.0
621
created: "2024-04-24T15:04:04.559104+02:00"
@@ -181,4 +196,4 @@ entries:
181196
urls:
182197
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
183198
version: 0.2.0
184-
generated: "2024-04-24T15:04:04.55914+02:00"
199+
generated: "2024-04-29T15:54:40.16059616+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.10.0
6+
version: v0.10.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.10.0/clusterctl-operator_v0.10.0_darwin_amd64.tar.gz
17-
sha256: 00273bf0d6db510da1c8ee7f82819e65575eef144bd615afe75c1a1bd9aec9e4
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/clusterctl-operator_v0.10.1_darwin_amd64.tar.gz
17+
sha256: 2800d8e6a9aaa23aed329f9ac28424422caa3e74afe72a4ee4f8fb8193f5f6af
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.10.0/clusterctl-operator_v0.10.0_darwin_arm64.tar.gz
24-
sha256: 899c3c5ade0155a7810f9fcc52a5f56d74e7e4632a7658b914a33067b4f9e09b
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/clusterctl-operator_v0.10.1_darwin_arm64.tar.gz
24+
sha256: 202ce22b8ab7da0091271d7653cbb07f80251d83ff33705a785f93eeb9b96cf2
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.10.0/clusterctl-operator_v0.10.0_linux_amd64.tar.gz
31-
sha256: 748bded2eedd48c5e06c6f21acaec2c820000122f01c025bd4d8dcdf2e5addf9
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/clusterctl-operator_v0.10.1_linux_amd64.tar.gz
31+
sha256: c57a6cdffd2aace261a3d8042a4217a0e9312f7337845743cea4aec4085a87d8
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.10.0/clusterctl-operator_v0.10.0_linux_arm64.tar.gz
38-
sha256: 2929b8951f46ffca233a2064d339f27cd8295b581116f6753e0dea7a93d1b338
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/clusterctl-operator_v0.10.1_linux_arm64.tar.gz
38+
sha256: c6238f6f5e99a19d6ce710e686f6a6abcfeec9af9cf78f7fbf18cd1efe5b6476
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.10.0/clusterctl-operator_v0.10.0_windows_amd64.tar.gz
45-
sha256: ec0281e110b2a4d0d85081485316776a09c3454f8e08827c4d0d661585307e9b
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.10.1/clusterctl-operator_v0.10.1_windows_amd64.tar.gz
45+
sha256: 89d2d8310ee233c1367ce49ec6b5c893c1748026a3fd5485409d0fcf99736174
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)