From dde338418b294439315febc09f106a0792d98e1a Mon Sep 17 00:00:00 2001 From: mkjpryor <642657+mkjpryor@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:13:35 +0000 Subject: [PATCH] Update caas-workstation to 0.7.1 --- roles/azimuth_caas_operator/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/azimuth_caas_operator/defaults/main.yml b/roles/azimuth_caas_operator/defaults/main.yml index 3c273c9e..b0ab99a1 100644 --- a/roles/azimuth_caas_operator/defaults/main.yml +++ b/roles/azimuth_caas_operator/defaults/main.yml @@ -174,7 +174,7 @@ azimuth_caas_stackhpc_workstation_enabled: "{{ azimuth_clusters_enabled }}" # The git URL for the StackHPC workstation azimuth_caas_stackhpc_workstation_git_url: https://github.com/stackhpc/caas-workstation.git # The git version for the StackHPC workstation -azimuth_caas_stackhpc_workstation_git_version: 0.7.0 +azimuth_caas_stackhpc_workstation_git_version: 0.7.1 # The playbook to use for the workstation appliance azimuth_caas_stackhpc_workstation_playbook: workstation.yml # The timeout to apply to the k8s jobs which create, update & delete platform instances