mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 05:42:55 +00:00
* bind ee_images, control_plane_ee_image and init_container_image with DEFAULT_AWX_VERSION instead of "latest" * fix when condition on init_container_image_version check * Use DEFAULT_AWX_VERSION for AWXMeshIngress * Add back AWX EE latest for backward compatibility --------- Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
17 lines
361 B
YAML
17 lines
361 B
YAML
---
|
|
deployment_type: awx
|
|
|
|
ingress_type: none
|
|
ingress_api_version: 'networking.k8s.io/v1'
|
|
ingress_annotations: ''
|
|
ingress_class_name: ''
|
|
ingress_controller: ''
|
|
|
|
set_self_owneref: true
|
|
|
|
_control_plane_ee_image: "quay.io/ansible/awx-ee:{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
|
|
_image_pull_policy: Always
|
|
image_pull_secrets: []
|
|
|
|
finalizer_run: false
|