Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion kubernetes/apps/tqm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
value: app-template@4.6.2
- name: Image
# renovate: datasource=docker depName=ghcr.io/home-operations/tqm
value: ghcr.io/home-operations/tqm:1.19.0@sha256:025ee0c0c8b75f4c7bffa90216eedb494b9884e092a47e9c49824fe63427808c
value: ghcr.io/home-operations/tqm:1.20.0@sha256:1c26b5eae1b329b55449b2d1cf1411b1b623f9a15df3d8f5b50b7d1762e25579

syncPolicy:
syncOptions:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/tqm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ controllers:
retag: &container
image:
repository: ghcr.io/home-operations/tqm
tag: 1.19.0@sha256:025ee0c0c8b75f4c7bffa90216eedb494b9884e092a47e9c49824fe63427808c
tag: 1.20.0@sha256:1c26b5eae1b329b55449b2d1cf1411b1b623f9a15df3d8f5b50b7d1762e25579
args:
- retag
- qb
Expand Down