Skip to content

Commit

Permalink
Delete RELATED_ variables from upstream deployment
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
shanemcd authored Nov 19, 2021
1 parent 246bd82 commit d74b5ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d74b5ba

Please sign in to comment.