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 }}"
15
15
zenith_proxy_client_container_name : " {{ zenith_proxy_client_service_name }}"
16
16
zenith_proxy_mitm_container_name : " {{ zenith_proxy_mitm_service_name }}"
17
17
18
- zenith_proxy_image_tag : ' 0.1 .0'
18
+ zenith_proxy_image_tag : ' 0.12 .0'
19
19
20
- zenith_proxy_client_image_repository : ghcr.io/stackhpc /zenith-client
20
+ zenith_proxy_client_image_repository : ghcr.io/azimuth-cloud /zenith-client
21
21
zenith_proxy_client_image : " {{ zenith_proxy_client_image_repository }}:{{ zenith_proxy_image_tag }}"
22
22
23
- zenith_proxy_mitm_image_repository : ghcr.io/stackhpc /zenith-proxy
23
+ zenith_proxy_mitm_image_repository : ghcr.io/azimuth-cloud /zenith-proxy
24
24
zenith_proxy_mitm_image : " {{ zenith_proxy_mitm_image_repository }}:{{ zenith_proxy_image_tag }}"
25
25
26
26
zenith_proxy_upstream_scheme : http
You can’t perform that action at this time.
0 commit comments