File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ansible/roles/zenith_proxy/defaults Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ zenith_proxy_pod_name: "{{ zenith_proxy_service_name }}"
1515zenith_proxy_client_container_name : " {{ zenith_proxy_client_service_name }}"
1616zenith_proxy_mitm_container_name : " {{ zenith_proxy_mitm_service_name }}"
1717
18- zenith_proxy_image_tag : ' 0.1 .0'
18+ zenith_proxy_image_tag : ' 0.12 .0'
1919
20- zenith_proxy_client_image_repository : ghcr.io/stackhpc /zenith-client
20+ zenith_proxy_client_image_repository : ghcr.io/azimuth-cloud /zenith-client
2121zenith_proxy_client_image : " {{ zenith_proxy_client_image_repository }}:{{ zenith_proxy_image_tag }}"
2222
23- zenith_proxy_mitm_image_repository : ghcr.io/stackhpc /zenith-proxy
23+ zenith_proxy_mitm_image_repository : ghcr.io/azimuth-cloud /zenith-proxy
2424zenith_proxy_mitm_image : " {{ zenith_proxy_mitm_image_repository }}:{{ zenith_proxy_image_tag }}"
2525
2626zenith_proxy_upstream_scheme : http
You can’t perform that action at this time.
0 commit comments