From c544fd55dfcbbd4c56a44e1e03c32cf89a5d6506 Mon Sep 17 00:00:00 2001 From: NehaNaithani Date: Thu, 23 Mar 2023 03:03:52 +0530 Subject: [PATCH] Updated operator image to test k8s deployment --- azure-pipelines.yaml | 3 ++- test/conf/.gitignore | 1 + test/env.sh | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index c8969db8..b86ab1b6 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -24,7 +24,8 @@ variables: controller_image: 'gcr.io/focal-freedom-236620/controller:develop' enterprise_image: 'gcr.io/focal-freedom-236620/enterprise-controller:master' agent_image: 'gcr.io/focal-freedom-236620/agent:develop' - operator_image: 'gcr.io/focal-freedom-236620/operator:develop' + operator_image: 'gcr.io/focal-freedom-236620/operator:latest' +# operator_image: 'gcr.io/focal-freedom-236620/operator:develop' kubelet_image: 'gcr.io/focal-freedom-236620/kubelet:develop' port_manager_image: 'gcr.io/focal-freedom-236620/port-manager:develop' router_image: 'gcr.io/focal-freedom-236620/router:develop' diff --git a/test/conf/.gitignore b/test/conf/.gitignore index 5e7d2734..17d9918f 100644 --- a/test/conf/.gitignore +++ b/test/conf/.gitignore @@ -2,3 +2,4 @@ * # Except this file !.gitignore +env.sh diff --git a/test/env.sh b/test/env.sh index 4e544a66..747f2f8f 100644 --- a/test/env.sh +++ b/test/env.sh @@ -31,7 +31,8 @@ export ROUTER_IMAGE='gcr.io/focal-freedom-236620/router:develop' export ROUTER_ARM_IMAGE='gcr.io/focal-freedom-236620/router-arm:develop' export PROXY_IMAGE='gcr.io/focal-freedom-236620/proxy:3.0.0-beta1' export PROXY_ARM_IMAGE='gcr.io/focal-freedom-236620/proxy-arm:develop' -export OPERATOR_IMAGE='gcr.io/focal-freedom-236620/operator:develop' +export OPERATOR_IMAGE='gcr.io/focal-freedom-236620/operator:latest' +#export OPERATOR_IMAGE='gcr.io/focal-freedom-236620/operator:develop' export KUBELET_IMAGE='gcr.io/focal-freedom-236620/kubelet:develop' # Controller version for vanilla deploys