Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Zenith client to latest from azimuth-cloud namespace #437

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible/roles/zenith_proxy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ zenith_proxy_pod_name: "{{ zenith_proxy_service_name }}"
zenith_proxy_client_container_name: "{{ zenith_proxy_client_service_name }}"
zenith_proxy_mitm_container_name: "{{ zenith_proxy_mitm_service_name }}"

zenith_proxy_image_tag: '0.1.0'
zenith_proxy_image_tag: '0.12.0'

zenith_proxy_client_image_repository: ghcr.io/stackhpc/zenith-client
zenith_proxy_client_image_repository: ghcr.io/azimuth-cloud/zenith-client
zenith_proxy_client_image: "{{ zenith_proxy_client_image_repository }}:{{ zenith_proxy_image_tag }}"

zenith_proxy_mitm_image_repository: ghcr.io/stackhpc/zenith-proxy
zenith_proxy_mitm_image_repository: ghcr.io/azimuth-cloud/zenith-proxy
zenith_proxy_mitm_image: "{{ zenith_proxy_mitm_image_repository }}:{{ zenith_proxy_image_tag }}"

zenith_proxy_upstream_scheme: http
Expand Down
Loading