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 14, 2024
1 parent 21d222d commit 5f9a878
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:32be61dc94d0acc44f513ba69d0fc05f1f92c2e760491f2a27e11fc13cde6327"
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:32be61dc94d0acc44f513ba69d0fc05f1f92c2e760491f2a27e11fc13cde6327"
args: ["-i", ".[][].api_key tag = \"!env_var\"", configPath]
volumeMounts: [{
name: "config"
Expand Down

0 comments on commit 5f9a878

Please sign in to comment.