Skip to content

Commit

Permalink
Merge pull request rancher#44380 from slickwarren/cwarren/v2.9/valida…
Browse files Browse the repository at this point in the history
…te-airgap-helm

[v2.9] require helm check cluster version in airgap setup
  • Loading branch information
slickwarren authored Feb 8, 2024
2 parents 514e31a + 9c6ff12 commit 44e346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validation/tests/v3_api/test_airgap_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def setup_airgap_rancher(bastion_node, number_of_nodes=NUMBER_OF_INSTANCES):
"--set rancherImage={2}/rancher/rancher " \
"--set systemDefaultRegistry={2} " \
"--set useBundledSystemChart=true --set ingress.tls.source=secret " \
"--set rancherImageTag={0} --no-hooks".format(
"--set rancherImageTag={0} --no-hooks --validate".format(
RANCHER_SERVER_VERSION,
RANCHER_AG_INTERNAL_HOSTNAME,
REGISTRY_HOSTNAME,
Expand Down

0 comments on commit 44e346d

Please sign in to comment.