mirror of https://git.rancher.io/charts
Merge pull request #1507 from cmurphy/aks-operator-1.0.2
Update aks-operator to 1.0.2pull/1508/head
commit
cf6c00dee0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,7 +5,7 @@ annotations:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-aks-operator-crd
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.2-rc1
|
||||
appVersion: 1.0.2
|
||||
description: AKS Operator CustomResourceDefinitions
|
||||
name: rancher-aks-operator-crd
|
||||
version: 100.0.1+up1.0.2-rc1
|
||||
version: 100.0.1+up1.0.2
|
|
@ -9,10 +9,10 @@ annotations:
|
|||
catalog.cattle.io/release-name: rancher-aks-operator
|
||||
catalog.cattle.io/scope: management
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.2-rc1
|
||||
appVersion: 1.0.2
|
||||
description: A Helm chart for provisioning AKS clusters
|
||||
home: https://github.com/rancher/aks-operator
|
||||
name: rancher-aks-operator
|
||||
sources:
|
||||
- https://github.com/rancher/aks-operator
|
||||
version: 100.0.1+up1.0.2-rc1
|
||||
version: 100.0.1+up1.0.2
|
|
@ -4,7 +4,7 @@ global:
|
|||
aksOperator:
|
||||
image:
|
||||
repository: rancher/aks-operator
|
||||
tag: v1.0.2-rc1
|
||||
tag: v1.0.2
|
||||
|
||||
httpProxy: ""
|
||||
httpsProxy: ""
|
20
index.yaml
20
index.yaml
|
@ -817,17 +817,17 @@ entries:
|
|||
catalog.cattle.io/release-name: rancher-aks-operator
|
||||
catalog.cattle.io/scope: management
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.2-rc1
|
||||
created: "2021-09-14T10:35:59.868148928-07:00"
|
||||
appVersion: 1.0.2
|
||||
created: "2021-09-27T16:09:08.406731052-07:00"
|
||||
description: A Helm chart for provisioning AKS clusters
|
||||
digest: f48e8366a975b95d1dcd92ae37319890892c2830c30a62bc978f2a87e3afa478
|
||||
digest: 756963b5366daa89106db55c19e21069361cfd4f166260b8bebae8508464ac5a
|
||||
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.1+up1.0.2-rc1.tgz
|
||||
version: 100.0.1+up1.0.2-rc1
|
||||
- assets/rancher-aks-operator/rancher-aks-operator-100.0.1+up1.0.2.tgz
|
||||
version: 100.0.1+up1.0.2
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-aks-operator-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -858,14 +858,14 @@ entries:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-aks-operator-crd
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.2-rc1
|
||||
created: "2021-09-14T10:35:29.045357872-07:00"
|
||||
appVersion: 1.0.2
|
||||
created: "2021-09-27T16:09:08.407068777-07:00"
|
||||
description: AKS Operator CustomResourceDefinitions
|
||||
digest: fae4993c999e8742584e165343a2f7087cef5889f86442cbecfa9eec66d5b6b2
|
||||
digest: 6b1c1dc25ace06fb856bcbbd1362e592d9044a648e3bd67a5351312e439c11e7
|
||||
name: rancher-aks-operator-crd
|
||||
urls:
|
||||
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-100.0.1+up1.0.2-rc1.tgz
|
||||
version: 100.0.1+up1.0.2-rc1
|
||||
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-100.0.1+up1.0.2.tgz
|
||||
version: 100.0.1+up1.0.2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.2-rc1/rancher-aks-operator-crd-1.0.2-rc1.tgz
|
||||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.2/rancher-aks-operator-crd-1.0.2.tgz
|
||||
version: 100.0.1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.2-rc1/rancher-aks-operator-1.0.2-rc1.tgz
|
||||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.2/rancher-aks-operator-1.0.2.tgz
|
||||
version: 100.0.1
|
||||
|
|
Loading…
Reference in New Issue