Skip to content

Commit

Permalink
Images update (#118) (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 authored Nov 4, 2024
1 parent 9038b16 commit 6d1f9e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
hosts: trustification
vars:
# V1.2.0
tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9@sha256:5b3df0d86968cb2986b0bceff7c8f42fd3c8a14677e57c34e5dfcd493291ade6 # noqa yaml[line-length]
tpa_single_node_guac_image: registry.redhat.io/rhtpa/rhtpa-guac-rhel9@sha256:d5b83ecd6f59807eb40faabfc60b4d452971ba18c1a0e5fbd7f49d82a9361529
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:
Expand Down
4 changes: 2 additions & 2 deletions roles/tpa_single_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:2943d20c8ac831f4ae4f209c8ca6807619404062` |
| tpa_single_node_guac_image | Guac image. | str | `registry.redhat.io/rhtpa/rhtpa-guac-rhel9:f0688194637cc759052e02c350c38dbabc19484e` |
| 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` |
Expand Down
4 changes: 2 additions & 2 deletions roles/tpa_single_node/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:2943d20c8ac831f4ae4f209c8ca6807619404062"
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:f0688194637cc759052e02c350c38dbabc19484e"
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"
Expand Down

0 comments on commit 6d1f9e4

Please sign in to comment.