mirror of https://git.rancher.io/charts
Merge pull request #1778 from annablender/eks-security-group-fix2
Eks security group fix2pull/1781/head
commit
6f04b50d75
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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.1.3-rc2
|
||||
appVersion: 1.1.3-rc3
|
||||
description: EKS Operator CustomResourceDefinitions
|
||||
name: rancher-eks-operator-crd
|
||||
version: 100.0.2+up1.1.3-rc2
|
||||
version: 100.0.2+up1.1.3-rc3
|
|
@ -11,10 +11,10 @@ annotations:
|
|||
catalog.cattle.io/release-name: rancher-eks-operator
|
||||
catalog.cattle.io/scope: management
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.3-rc2
|
||||
appVersion: 1.1.3-rc3
|
||||
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: 100.0.2+up1.1.3-rc2
|
||||
version: 100.0.2+up1.1.3-rc3
|
|
@ -5,7 +5,7 @@ global:
|
|||
eksOperator:
|
||||
image:
|
||||
repository: rancher/eks-operator
|
||||
tag: v1.1.3-rc2
|
||||
tag: v1.1.3-rc3
|
||||
|
||||
httpProxy: ""
|
||||
httpsProxy: ""
|
20
index.yaml
20
index.yaml
|
@ -2463,17 +2463,17 @@ entries:
|
|||
catalog.cattle.io/release-name: rancher-eks-operator
|
||||
catalog.cattle.io/scope: management
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.3-rc2
|
||||
created: "2022-02-25T11:29:45.942260493+05:30"
|
||||
appVersion: 1.1.3-rc3
|
||||
created: "2022-02-28T11:36:23.935916-05:00"
|
||||
description: A Helm chart for provisioning EKS clusters
|
||||
digest: 22a1df45fe56dc208f23402fe416dfd8449c4816189b185a595d4042b7cc1c38
|
||||
digest: 73ce7e4aa5bec1532d49a6a5374730c4928e89f93da446e4bd558dd62fcb5a48
|
||||
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-100.0.2+up1.1.3-rc2.tgz
|
||||
version: 100.0.2+up1.1.3-rc2
|
||||
- assets/rancher-eks-operator/rancher-eks-operator-100.0.2+up1.1.3-rc3.tgz
|
||||
version: 100.0.2+up1.1.3-rc3
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-eks-operator-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -2528,14 +2528,14 @@ entries:
|
|||
catalog.cattle.io/permits-os: linux,windows
|
||||
catalog.cattle.io/release-name: rancher-eks-operator-crd
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.3-rc2
|
||||
created: "2022-02-25T11:29:45.942739045+05:30"
|
||||
appVersion: 1.1.3-rc3
|
||||
created: "2022-02-28T11:36:29.560868-05:00"
|
||||
description: EKS Operator CustomResourceDefinitions
|
||||
digest: 72b395f01e9c045c19d2184190f71d69bda0ffc46de962633dbf89263b5dc4b8
|
||||
digest: 172fa3f7b2701b5d89222a72df92a6cc5ebeacdcee883817726f098e2a6117c8
|
||||
name: rancher-eks-operator-crd
|
||||
urls:
|
||||
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-100.0.2+up1.1.3-rc2.tgz
|
||||
version: 100.0.2+up1.1.3-rc2
|
||||
- assets/rancher-eks-operator-crd/rancher-eks-operator-crd-100.0.2+up1.1.3-rc3.tgz
|
||||
version: 100.0.2+up1.1.3-rc3
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/eks-operator/releases/download/v1.1.3-rc2/rancher-eks-operator-crd-1.1.3-rc2.tgz
|
||||
url: https://github.com/rancher/eks-operator/releases/download/v1.1.3-rc3/rancher-eks-operator-crd-1.1.3-rc3.tgz
|
||||
version: 100.0.2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/eks-operator/releases/download/v1.1.3-rc2/rancher-eks-operator-1.1.3-rc2.tgz
|
||||
url: https://github.com/rancher/eks-operator/releases/download/v1.1.3-rc3/rancher-eks-operator-1.1.3-rc3.tgz
|
||||
version: 100.0.2
|
||||
|
|
|
@ -54,9 +54,11 @@ rancher-windows-gmsa-crd:
|
|||
rancher-eks-operator:
|
||||
- 100.0.2+up1.1.3-rc1
|
||||
- 100.0.2+up1.1.3-rc2
|
||||
- 100.0.2+up1.1.3-rc3
|
||||
rancher-eks-operator-crd:
|
||||
- 100.0.2+up1.1.3-rc1
|
||||
- 100.0.2+up1.1.3-rc2
|
||||
- 100.0.2+up1.1.3-rc3
|
||||
rancher-aks-operator:
|
||||
- 100.0.3+up1.0.4-rc1
|
||||
- 100.0.3+up1.0.4-rc3
|
||||
|
|
Loading…
Reference in New Issue