Skip to content

Commit

Permalink
Merge pull request #2767 from highlander-ci-bot/create-pull-request/p…
Browse files Browse the repository at this point in the history
…atch-1688737260

Update EKS operator to v1.2.2-rc2
  • Loading branch information
salasberryfin authored Jul 10, 2023
2 parents c92e66c + de4aa8d commit 4c8169a
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 19 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-eks-operator-crd
apiVersion: v2
appVersion: 1.2.0
appVersion: 1.2.2-rc2
description: EKS Operator CustomResourceDefinitions
name: rancher-eks-operator-crd
version: 102.1.1+up1.2.0
version: 102.1.2+up1.2.2-rc2
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ spec:
displayName:
nullable: true
type: string
ebsCSIDriver:
nullable: true
type: boolean
imported:
type: boolean
kmsKey:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ annotations:
catalog.cattle.io/release-name: rancher-eks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.2.0
appVersion: 1.2.2-rc2
description: A Helm chart for provisioning EKS clusters
home: https://github.com/rancher/eks-operator
name: rancher-eks-operator
sources:
- https://github.com/rancher/eks-operator
version: 102.1.1+up1.2.0
version: 102.1.2+up1.2.2-rc2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
eksOperator:
image:
repository: rancher/eks-operator
tag: v1.2.0
tag: v1.2.2-rc2

httpProxy: ""
httpsProxy: ""
Expand Down
20 changes: 10 additions & 10 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6888,17 +6888,17 @@ entries:
catalog.cattle.io/release-name: rancher-eks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.2.0
created: "2023-06-02T21:01:14.025204-07:00"
appVersion: 1.2.2-rc2
created: "2023-07-07T13:40:56.573426188Z"
description: A Helm chart for provisioning EKS clusters
digest: 4f99f24059f3edd583e83155edd614b7a3f4ad5852d73bd1b294315748731cfd
digest: 72afa6301fd84f3860f6be3886b9454ae78d8be445b35d8917c6cc2edbc23c39
home: https://github.com/rancher/eks-operator
name: rancher-eks-operator
sources:
- https://github.com/rancher/eks-operator
urls:
- assets/rancher-eks-operator/rancher-eks-operator-102.1.1+up1.2.0.tgz
version: 102.1.1+up1.2.0
- assets/rancher-eks-operator/rancher-eks-operator-102.1.2+up1.2.2-rc2.tgz
version: 102.1.2+up1.2.2-rc2
- annotations:
catalog.cattle.io/auto-install: rancher-eks-operator-crd=match
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -7146,14 +7146,14 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-eks-operator-crd
apiVersion: v2
appVersion: 1.2.0
created: "2023-06-02T21:01:24.433911-07:00"
appVersion: 1.2.2-rc2
created: "2023-07-07T13:40:58.127657334Z"
description: EKS Operator CustomResourceDefinitions
digest: fd42e29f6eefa3b68b29f87298a558223708b458269924ce03b4f00dd5e7ef90
digest: a753cefed6efd725e1e4175d1491754fc9c02a836a0059ab2e18c0a04e18aa4b
name: rancher-eks-operator-crd
urls:
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-102.1.1+up1.2.0.tgz
version: 102.1.1+up1.2.0
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-102.1.2+up1.2.2-rc2.tgz
version: 102.1.2+up1.2.2-rc2
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.2.0/rancher-eks-operator-crd-1.2.0.tgz
version: 102.1.1
url: https://github.com/rancher/eks-operator/releases/download/v1.2.2-rc2/rancher-eks-operator-crd-1.2.2-rc2.tgz
version: 102.1.2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/rancher/eks-operator/releases/download/v1.2.0/rancher-eks-operator-1.2.0.tgz
version: 102.1.1
url: https://github.com/rancher/eks-operator/releases/download/v1.2.2-rc2/rancher-eks-operator-1.2.2-rc2.tgz
version: 102.1.2
6 changes: 6 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ rancher-cis-benchmark:
- 4.2.0-rc1
rancher-cis-benchmark-crd:
- 4.2.0-rc1
rancher-eks-operator:
- 102.1.1+up1.2.0
- 102.1.2+up1.2.2-rc2
rancher-eks-operator-crd:
- 102.1.1+up1.2.0
- 102.1.2+up1.2.2-rc2

0 comments on commit 4c8169a

Please sign in to comment.