Skip to content

Commit b174f6c

Browse files
authored
Merge pull request #474 from Danil-Grigorev/index-v0.9.1
🌱 Update helm chart index.yaml to v0.9.1
2 parents 0a77748 + 08d0a29 commit b174f6c

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

index.yaml

+16-1
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.9.1
6+
created: "2024-03-21T17:53:34.40580074+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: 8938a1fdce07719b7dd087edcc9da9d633fa75b8014187321a496331bc655ac7
14+
name: cluster-api-operator
15+
type: application
16+
urls:
17+
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/cluster-api-operator-0.9.1.tgz
18+
version: 0.9.1
419
- apiVersion: v2
520
appVersion: 0.9.0
621
created: "2024-02-20T14:38:32.323241765+01:00"
@@ -136,4 +151,4 @@ entries:
136151
urls:
137152
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.2.0/cluster-api-operator-0.2.0.tgz
138153
version: 0.2.0
139-
generated: "2024-02-20T14:38:32.323265435+01:00"
154+
generated: "2024-03-21T17:53:34.405845221+01:00"

plugins/clusterctl-operator.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: operator
55
spec:
6-
version: v0.9.0
6+
version: v0.9.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.9.0/clusterctl-operator_v0.9.0_darwin_amd64.tar.gz
17-
sha256: 240447b2683f29f19ffdd21782837d8bd2037c71af51f93316981d7e508ead0d
16+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_darwin_amd64.tar.gz
17+
sha256: 5b485680cf16373e8bec978db740e14536578cd5e41f6d928546fe79334c28d1
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.9.0/clusterctl-operator_v0.9.0_darwin_arm64.tar.gz
24-
sha256: f5154dae4e608c92b3f762d97e6096bc8841c46baee701017521204539addec8
23+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_darwin_arm64.tar.gz
24+
sha256: e5ce33d9256c704c095efd32746a60f87a7c8a0aeb3a6baf8f882d82d96f3b3c
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.9.0/clusterctl-operator_v0.9.0_linux_amd64.tar.gz
31-
sha256: a0bba24b6fcde5ec754006cee3fafaf6d123506d7deb2fbb4fa9697167fb01c6
30+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_linux_amd64.tar.gz
31+
sha256: 6b3b453aceda1cc72ca572d2e84e7621332836c06378ba6c3a166a334d6b4bfc
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.9.0/clusterctl-operator_v0.9.0_linux_arm64.tar.gz
38-
sha256: ad0cb03762333aff5bcdcb968cb3c564ec5ed0b04ee7c1791ab205d23e8b4d4a
37+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_linux_arm64.tar.gz
38+
sha256: aa2599f694d5022e758d0aa112a26578d734337c156290b066803f1bc6dc747a
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.9.0/clusterctl-operator_v0.9.0_windows_amd64.tar.gz
45-
sha256: e251efd45d1cc02b57b2a6fd535d766efb4da0e773fbd66cbd8feaeaf2d1fcd2
44+
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_windows_amd64.tar.gz
45+
sha256: 8c957f92caebe030418a86c5ef85e9b3b03b88e900a8f897c091bb90cbc9be9a
4646
bin: bin/clusterctl-operator.exe
4747

4848

0 commit comments

Comments
 (0)