From 99978ee66e1d33fcf9aa4d116047c0c20da08bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Massimiliano=20Dess=C3=AC=20-=20=28Fast=20Chauffeur=29?= Date: Thu, 7 Nov 2024 16:39:43 +0100 Subject: [PATCH] Update trustification image (#122) Signed-off-by: desmax74 --- play.yml | 2 +- roles/tpa_single_node/README.md | 2 +- roles/tpa_single_node/meta/argument_specs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play.yml b/play.yml index 0de98c4..ead1d47 100644 --- a/play.yml +++ b/play.yml @@ -2,7 +2,7 @@ hosts: trustification vars: # V1.2.0 - tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf # noqa yaml[line-length] + tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:5f4dd4a048a212bdb17eedf6613af80df227efd1 # noqa yaml[line-length] tpa_single_node_guac_image: registry.redhat.io/rhtpa/rhtpa-guac-rhel9:7adca20ee17df2d863354c1861b31f47948d8839 vars_files: - vars/main.yml diff --git a/roles/tpa_single_node/README.md b/roles/tpa_single_node/README.md index 1cb0989..d40d92d 100644 --- a/roles/tpa_single_node/README.md +++ b/roles/tpa_single_node/README.md @@ -26,7 +26,7 @@ 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:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf` | +| tpa_single_node_trustification_image | Trustification image. | str | `registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:5f4dd4a048a212bdb17eedf6613af80df227efd1` | | tpa_single_node_guac_image | Guac image. | str | `registry.redhat.io/rhtpa/rhtpa-guac-rhel9:7adca20ee17df2d863354c1861b31f47948d8839` | | 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 | | diff --git a/roles/tpa_single_node/meta/argument_specs.yml b/roles/tpa_single_node/meta/argument_specs.yml index 5de34d5..31b84b4 100644 --- a/roles/tpa_single_node/meta/argument_specs.yml +++ b/roles/tpa_single_node/meta/argument_specs.yml @@ -10,7 +10,7 @@ argument_specs: description: "Trustification image." type: "str" version_added: "0.2.0" - default: "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:16bc624b40f2863c9e69e8cdd4d557eb0d200eaf" + default: "registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:5f4dd4a048a212bdb17eedf6613af80df227efd1" tpa_single_node_guac_image: description: "Guac image." type: "str"