mirror of https://git.rancher.io/charts
Merge pull request #1289 from thedadams/bump-aks-v1.0.1-rc12
Bump aks-operator chart to 1.0.1-rc12pull/1290/head
commit
8400ee4596
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/os: linux
|
||||||
catalog.cattle.io/release-name: rancher-aks-operator-crd
|
catalog.cattle.io/release-name: rancher-aks-operator-crd
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.1-rc11
|
appVersion: 1.0.1-rc12
|
||||||
description: AKS Operator CustomResourceDefinitions
|
description: AKS Operator CustomResourceDefinitions
|
||||||
name: rancher-aks-operator-crd
|
name: rancher-aks-operator-crd
|
||||||
version: 1.0.0+up1.0.1-rc11
|
version: 100.0.0+up1.0.1-rc12
|
|
@ -165,6 +165,9 @@ spec:
|
||||||
phase:
|
phase:
|
||||||
nullable: true
|
nullable: true
|
||||||
type: string
|
type: string
|
||||||
|
rbacEnabled:
|
||||||
|
nullable: true
|
||||||
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
version: v1
|
version: v1
|
|
@ -9,10 +9,10 @@ annotations:
|
||||||
catalog.cattle.io/release-name: rancher-aks-operator
|
catalog.cattle.io/release-name: rancher-aks-operator
|
||||||
catalog.cattle.io/scope: management
|
catalog.cattle.io/scope: management
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.1-rc11
|
appVersion: 1.0.1-rc12
|
||||||
description: A Helm chart for provisioning AKS clusters
|
description: A Helm chart for provisioning AKS clusters
|
||||||
home: https://github.com/rancher/aks-operator
|
home: https://github.com/rancher/aks-operator
|
||||||
name: rancher-aks-operator
|
name: rancher-aks-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rancher/aks-operator
|
- https://github.com/rancher/aks-operator
|
||||||
version: 1.0.0+up1.0.1-rc11
|
version: 100.0.0+up1.0.1-rc12
|
|
@ -4,7 +4,7 @@ global:
|
||||||
aksOperator:
|
aksOperator:
|
||||||
image:
|
image:
|
||||||
repository: rancher/aks-operator
|
repository: rancher/aks-operator
|
||||||
tag: v1.0.1-rc11
|
tag: v1.0.1-rc12
|
||||||
|
|
||||||
httpProxy: ""
|
httpProxy: ""
|
||||||
httpsProxy: ""
|
httpsProxy: ""
|
380
index.yaml
380
index.yaml
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.1-rc11/rancher-aks-operator-crd-1.0.1-rc11.tgz
|
url: https://github.com/rancher/aks-operator/releases/download/v1.0.1-rc12/rancher-aks-operator-crd-1.0.1-rc12.tgz
|
||||||
version: 1.0.0
|
version: 100.0.0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/rancher/aks-operator/releases/download/v1.0.1-rc11/rancher-aks-operator-1.0.1-rc11.tgz
|
url: https://github.com/rancher/aks-operator/releases/download/v1.0.1-rc12/rancher-aks-operator-1.0.1-rc12.tgz
|
||||||
version: 1.0.0
|
version: 100.0.0
|
||||||
|
|
Loading…
Reference in New Issue