Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
54439a7fdb chore(deps): update docker image quay.io/kiwigrid/k8s-sidecar to v1.27.5 2024-07-13 00:18:17 +00:00
renovate[bot]
8a3a5a7070 chore(deps): update docker image influxdb to v2.7.7 2024-07-13 00:17:49 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
image: image:
repository: influxdb repository: influxdb
tag: 2.7.6-alpine tag: 2.7.7-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## If specified, use these secrets to access the images ## If specified, use these secrets to access the images
# pullSecrets: # pullSecrets:

View file

@ -172,7 +172,7 @@ sidecar:
# -- The image repository to pull from # -- The image repository to pull from
repository: kiwigrid/k8s-sidecar repository: kiwigrid/k8s-sidecar
# -- The image tag to pull, default: `1.23.1` # -- The image tag to pull, default: `1.23.1`
tag: 1.27.4 tag: 1.27.5
# -- The image pull policy, default: `IfNotPresent` # -- The image pull policy, default: `IfNotPresent`
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- The extra volume mounts for the sidecar # -- The extra volume mounts for the sidecar