Skip to content

Commit

Permalink
chore(deps): update curlimages/curl docker tag to v8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 85436ff commit 5b8978c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/amour/grafana/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let downloadVictoriaMetricsPluginScript = """
initContainers: [{
// https://github.com/VictoriaMetrics/victorialogs-datasource/blob/058bd8d81a8119511abdc35398459a1094381b5c/README.md
name: "download-victoria-logs-plugin"
image: "curlimages/curl:8.7.1"
image: "curlimages/curl:8.9.0"
command: ["/bin/sh"]
args: ["-c", downloadVictoriaLogsPluginScript]
workingDir: "/var/lib/grafana"
Expand All @@ -69,7 +69,7 @@ let downloadVictoriaMetricsPluginScript = """
}, {
// https://github.com/VictoriaMetrics/grafana-datasource/blob/5b8a0ba190e116bdebfdb51d11b4e0d03d86d766/README.md
name: "download-victoria-metrics-plugin"
image: "curlimages/curl:8.7.1"
image: "curlimages/curl:8.9.0"
command: ["/bin/sh"]
args: ["-c", downloadVictoriaMetricsPluginScript]
workingDir: "/var/lib/grafana"
Expand Down
2 changes: 1 addition & 1 deletion k8s/amour/minecraft/cf_atm9/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
}]
initContainers: [{
name: "download"
image: "curlimages/curl:8.1.2"
image: "curlimages/curl:8.9.0"
// Can be templated directly with args,
// but syntax highlighting for vscode is
// broken.
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
}]
initContainers: [{
name: "download"
image: "curlimages/curl:8.1.2"
image: "curlimages/curl:8.9.0"
// Can be templated directly with args,
// but syntax highlighting for vscode is
// broken.
Expand Down

0 comments on commit 5b8978c

Please sign in to comment.