Skip to content

Commit

Permalink
CI bump latest HC3 version to 9.2.17.211525
Browse files Browse the repository at this point in the history
The https://10.5.11.201 was not yet updated to 9.2.22.212325,
upgrade is available for it too.

Signed-off-by: Justin Cinkelj <[email protected]>
  • Loading branch information
justinc1 committed Sep 26, 2023
1 parent 8cb22cc commit 4c2929d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/version_update_single_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
check_mode: true

vars:
desired_version: 9.2.17.211525
desired_version: 9.2.22.212325

tasks:
- name: Show desired_version
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/integration_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ sc_config:
features:
version_update:
current_version: "9.1.14.208456"
next_version: "9.2.17.211525"
latest_version: "9.2.17.211525"
next_version: "9.2.22.212325"
latest_version: "9.2.22.212325"
can_be_applied: False
# We can try update, update will fail, and status.json will be present.
old_update_status_present: True
Expand Down Expand Up @@ -176,8 +176,8 @@ sc_config:
features:
version_update:
current_version: "9.2.13.211102"
next_version: ""
latest_version: ""
next_version: "9.2.22.212325"
latest_version: "9.2.22.212325"
can_be_applied: False
old_update_status_present: False
virtual_disk:
Expand Down

0 comments on commit 4c2929d

Please sign in to comment.