Skip to content

Commit

Permalink
Merge pull request #3994 from lsst-sqre/renovate/quay.io-influxdb-chr…
Browse files Browse the repository at this point in the history
…onograf-1.x

Update quay.io/influxdb/chronograf Docker tag to v1.10.6
  • Loading branch information
afausti authored Dec 23, 2024
2 parents bb09207 + cf5f552 commit 651417e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 651417e

Please sign in to comment.