Bump versions / OLM metadata

This commit is contained in:
Shane McDonald
2021-08-12 23:11:03 -04:00
parent dcc32aa052
commit 8ac0de159a
5 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
operator_image: quay.io/ansible/awx-operator operator_image: quay.io/ansible/awx-operator
operator_version: 0.12.0 operator_version: 0.13.0
pull_policy: Always pull_policy: Always
ansible_debug_logs: "false" ansible_debug_logs: "false"

View File

@@ -729,7 +729,7 @@ spec:
serviceAccountName: awx-operator serviceAccountName: awx-operator
containers: containers:
- name: awx-operator - name: awx-operator
image: "quay.io/ansible/awx-operator:0.12.0" image: "quay.io/ansible/awx-operator:0.13.0"
imagePullPolicy: "Always" imagePullPolicy: "Always"
volumeMounts: volumeMounts:
- mountPath: /tmp/ansible-operator/runner - mountPath: /tmp/ansible-operator/runner
@@ -747,7 +747,7 @@ spec:
- name: ANSIBLE_GATHERING - name: ANSIBLE_GATHERING
value: explicit value: explicit
- name: OPERATOR_VERSION - name: OPERATOR_VERSION
value: "0.12.0" value: "0.13.0"
- name: ANSIBLE_DEBUG_LOGS - name: ANSIBLE_DEBUG_LOGS
value: "false" value: "false"
livenessProbe: livenessProbe:

View File

@@ -39,7 +39,7 @@ metadata:
capabilities: Basic Install capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v0.19.4 operators.operatorframework.io/builder: operator-sdk-v0.19.4
operators.operatorframework.io/project_layout: ansible operators.operatorframework.io/project_layout: ansible
name: awx-operator.v0.12.0 name: awx-operator.v0.13.0
namespace: placeholder namespace: placeholder
spec: spec:
apiservicedefinitions: {} apiservicedefinitions: {}
@@ -725,10 +725,10 @@ spec:
- name: ANSIBLE_GATHERING - name: ANSIBLE_GATHERING
value: explicit value: explicit
- name: OPERATOR_VERSION - name: OPERATOR_VERSION
value: 0.12.0 value: 0.13.0
- name: ANSIBLE_DEBUG_LOGS - name: ANSIBLE_DEBUG_LOGS
value: "false" value: "false"
image: quay.io/ansible/awx-operator:0.12.0 image: quay.io/ansible/awx-operator:0.13.0
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
@@ -767,5 +767,5 @@ spec:
provider: provider:
name: AWX Community name: AWX Community
url: https://github.com/ansible/awx-operator url: https://github.com/ansible/awx-operator
replaces: awx-operator.v0.11.0 replaces: awx-operator.v0.12.0
version: 0.12.0 version: 0.13.0

View File

@@ -156,18 +156,18 @@ spec:
- Route - Route
- route - route
type: string type: string
init_container_image:
description: Registry path to the init container to use
type: string
init_container_image_version:
description: Init container image version to use
type: string
init_container_extra_commands: init_container_extra_commands:
description: Extra commands for the init container description: Extra commands for the init container
type: string type: string
init_container_extra_volume_mounts: init_container_extra_volume_mounts:
description: Specify volume mounts to be added to the init container description: Specify volume mounts to be added to the init container
type: string type: string
init_container_image:
description: Registry path to the init container to use
type: string
init_container_image_version:
description: Init container image version to use
type: string
kind: kind:
description: Kind of the deployment type description: Kind of the deployment type
type: string type: string

View File

@@ -106,7 +106,7 @@ extra_volumes: ''
# Use these image versions for Ansible AWX. # Use these image versions for Ansible AWX.
image: quay.io/ansible/awx image: quay.io/ansible/awx
image_version: 19.2.2 image_version: 19.3.0
redis_image: docker.io/redis redis_image: docker.io/redis
redis_image_version: latest redis_image_version: latest
postgres_image: postgres postgres_image: postgres