Skip to content

Commit

Permalink
Merge pull request #386 from Fedosin/index_080
Browse files Browse the repository at this point in the history
🌱 Update helm chart index.yaml
  • Loading branch information
k8s-ci-robot authored Jan 9, 2024
2 parents 92f1968 + 4dc9a5b commit 9a9a4c3
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
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.8.0
created: "2024-01-09T18:52:03.216917+01:00"
dependencies:
- condition: cert-manager.enabled
name: cert-manager
repository: https://charts.jetstack.io
version: v1.13.2
description: Cluster API Operator
digest: 0b6c48cf3946aacb04d9107dbdf51f3eb61bee22ea94810f4c7a6d1621ae48f1
name: cluster-api-operator
type: application
urls:
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/cluster-api-operator-0.8.0.tgz
version: 0.8.0
- apiVersion: v2
appVersion: 0.7.0
created: "2023-11-15T16:23:27.128661+01:00"
Expand Down Expand Up @@ -91,4 +106,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: "2023-11-15T16:23:27.128695+01:00"
generated: "2024-01-09T18:52:03.216932+01:00"
48 changes: 48 additions & 0 deletions plugins/clusterctl-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: operator
spec:
version: v0.8.0
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: |
Use this clusterctl plugin to bootstrap a management cluster for Cluster API with the Cluster API Operator.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_amd64.tar.gz
sha256: 98c1a85ff35cc0df1208c30fa2059cbc5a881d58ca13a4af5ca7f49e25fcb121
bin: clusterctl-operator
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_darwin_arm64.tar.gz
sha256: 93e7f0e3a0fbd30f132b167eff8f4b5f30e2a0dcc4efdd638eeeb98cb2eb6038
bin: clusterctl-operator
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_amd64.tar.gz
sha256: fe78cc5f7ca675b5d865e5fcea0176152e93044b40677814911e7d5546af227f
bin: clusterctl-operator
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_linux_arm64.tar.gz
sha256: 47e6fb9d9490baf4fe05506f3ba5c7c0905c34813e949a24484885771c36c66c
bin: clusterctl-operator
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.8.0/clusterctl-operator_v0.8.0_windows_amd64.tar.gz
sha256: 96e1a0bba6ccc61a7de15ec8c1c0a39c87510ed8a33c093c20e11923258f8668
bin: clusterctl-operator.exe


0 comments on commit 9a9a4c3

Please sign in to comment.