mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
Delete RELATED_ variables from upstream deployment
I ran into a bug with this when releasing the latest version of AWX. RELATED_IMAGE_AWX always clobbers the version and does not respect `DEFAULT_AWX_VERSION`
This commit is contained in:
@@ -38,16 +38,6 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: RELATED_IMAGE_AWX
|
||||
value: quay.io/ansible/awx:latest
|
||||
- name: RELATED_IMAGE_AWX_INIT_CONTAINER
|
||||
value: quay.io/centos/centos:8
|
||||
- name: RELATED_IMAGE_AWX_REDIS
|
||||
value: docker.io/redis:latest
|
||||
- name: RELATED_IMAGE_CONTROL_PLANE_EE
|
||||
value: quay.io/ansible/awx-ee:latest
|
||||
- name: RELATED_IMAGE_AWX_POSTGRES
|
||||
value: postgres:12
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
livenessProbe:
|
||||
|
||||
Reference in New Issue
Block a user