mirror of https://git.rancher.io/charts
Fix aks operator v1.0.6-rc2 deploy (#1940)
Co-authored-by: Anna Blendermann <anna.blendermann@suse.com>pull/1948/head
parent
1d4e3eb702
commit
a1a71551fb
Binary file not shown.
Binary file not shown.
20
index.yaml
20
index.yaml
|
@ -1581,17 +1581,17 @@ entries:
|
|||
catalog.cattle.io/release-name: rancher-aks-operator
|
||||
catalog.cattle.io/scope: management
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.6-rc1
|
||||
created: "2022-05-31T14:52:25.848443-04:00"
|
||||
appVersion: 1.0.6-rc2
|
||||
created: "2022-06-14T17:20:48.999901-04:00"
|
||||
description: A Helm chart for provisioning AKS clusters
|
||||
digest: c5a6dc9382cd4f2bf1b1550382e5ff8162ad30dab2cb773c80fc405307cc1b82
|
||||
digest: 06eacbe77b92d81e8dd98b6b6bf7b0ffae4b810ca86fbbf7f433e8b015556fe8
|
||||
home: https://github.com/rancher/aks-operator
|
||||
name: rancher-aks-operator
|
||||
sources:
|
||||
- https://github.com/rancher/aks-operator
|
||||
urls:
|
||||
- assets/rancher-aks-operator/rancher-aks-operator-100.0.5+up1.0.6-rc1.tgz
|
||||
version: 100.0.5+up1.0.6-rc1
|
||||
- assets/rancher-aks-operator/rancher-aks-operator-100.0.5+up1.0.6-rc2.tgz
|
||||
version: 100.0.5+up1.0.6-rc2
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-aks-operator-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -1716,14 +1716,14 @@ entries:
|
|||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/release-name: rancher-aks-operator-crd
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.6-rc1
|
||||
created: "2022-05-31T14:52:26.834225-04:00"
|
||||
appVersion: 1.0.6-rc2
|
||||
created: "2022-06-14T17:20:49.003227-04:00"
|
||||
description: AKS Operator CustomResourceDefinitions
|
||||
digest: 7497b5034e4eba35cf24ab599dced5e7722a7c934ded0b74998a7843b345dd42
|
||||
digest: acefeb8990f93a1f0e48b86d28a83d7d503b68ef6a7246345e414cb382f16094
|
||||
name: rancher-aks-operator-crd
|
||||
urls:
|
||||
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-100.0.5+up1.0.6-rc1.tgz
|
||||
version: 100.0.5+up1.0.6-rc1
|
||||
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-100.0.5+up1.0.6-rc2.tgz
|
||||
version: 100.0.5+up1.0.6-rc2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -13,10 +13,8 @@ rancher-gatekeeper:
|
|||
rancher-gatekeeper-crd:
|
||||
- 100.1.1+up3.7.1
|
||||
rancher-aks-operator:
|
||||
- 100.0.5+up1.0.6-rc1
|
||||
- 100.0.5+up1.0.6-rc2
|
||||
rancher-aks-operator-crd:
|
||||
- 100.0.5+up1.0.6-rc1
|
||||
- 100.0.5+up1.0.6-rc2
|
||||
rancher-csp-adapter:
|
||||
- 0.1.0+up0.1.0-rc8
|
||||
|
|
Loading…
Reference in New Issue