Skip to content

Commit

Permalink
chore: update versions in environments/manager/images.yml (#2599)
Browse files Browse the repository at this point in the history
Signed-off-by: OSISM Bot <[email protected]>
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
1 parent 66ce56a commit a35c0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/manager/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ osism_image: "{{ docker_registry_ansible }}/osism/osism:{{ osism_tag }}"
osism_netbox_tag: "{{ osism_version|default('latest') }}"
osism_netbox_image: "{{ docker_registry_ansible }}/osism/osism-netbox:{{ osism_netbox_tag }}"

vault_tag: "1.18.3"
vault_tag: "1.18.4"
vault_image: "{{ docker_registry }}/hashicorp/vault:{{ vault_tag }}"

traefik_tag: "v3.3.2"
traefik_tag: "v3.3.3"
traefik_image: "{{ docker_registry }}/library/traefik:{{ traefik_tag }}"

# image tag depends on CEPH_VERSION or OPENSTACK_VERSION
Expand Down

0 comments on commit a35c0ed

Please sign in to comment.