Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot 1e13ba6eda Update influxdb Docker tag to v2.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-04 17:45:01 +00:00
Renovate Bot 3a9321b512 Update renovate/renovate Docker tag to v34.18.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-11-04 17:43:51 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ spec:
serviceAccountName: influxdb
containers:
- name: influxdb
image: "influxdb:2.5.0-alpine"
image: "influxdb:2.5.1-alpine"
imagePullPolicy: "IfNotPresent"
ports:
- name: api

View file

@ -79,7 +79,7 @@ spec:
serviceAccountName: influxdb2
containers:
- name: influxdb2
image: "influxdb:2.5.0-alpine"
image: "influxdb:2.5.1-alpine"
imagePullPolicy: IfNotPresent
ports:
- name: http

View file

@ -12,7 +12,7 @@ spec:
containers:
- name: renovate
# Update this to the latest available and then enable Renovate on the manifest
image: renovate/renovate:34.17.0-slim
image: renovate/renovate:34.18.0-slim
# Environment Variables
env:
- name: RENOVATE_PLATFORM