Skip to content

Commit

Permalink
Updated operator image to test k8s deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
NehaNaithani committed Mar 22, 2023
1 parent 54f5e14 commit c544fd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions test/conf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*
# Except this file
!.gitignore
env.sh
3 changes: 2 additions & 1 deletion test/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c544fd5

Please sign in to comment.