Skip to content

Commit

Permalink
Add Kubernetes version to AWS CI (#1758)
Browse files Browse the repository at this point in the history
* Add Kubernetes version to AWS CI

* Change to 1.21

* Change to 1.19 version
  • Loading branch information
andreyvelich committed Feb 9, 2022
1 parent 872df4d commit d3c5388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/v1beta1/argo_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ def create_task_template(self, task_name, exec_image, command):
"name": "CLUSTER_NAME",
"value": self.workflow_name
},
{
"name": "EKS_CLUSTER_VERSION",
"value": "1.19"
},
{
"name": "ECR_REGISTRY",
"value": self.ecr_registry
Expand Down

0 comments on commit d3c5388

Please sign in to comment.