Skip to content

Commit

Permalink
Use DEFAULT_AWX_VERSION for AWXMeshIngress
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Mar 7, 2024
1 parent ef6c0a5 commit 8f2f5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mesh_ingress/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ingress_controller: ''

set_self_owneref: true

_control_plane_ee_image: quay.io/ansible/awx-ee:latest
_control_plane_ee_image: "quay.io/ansible/awx-ee:{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
_image_pull_policy: Always
image_pull_secrets: []

Expand Down

0 comments on commit 8f2f5c8

Please sign in to comment.