Merge pull request #2914 from highlander-ci-bot/create-pull-request/patch-1693307504

[v2.8] Update AKS operator to v1.2.0-rc2
pull/2915/head
Michal Jura 2023-08-29 13:27:03 +02:00 committed by GitHub
commit 2e29a56e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 19 additions and 21 deletions

View File

@ -6,7 +6,7 @@ annotations:
catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-aks-operator-crd catalog.cattle.io/release-name: rancher-aks-operator-crd
apiVersion: v2 apiVersion: v2
appVersion: 1.2.0-rc1 appVersion: 1.2.0-rc2
description: AKS Operator CustomResourceDefinitions description: AKS Operator CustomResourceDefinitions
name: rancher-aks-operator-crd name: rancher-aks-operator-crd
version: 103.0.0+up1.2.0-rc1 version: 103.0.0+up1.2.0-rc2

View File

@ -11,10 +11,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.2.0-rc1 appVersion: 1.2.0-rc2
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: 103.0.0+up1.2.0-rc1 version: 103.0.0+up1.2.0-rc2

View File

@ -5,7 +5,7 @@ global:
aksOperator: aksOperator:
image: image:
repository: rancher/aks-operator repository: rancher/aks-operator
tag: v1.2.0-rc1 tag: v1.2.0-rc2
httpProxy: "" httpProxy: ""
httpsProxy: "" httpsProxy: ""

View File

@ -4654,17 +4654,17 @@ entries:
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.2.0-rc1 appVersion: 1.2.0-rc2
created: "2023-08-22T11:32:33.716651+03:00" created: "2023-08-29T11:11:40.4445651Z"
description: A Helm chart for provisioning AKS clusters description: A Helm chart for provisioning AKS clusters
digest: d116445e5f79e3940902e3dd81680f662618e91dfd60f14921eaa049d52430ea digest: 3fa5c5e6ef317e53d1e80481911bd33b17e5be4b220fa5ff8a4e2f80d937f8c7
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
urls: urls:
- assets/rancher-aks-operator/rancher-aks-operator-103.0.0+up1.2.0-rc1.tgz - assets/rancher-aks-operator/rancher-aks-operator-103.0.0+up1.2.0-rc2.tgz
version: 103.0.0+up1.2.0-rc1 version: 103.0.0+up1.2.0-rc2
- annotations: - annotations:
catalog.cattle.io/auto-install: rancher-aks-operator-crd=match catalog.cattle.io/auto-install: rancher-aks-operator-crd=match
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
@ -4959,14 +4959,14 @@ entries:
catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-aks-operator-crd catalog.cattle.io/release-name: rancher-aks-operator-crd
apiVersion: v2 apiVersion: v2
appVersion: 1.2.0-rc1 appVersion: 1.2.0-rc2
created: "2023-08-22T11:32:35.184311+03:00" created: "2023-08-29T11:11:42.005459992Z"
description: AKS Operator CustomResourceDefinitions description: AKS Operator CustomResourceDefinitions
digest: a2442f52f73988d3eead4b8432739f9ed516100ff1be69e3e93685caf1d05de4 digest: 39d1080f5bdeae0c43fcefd54b256e5b83bec444f3617fee7927516b3e560ae6
name: rancher-aks-operator-crd name: rancher-aks-operator-crd
urls: urls:
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-103.0.0+up1.2.0-rc1.tgz - assets/rancher-aks-operator-crd/rancher-aks-operator-crd-103.0.0+up1.2.0-rc2.tgz
version: 103.0.0+up1.2.0-rc1 version: 103.0.0+up1.2.0-rc2
- annotations: - annotations:
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true" catalog.cattle.io/hidden: "true"

View File

@ -1,3 +1,2 @@
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc1/rancher-aks-operator-crd-1.2.0-rc1.tgz url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc2/rancher-aks-operator-crd-1.2.0-rc2.tgz
version: 103.0.0 version: 103.0.0
doNotRelease: false

View File

@ -1,3 +1,2 @@
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc1/rancher-aks-operator-1.2.0-rc1.tgz url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc2/rancher-aks-operator-1.2.0-rc2.tgz
version: 103.0.0 version: 103.0.0
doNotRelease: false

View File

@ -11,9 +11,9 @@ fleet-crd:
rancher-webhook: rancher-webhook:
- 103.0.0+up0.4.0-rc2 - 103.0.0+up0.4.0-rc2
rancher-aks-operator: rancher-aks-operator:
- 103.0.0+up1.2.0-rc1 - 103.0.0+up1.2.0-rc2
rancher-aks-operator-crd: rancher-aks-operator-crd:
- 103.0.0+up1.2.0-rc1 - 103.0.0+up1.2.0-rc2
rancher-gke-operator: rancher-gke-operator:
- 103.0.1+up1.2.0-rc1 - 103.0.1+up1.2.0-rc1
rancher-gke-operator-crd: rancher-gke-operator-crd: