upgrade influxdb

This commit is contained in:
Joerg Lehmann 2023-10-21 08:20:34 +02:00
parent ed0502efc4
commit 60ada2b793
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ spec:
- mountPath: /data
name: lorahandlerdata
- name: influxdb
image: docker.io/library/influxdb:2.6
image: docker.io/library/influxdb:2.7
ports:
- containerPort: 8086
hostPort: 9072

View File

@ -63,7 +63,7 @@ spec:
- mountPath: /data
name: lorahandlerdata
- name: influxdb
image: docker.io/library/influxdb:2.6
image: docker.io/library/influxdb:2.7
ports:
- containerPort: 8086
hostPort: 9062