Skip to content

Commit

Permalink
chore(deps): update mikefarah/yq docker tag to v4.40.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 0dbbafc commit 34f8c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/media/recyclarr/cron_job_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import (
}
}, {
name: "yaml-tags"
image: "mikefarah/yq:4.33.1@sha256:ddf60fa876a4f73414477fab551bcfb864a179cad6ce998b13ba4180e0f5702d"
image: "mikefarah/yq:4.40.5@sha256:8d1595f180373c9aa4d05b18b48df7c24bfd0ab55e3bda1b5b6dd59e16eb531a"
args: ["-i", ".[][].api_key tag = \"!env_var\"", configPath]
volumeMounts: [{
name: "config"
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/media/recyclarr/cron_job_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (
}
}, {
name: "yaml-tags"
image: "mikefarah/yq:4.33.1@sha256:ddf60fa876a4f73414477fab551bcfb864a179cad6ce998b13ba4180e0f5702d"
image: "mikefarah/yq:4.40.5@sha256:8d1595f180373c9aa4d05b18b48df7c24bfd0ab55e3bda1b5b6dd59e16eb531a"
args: ["-i", ".[][].api_key tag = \"!env_var\"", configPath]
volumeMounts: [{
name: "config"
Expand Down

0 comments on commit 34f8c7a

Please sign in to comment.