diff --git a/wobischdev/wobischdev.yaml b/wobischdev/wobischdev.yaml index cd3a0ff..1c84532 100644 --- a/wobischdev/wobischdev.yaml +++ b/wobischdev/wobischdev.yaml @@ -18,7 +18,7 @@ metadata: spec: containers: - name: wo-bisch-web - image: git.nbit.ch/drpuur/wo-bisch-web:2023020304 + image: git.nbit.ch/drpuur/wo-bisch-web:2024050401 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 @@ -43,7 +43,7 @@ spec: - CAP_NET_RAW - CAP_AUDIT_WRITE - name: wo-bisch-lorahandler - image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2022122801 + image: git.nbit.ch/drpuur/wo-bisch-lorahandler:2023081101 env: - name: REDIS_CONNECTION_STRING value: 127.0.0.1:6379 @@ -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: 9042