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:
Shane McDonald
2021-11-19 13:16:24 +08:00
committed by GitHub
parent 246bd829ec
commit ff1b5e8363

View File

@@ -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: