Skip to content

Commit

Permalink
Merge pull request #485 from kubernetes-sigs/index-v0.9.2
Browse files Browse the repository at this point in the history
馃尡 Update helm chart index.yaml to v0.9.2
  • Loading branch information
k8s-ci-robot committed Apr 9, 2024
2 parents c7b2109 + a86c8ee commit b25422b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
17 changes: 16 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
apiVersion: v1
entries:
cluster-api-operator:
- apiVersion: v2
appVersion: 0.9.2
created: "2024-04-09T10:27:19.360479411Z"
dependencies:
- condition: cert-manager.enabled
name: cert-manager
repository: https://charts.jetstack.io
version: v1.13.2
description: Cluster API Operator
digest: 750d54b48bedec3c7f8c32d75976ae147c59aff44a7891df71c873618272a99b
name: cluster-api-operator
type: application
urls:
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/cluster-api-operator-0.9.2.tgz
version: 0.9.2
- apiVersion: v2
appVersion: 0.9.1
created: "2024-03-21T17:53:34.40580074+01:00"
Expand Down Expand Up @@ -151,4 +166,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: "2024-03-21T17:53:34.405845221+01:00"
generated: "2024-04-09T10:27:19.360522631Z"
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.9.1
version: v0.9.2
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.9.1/clusterctl-operator_v0.9.1_darwin_amd64.tar.gz
sha256: 5b485680cf16373e8bec978db740e14536578cd5e41f6d928546fe79334c28d1
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/clusterctl-operator_v0.9.2_darwin_amd64.tar.gz
sha256: 46cb7e4d187657a29fdbb648454915aae17df80b9577e9bf911104be5cb1a043
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_darwin_arm64.tar.gz
sha256: e5ce33d9256c704c095efd32746a60f87a7c8a0aeb3a6baf8f882d82d96f3b3c
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/clusterctl-operator_v0.9.2_darwin_arm64.tar.gz
sha256: e3fbc85179a16bce3969feda3a2a51807417e83ccc91e9023a9e994aa728b912
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_linux_amd64.tar.gz
sha256: 6b3b453aceda1cc72ca572d2e84e7621332836c06378ba6c3a166a334d6b4bfc
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/clusterctl-operator_v0.9.2_linux_amd64.tar.gz
sha256: 1bf9fd181bc9777c12ef1caab586628001410cd1352ebc40ceaf8949cae68cff
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_linux_arm64.tar.gz
sha256: aa2599f694d5022e758d0aa112a26578d734337c156290b066803f1bc6dc747a
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/clusterctl-operator_v0.9.2_linux_arm64.tar.gz
sha256: 6e2af51739dff8e047037c21617ed5a53c3d015d070aabe998133205911642f5
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.1/clusterctl-operator_v0.9.1_windows_amd64.tar.gz
sha256: 8c957f92caebe030418a86c5ef85e9b3b03b88e900a8f897c091bb90cbc9be9a
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.9.2/clusterctl-operator_v0.9.2_windows_amd64.tar.gz
sha256: 55ea85115af247d75b97559cb6e2b34625b5eabd4d1f36d6e3122874d8402ae9
bin: bin/clusterctl-operator.exe


0 comments on commit b25422b

Please sign in to comment.