From cf5f5525906039afa9fb3de59821e1e5c599fc4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:17:35 +0000 Subject: [PATCH] Update quay.io/influxdb/chronograf Docker tag to v1.10.6 --- applications/monitoring/values.yaml | 2 +- applications/sasquatch/README.md | 2 +- applications/sasquatch/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/monitoring/values.yaml b/applications/monitoring/values.yaml index 725c06d060..06f68d0133 100644 --- a/applications/monitoring/values.yaml +++ b/applications/monitoring/values.yaml @@ -81,7 +81,7 @@ chronograf: # @default -- quay.io/influxdb/chronograf 1.10.3 image: repository: "quay.io/influxdb/chronograf" - tag: 1.10.5 + tag: 1.10.6 pullPolicy: IfNotPresent ## Specify a service type diff --git a/applications/sasquatch/README.md b/applications/sasquatch/README.md index 42f37b89d5..e807216c9b 100644 --- a/applications/sasquatch/README.md +++ b/applications/sasquatch/README.md @@ -25,7 +25,7 @@ Rubin Observatory's telemetry service | chronograf.env | object | See `values.yaml` | Additional environment variables for Chronograf | | chronograf.envFromSecret | string | `"sasquatch"` | Name of secret to use. The keys `generic_client_id`, `generic_client_secret`, and `token_secret` should be set. | | chronograf.image.repository | string | `"quay.io/influxdb/chronograf"` | Docker image to use for Chronograf | -| chronograf.image.tag | string | `"1.10.5"` | Docker tag to use for Chronograf | +| chronograf.image.tag | string | `"1.10.6"` | Docker tag to use for Chronograf | | chronograf.ingress.className | string | `"nginx"` | Ingress class to use | | chronograf.ingress.enabled | bool | `false` | Whether to enable the Chronograf ingress | | chronograf.ingress.hostname | string | None, must be set if the ingress is enabled | Hostname of the ingress | diff --git a/applications/sasquatch/values.yaml b/applications/sasquatch/values.yaml index c14cd26b2c..57e4a3eb3f 100644 --- a/applications/sasquatch/values.yaml +++ b/applications/sasquatch/values.yaml @@ -181,7 +181,7 @@ chronograf: repository: "quay.io/influxdb/chronograf" # -- Docker tag to use for Chronograf - tag: 1.10.5 + tag: 1.10.6 updateStrategy: # -- Deployment strategy, use recreate with persistence enabled