Update Version

This commit is contained in:
Joerg Lehmann 2024-05-04 13:38:26 +02:00
parent c2186d7817
commit ee71ff5727
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ metadata:
spec: spec:
containers: containers:
- name: wo-bisch-web - name: wo-bisch-web
image: git.nbit.ch/drpuur/wo-bisch-web:2023020304 image: git.nbit.ch/drpuur/wo-bisch-web:2024050401
env: env:
- name: REDIS_CONNECTION_STRING - name: REDIS_CONNECTION_STRING
value: 127.0.0.1:6379 value: 127.0.0.1:6379
@ -43,7 +43,7 @@ spec:
- CAP_NET_RAW - CAP_NET_RAW
- CAP_AUDIT_WRITE - CAP_AUDIT_WRITE
- name: wo-bisch-lorahandler - name: wo-bisch-lorahandler
image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801 image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2023081101
env: env:
- name: REDIS_CONNECTION_STRING - name: REDIS_CONNECTION_STRING
value: 127.0.0.1:6379 value: 127.0.0.1:6379
@ -63,7 +63,7 @@ spec:
- mountPath: /data - mountPath: /data
name: lorahandlerdata name: lorahandlerdata
- name: influxdb - name: influxdb
image: docker.io/library/influxdb:2.6 image: docker.io/library/influxdb:2.7
ports: ports:
- containerPort: 8086 - containerPort: 8086
hostPort: 9042 hostPort: 9042