Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EKS operator to v1.2.2-rc2 #2759

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6779,17 +6779,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-06T08:19:03.318304781Z"
description: A Helm chart for provisioning EKS clusters
digest: 4f99f24059f3edd583e83155edd614b7a3f4ad5852d73bd1b294315748731cfd
digest: 8bfde3c4620a4d823b223cbd7a881ce34d930e746531a18612befd0b621e419a
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 @@ -7037,14 +7037,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-06T08:19:05.560545897Z"
description: EKS Operator CustomResourceDefinitions
digest: fd42e29f6eefa3b68b29f87298a558223708b458269924ce03b4f00dd5e7ef90
digest: 4ab28f0d6586b37e3fcc7725581636980dc4fb3a556ad9971cfe38693e99de53
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
Loading