Skip to content

Commit

Permalink
Fix handling of rook versions (#1584)
Browse files Browse the repository at this point in the history
Related to 06bb1a3.

Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 6, 2024
1 parent 92ae9f8 commit e9428d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/rook/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metallb_rook_external_IP: 192.168.16.101
container_registry_rook: quay.io
rook_ceph_image: "{{ container_registry_rook }}/ceph/ceph"
# renovate: datasource=docker depName=quay.io/rook/ceph
rook_ceph_image_tag: "v18.2"
rook_ceph_image_tag: 'v18.2'

## template directory containing rook CRD `*.yml.j2` files, e.g. OSISM configuration directory
rook_template_directory: "{{ role_path }}/templates"
Expand Down
2 changes: 1 addition & 1 deletion roles/rook_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ operator_group: "{{ operator_user }}"
container_registry_rook_operator: index.docker.io
rook_operator_image: "{{ container_registry_rook_operator }}/rook/ceph"
# renovate: datasource=docker depName=index.docker.io/rook/ceph
rook_operator_image_tag: "v1.14.5"
rook_operator_image_tag: 'v1.14.5'

## work directory inside the osism-ansible container:
rook_operator_work_directory: /tmp/rook_operator/configuration
Expand Down

0 comments on commit e9428d1

Please sign in to comment.