Skip to content

Commit b4bb12c

Browse files
authored
Merge pull request #4031 from spantaleev/renovate/ghcr.io-element-hq-matrix-authentication-service-syn2mas-0.x
Update ghcr.io/element-hq/matrix-authentication-service/syn2mas Docker tag to v0.13.0
2 parents e301a03 + 18bd34a commit b4bb12c

File tree

1 file changed

+1
-1
lines changed
  • roles/custom/matrix-authentication-service/defaults

1 file changed

+1
-1
lines changed

roles/custom/matrix-authentication-service/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ matrix_authentication_service_syn2mas_start_wait_time_seconds: 5
555555
matrix_authentication_service_syn2mas_dry_run: false
556556

557557
# renovate: datasource=docker depName=ghcr.io/element-hq/matrix-authentication-service/syn2mas
558-
matrix_authentication_service_syn2mas_version: 0.12.0
558+
matrix_authentication_service_syn2mas_version: 0.13.0
559559
matrix_authentication_service_syn2mas_container_image: "{{ matrix_authentication_service_container_image_name_prefix }}element-hq/matrix-authentication-service/syn2mas:{{ matrix_authentication_service_syn2mas_version }}"
560560
matrix_authentication_service_syn2mas_container_image_name_prefix: "{{ 'localhost/' if matrix_authentication_service_container_image_self_build else 'ghcr.io/' }}"
561561
matrix_authentication_service_syn2mas_container_image_force_pull: "{{ matrix_authentication_service_syn2mas_container_image.endswith(':latest') }}"

0 commit comments

Comments
 (0)