Skip to content

Commit

Permalink
Merge pull request #621 from kubernetes-sigs/index-v0.14.0
Browse files Browse the repository at this point in the history
🌱 Update helm chart index.yaml to v0.14.0
  • Loading branch information
k8s-ci-robot authored Oct 10, 2024
2 parents 4cb6d7b + 3a2fa85 commit 2d23589
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
12 changes: 11 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
apiVersion: v1
entries:
cluster-api-operator:
- apiVersion: v2
appVersion: 0.14.0
created: "2024-10-09T19:42:11.812579+03:00"
description: Cluster API Operator
digest: 10bc13a27280b58158c2dafc2d72e73978d2dc1dc63b20093f49355e45b4d523
name: cluster-api-operator
type: application
urls:
- https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/cluster-api-operator-0.14.0.tgz
version: 0.14.0
- apiVersion: v2
appVersion: 0.13.0
created: "2024-09-03T17:55:47.133363463+02:00"
Expand Down Expand Up @@ -226,4 +236,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-09-03T17:55:47.133458044+02:00"
generated: "2024-10-09T19:42:11.812675+03:00"
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.13.0
version: v0.14.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: |
Expand All @@ -13,36 +13,36 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.13.0/clusterctl-operator_v0.13.0_darwin_amd64.tar.gz
sha256: 045b36cc4429ec96d0e1c83a4043d6aa91b8d810a787cb23f338ff0b380b88b6
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/clusterctl-operator_v0.14.0_darwin_amd64.tar.gz
sha256: a8c2c1480ad75c9a72ca68d35e383def7fcc8e8ed6936bcec71c5e8dfa7a33c1
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.13.0/clusterctl-operator_v0.13.0_darwin_arm64.tar.gz
sha256: b12b2098fce1c43f1ff32cc0114f90a2f0d194998146fa3af95be532769251fa
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/clusterctl-operator_v0.14.0_darwin_arm64.tar.gz
sha256: be030376b92c143be532399c0bd5eb35ae3a2f0c481f3858e63cee8569ecaa39
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.13.0/clusterctl-operator_v0.13.0_linux_amd64.tar.gz
sha256: 5ae09c69434ed8ad5a3b632b4052592815f8f49a4bad8d6f3c883da541dcfe84
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/clusterctl-operator_v0.14.0_linux_amd64.tar.gz
sha256: 684e04304ef5cb745c3cb56b54ec815f936ca27c4510c007422a9dc549c3ffde
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.13.0/clusterctl-operator_v0.13.0_linux_arm64.tar.gz
sha256: 0bb150f5c673a3a9a6e4fda65957811b13570cf12936c8dfc86495ddc634670b
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/clusterctl-operator_v0.14.0_linux_arm64.tar.gz
sha256: ed63a6d0daf7dc5149053215b0d54d0dbf9de298d1c74f52af93f228fd710834
bin: bin/clusterctl-operator
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.13.0/clusterctl-operator_v0.13.0_windows_amd64.tar.gz
sha256: bfc47837a1992ea22e44a94b10f7ea02a319370318a5adb488d5c81aac5e3064
uri: https://github.com/kubernetes-sigs/cluster-api-operator/releases/download/v0.14.0/clusterctl-operator_v0.14.0_windows_amd64.tar.gz
sha256: f0434e1f50cf01b9920e6052b03c8bea7c4c1529df50b82e21a7ff6a83bff8fb
bin: bin/clusterctl-operator.exe


0 comments on commit 2d23589

Please sign in to comment.