From 95df02e6a7994acc2a640b2be79227fbbd448b99 Mon Sep 17 00:00:00 2001 From: desmax74 Date: Mon, 4 Nov 2024 13:22:44 +0100 Subject: [PATCH] Images update Signed-off-by: desmax74 --- play.yml | 4 ++-- roles/tpa_single_node/README.md | 4 ++-- roles/tpa_single_node/meta/argument_specs.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/play.yml b/play.yml index 1afa312..7f05f5c 100644 --- a/play.yml +++ b/play.yml @@ -2,8 +2,8 @@ hosts: trustification vars: # V1.2.0 - tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:39dfb649f075a004e117317564cba5e83078c07251aa962ea43fe39ccfc81548 # noqa yaml[line-length] - tpa_single_node_guac_image: registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:17f0155c44faccec077945d7e4b605104e665563e3eac16d52ea81d8131409db + tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf # noqa yaml[line-length] + tpa_single_node_guac_image: registry.redhat.io/rhtpa/rhtpa-guac-rhel9:65220008e46d9def5314d56a351e45f918aa68d1 vars_files: - vars/main.yml tasks: diff --git a/roles/tpa_single_node/README.md b/roles/tpa_single_node/README.md index ef1a1c2..cd8662d 100644 --- a/roles/tpa_single_node/README.md +++ b/roles/tpa_single_node/README.md @@ -26,8 +26,8 @@ Deploy the [RHTPA](https://docs.redhat.com/en/documentation/red_hat_trusted_prof ### Optional |Option|Description|Type|Default| |---|---|---|---| -| tpa_single_node_trustification_image | Trustification image. | str | `registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:39dfb649f075a004e117317564cba5e83078c07251aa962ea43fe39ccfc81548` | -| tpa_single_node_guac_image | Guac image. | str | `registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:17f0155c44faccec077945d7e4b605104e665563e3eac16d52ea81d8131409db` | +| tpa_single_node_trustification_image | Trustification image. | str | `registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf` | +| tpa_single_node_guac_image | Guac image. | str | `registry.redhat.io/rhtpa/rhtpa-guac-rhel9:65220008e46d9def5314d56a351e45f918aa68d1` | | tpa_single_node_base_hostname | The user name logging in to the registry to pull images. | str | `trustification` | | tpa_single_node_rhel_host | Ip of the instance. | str | | | tpa_single_node_certificates_dir | Folder where to place the certificates to deploy on the instance. | str | `certs` | diff --git a/roles/tpa_single_node/meta/argument_specs.yml b/roles/tpa_single_node/meta/argument_specs.yml index f54840c..5feb622 100644 --- a/roles/tpa_single_node/meta/argument_specs.yml +++ b/roles/tpa_single_node/meta/argument_specs.yml @@ -10,12 +10,12 @@ argument_specs: description: "Trustification image." type: "str" version_added: "0.2.0" - default: "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:39dfb649f075a004e117317564cba5e83078c07251aa962ea43fe39ccfc81548" + default: "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf" tpa_single_node_guac_image: description: "Guac image." type: "str" version_added: "0.2.0" - default: "registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:17f0155c44faccec077945d7e4b605104e665563e3eac16d52ea81d8131409db" + default: "registry.redhat.io/rhtpa/rhtpa-guac-rhel9:65220008e46d9def5314d56a351e45f918aa68d1" tpa_single_node_base_hostname: description: "The user name logging in to the registry to pull images." type: "str"