From 3ac0232e89e3fc5a1aa5358ad84d54bb3957d982 Mon Sep 17 00:00:00 2001 From: Paul Verhoeven <32240237+PaulVerhoeven1@users.noreply.github.com> Date: Mon, 9 May 2022 23:24:43 +0200 Subject: [PATCH] Updated the Readme (#906) * defaults in Deploying a specific version of AWX added * Update README.md updated the README clarified the defaults of Deploying a specific version of AWX --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 27b20de77..c81e784f9 100644 --- a/README.md +++ b/README.md @@ -519,15 +519,15 @@ spec: There are a few variables that are customizable for awx the image management. -| Name | Description | -| ------------------- | ------------------------- | -| image | Path of the image to pull | -| image_version | Image version to pull | -| image_pull_policy | The pull policy to adopt | -| image_pull_secrets | The pull secrets to use | -| ee_images | A list of EEs to register | -| redis_image | Path of the image to pull | -| redis_image_version | Image version to pull | +| Name | Description | Default | +| ------------------- | ------------------------- | -------------------------------------- | +| image | Path of the image to pull | quay.io/ansible/awx | +| image_version | Image version to pull | value of DEFAULT_AWX_VERSION or latest | +| image_pull_policy | The pull policy to adopt | IfNotPresent | +| image_pull_secrets | The pull secrets to use | None | +| ee_images | A list of EEs to register | quay.io/ansible/awx-ee:latest | +| redis_image | Path of the image to pull | docker.io/redis | +| redis_image_version | Image version to pull | latest | Example of customization could be: