diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml index 244d1d7cc..656111009 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-humidity-detector-deployment spec: containers: - - image: edgehub/deviceshifu-http-http-python:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http-python:v0.59.0 name: deviceshifu-http imagePullPolicy: Never ports: diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml index 3b0be353d..dc9ac1be3 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml @@ -16,7 +16,7 @@ spec: app: humidity-detector spec: containers: - - image: edgehub/humidity-detector:0.59.0-rc1 + - image: edgehub/humidity-detector:v0.59.0 imagePullPolicy: Never name: humidity-detector ports: diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml index 20dc35c28..a8c33d70a 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml @@ -16,7 +16,7 @@ spec: app: mockserver spec: containers: - - image: edgehub/mockserver:0.59.0-rc1 + - image: edgehub/mockserver:v0.59.0 imagePullPolicy: Never name: mockserver ports: diff --git a/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml index 6d568b138..4363a9461 100644 --- a/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml @@ -16,7 +16,7 @@ spec: app: agv spec: containers: - - image: edgehub/mockdevice-agv:0.59.0-rc1 + - image: edgehub/mockdevice-agv:v0.59.0 name: agv ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml index bad6bc3c1..77fb8d762 100644 --- a/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-agv-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml index 308562a07..95cfe36d7 100644 --- a/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-mqtt-deployment spec: containers: - - image: edgehub/deviceshifu-http-mqtt:0.59.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml index a0ee432a1..b53b7a50f 100644 --- a/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: mockdevice-opcua - image: edgehub/mockdevice-opcua:0.59.0-rc1 + image: edgehub/mockdevice-opcua:v0.59.0 ports: - containerPort: 4840 readinessProbe: diff --git a/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml index 5420ad091..1b0ffbeb3 100644 --- a/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:0.59.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml index d4825afb9..d66aa3d78 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plate-reader-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml index 97359b7f3..a396ac2a6 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml @@ -16,7 +16,7 @@ spec: app: plate-reader spec: containers: - - image: edgehub/mockdevice-plate-reader:0.59.0-rc1 + - image: edgehub/mockdevice-plate-reader:v0.59.0 name: plate-reader ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml index 84ca9a9ce..1312caa86 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml index 21d7faf2f..27d0b1d8c 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml @@ -16,7 +16,7 @@ spec: app: plc spec: containers: - - image: edgehub/mockdevice-plc:0.59.0-rc1 + - image: edgehub/mockdevice-plc:v0.59.0 name: plc ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml index 7a09282e8..1f33ab9b6 100644 --- a/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-robotarm-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml index 81abd0329..e88c24175 100644 --- a/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml @@ -16,7 +16,7 @@ spec: app: robotarm spec: containers: - - image: edgehub/mockdevice-robot-arm:0.59.0-rc1 + - image: edgehub/mockdevice-robot-arm:v0.59.0 name: robotarm ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml index d3f46450f..faf773a86 100644 --- a/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: mockdevice-socket - image: edgehub/mockdevice-socket:0.59.0-rc1 + image: edgehub/mockdevice-socket:v0.59.0 ports: - containerPort: 11122 diff --git a/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml index 95d35e783..0007b9d0a 100644 --- a/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-socket-deployment spec: containers: - - image: edgehub/deviceshifu-http-socket:0.59.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml index bc96523c4..d1076e293 100644 --- a/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-thermometer-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml index 77116ec65..15a6d571d 100644 --- a/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: thermometer spec: containers: - - image: edgehub/mockdevice-thermometer:0.59.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.59.0 name: thermometer ports: - containerPort: 11111 diff --git a/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml b/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml index b47fb0567..091d8b171 100644 --- a/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml +++ b/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-helloworld-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml b/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml index 45c267100..807f1d78c 100644 --- a/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml +++ b/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-powershell-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml b/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml index e37056a29..278af56b5 100644 --- a/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml +++ b/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml b/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml index c355f431f..f79d707eb 100644 --- a/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:0.59.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.59.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml b/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml index d15ec1f3e..e916adfec 100644 --- a/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:0.59.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.59.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml index d15ec1f3e..e916adfec 100644 --- a/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:0.59.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.59.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml index 6f0ada4a4..1e9acb1f6 100644 --- a/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-thermometer-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 imagePullPolicy: IfNotPresent name: deviceshifu-http ports: @@ -30,7 +30,7 @@ spec: value: "edgedevice-thermometer" - name: EDGEDEVICE_NAMESPACE value: "devices" - - image: edgehub/gateway-lwm2m:0.59.0-rc1 + - image: edgehub/gateway-lwm2m:v0.59.0 imagePullPolicy: IfNotPresent name: gateway-lwm2m volumeMounts: diff --git a/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml index 77116ec65..15a6d571d 100644 --- a/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: thermometer spec: containers: - - image: edgehub/mockdevice-thermometer:0.59.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.59.0 name: thermometer ports: - containerPort: 11111 diff --git a/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml b/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml index 334f9b7d2..510b025db 100644 --- a/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml +++ b/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:0.59.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 @@ -35,7 +35,7 @@ spec: value: "edgedevice-opcua" - name: EDGEDEVICE_NAMESPACE value: "devices" - - image: edgehub/gateway-lwm2m:0.59.0-rc1 + - image: edgehub/gateway-lwm2m:v0.59.0 name: gateway-lwm2m volumeMounts: - name: deviceshifu-config diff --git a/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml index e37056a29..278af56b5 100644 --- a/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml b/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml index 2c5741909..fb0c13055 100644 --- a/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml +++ b/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-mqtt-deployment spec: containers: - - image: edgehub/deviceshifu-http-mqtt:0.59.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml index e37056a29..278af56b5 100644 --- a/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml b/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml index 6140ed750..12fdede7c 100644 --- a/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml +++ b/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:0.59.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml b/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml index 34edb017e..ca6b0109d 100644 --- a/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml +++ b/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc4x-deployment spec: containers: - - image: edgehub/deviceshifu-http-plc4x:0.59.0-rc1 + - image: edgehub/deviceshifu-http-plc4x:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml b/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml index 5973b2d36..284b13728 100644 --- a/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml +++ b/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-camera-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml b/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml index b256a1e9b..8a7cf4dc0 100644 --- a/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml +++ b/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml index f88d0c492..9c5685ad9 100644 --- a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml +++ b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-socket-deployment spec: containers: - - image: edgehub/deviceshifu-http-socket:0.59.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml index 5ec0b2e1a..17ea8937e 100644 --- a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml +++ b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-tcp-deployment spec: containers: - - image: edgehub/deviceshifu-tcp-tcp:0.59.0-rc1 + - image: edgehub/deviceshifu-tcp-tcp:v0.59.0 name: deviceshifu-tcp ports: - containerPort: 8081 diff --git a/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml index e37056a29..278af56b5 100644 --- a/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:0.59.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.59.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/pkg/k8s/controllers/telemetryservice_controller.go b/pkg/k8s/controllers/telemetryservice_controller.go index 40c3b6b5d..3c81b591e 100644 --- a/pkg/k8s/controllers/telemetryservice_controller.go +++ b/pkg/k8s/controllers/telemetryservice_controller.go @@ -44,7 +44,7 @@ var tsNamespacedName = types.NamespacedName{ } // image of telemetryservice deployment -const IMAGE = "edgehub/telemetryservice:0.59.0-rc1" +const IMAGE = "edgehub/telemetryservice:v0.59.0" //+kubebuilder:rbac:groups=shifu.edgenesis.io,resources=telemetryservices,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=shifu.edgenesis.io,resources=telemetryservices/status,verbs=get;update;patch diff --git a/pkg/k8s/crd/config/manager/kustomization.yaml b/pkg/k8s/crd/config/manager/kustomization.yaml index e34a0ce15..6c60e08f3 100644 --- a/pkg/k8s/crd/config/manager/kustomization.yaml +++ b/pkg/k8s/crd/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: edgehub/shifu-controller - newTag: 0.59.0-rc1 + newTag: v0.59.0 diff --git a/pkg/k8s/crd/install/config_default.yaml b/pkg/k8s/crd/install/config_default.yaml index dec4396fd..b7c159c59 100644 --- a/pkg/k8s/crd/install/config_default.yaml +++ b/pkg/k8s/crd/install/config_default.yaml @@ -605,7 +605,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:0.59.0-rc1 + image: edgehub/shifu-controller:v0.59.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/k8s/crd/install/shifu_install.yml b/pkg/k8s/crd/install/shifu_install.yml index 16090f1b8..7c81c7dfd 100644 --- a/pkg/k8s/crd/install/shifu_install.yml +++ b/pkg/k8s/crd/install/shifu_install.yml @@ -605,7 +605,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:0.59.0-rc1 + image: edgehub/shifu-controller:v0.59.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/telemetryservice/install/telemetryservice_install.yaml b/pkg/telemetryservice/install/telemetryservice_install.yaml index 1b8e09699..37694b569 100644 --- a/pkg/telemetryservice/install/telemetryservice_install.yaml +++ b/pkg/telemetryservice/install/telemetryservice_install.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: telemetryservice - image: edgehub/telemetryservice:0.59.0-rc1 + image: edgehub/telemetryservice:v0.59.0 ports: - containerPort: 8080 env: diff --git a/test/scripts/deviceshifu-demo-aio.sh b/test/scripts/deviceshifu-demo-aio.sh index 94fd91cf1..16d722e8d 100644 --- a/test/scripts/deviceshifu-demo-aio.sh +++ b/test/scripts/deviceshifu-demo-aio.sh @@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then exit 1 fi -SHIFU_IMG_VERSION=0.59.0-rc1 +SHIFU_IMG_VERSION=v0.59.0 BUILD_DIR=build_dir IMG_DIR=images RUN_DIR=run_dir diff --git a/version.txt b/version.txt index 7e9645907..9dfb51ffa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.59.0-rc1 +v0.59.0