From fc573909742168a5ad19a2ffbbca0eda0fc26bff Mon Sep 17 00:00:00 2001 From: Tom Qin Date: Wed, 3 Jul 2024 03:36:01 +0000 Subject: [PATCH] bump tag to v0.48.0-rc1 --- .../configuration/deviceshifu-humidity-detector-deployment.yaml | 2 +- .../configuration/humidity-detector-deployment.yaml | 2 +- .../humidity_detector/configuration/mockserver-deployment.yaml | 2 +- .../deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml | 2 +- .../demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml | 2 +- .../edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml | 2 +- .../edgedevice-opcua/mock-device/opcua-deployment.yaml | 2 +- .../edgedevice-opcua/opcua_deviceshifu_deployment.yaml | 2 +- .../deviceshifu-plate-reader-deployment.yaml | 2 +- .../edgedevice-plate-reader/plate-reader-deployment.yaml | 2 +- .../demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml | 2 +- .../deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml | 2 +- .../edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml | 2 +- .../demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml | 2 +- .../edgedevice-socket/mock-device/socket-deployment.yaml | 2 +- .../edgedevice-socket/socket_deviceshifu_deployment.yaml | 2 +- .../deviceshifu-thermometer-deployment.yaml | 2 +- .../edgedevice-thermometer/thermometer-deployment.yaml | 2 +- .../configuration/deviceshifu-helloworld-deployment.yaml | 2 +- .../deviceshifu-powershell-deployment.yaml | 2 +- .../httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- .../mqtt_deploy/mqtt_deviceshifu_deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- .../opcua_deploy/opcua_deviceshifu_deployment.yaml | 2 +- .../deployment/plc4x_deviceshifu_deployment.yaml | 2 +- .../camera-deployment/deviceshifu-camera-deployment.yaml | 2 +- .../plc-deployment/plc-deviceshifu-deployment.yaml | 2 +- examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml | 2 +- examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- pkg/k8s/crd/config/manager/kustomization.yaml | 2 +- pkg/k8s/crd/install/config_default.yaml | 2 +- pkg/k8s/crd/install/shifu_install.yml | 2 +- pkg/telemetryservice/install/telemetryservice_install.yaml | 2 +- test/scripts/deviceshifu-demo-aio.sh | 2 +- version.txt | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) 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 b437155ab..f899110d4 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:nightly + - image: edgehub/deviceshifu-http-http-python:v0.48.0-rc1 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 9016fdb48..936e975e3 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:nightly + - image: edgehub/humidity-detector:v0.48.0-rc1 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 45f46a906..a2a215d07 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:nightly + - image: edgehub/mockserver:v0.48.0-rc1 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 10460c2fe..5d510d686 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:nightly + - image: edgehub/mockdevice-agv:v0.48.0-rc1 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 ea5a6498f..23b2f6856 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 5e45092da..ca54207e4 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:nightly + - image: edgehub/deviceshifu-http-mqtt:v0.48.0-rc1 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 e1b247b46..fc973b209 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:nightly + image: edgehub/mockdevice-opcua:v0.48.0-rc1 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 a130ce510..0d51d0fae 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:nightly + - image: edgehub/deviceshifu-http-opcua:v0.48.0-rc1 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 cfd4ab7c5..940b4ea20 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 37322778c..244e4be2c 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:nightly + - image: edgehub/mockdevice-plate-reader:v0.48.0-rc1 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 d725d2c38..0f5b15d86 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 51da9e3f2..a7436b600 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:nightly + - image: edgehub/mockdevice-plc:v0.48.0-rc1 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 e0a3230f4..2846fa4f7 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 92e900842..38d95aa03 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:nightly + - image: edgehub/mockdevice-robot-arm:v0.48.0-rc1 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 818495081..51ac888b6 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:nightly + image: edgehub/mockdevice-socket:v0.48.0-rc1 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 225c750ed..bb6d58e97 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:nightly + - image: edgehub/deviceshifu-http-socket:v0.48.0-rc1 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 ea3e93492..57481cb2a 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 da8349963..8055bb1d5 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:nightly + - image: edgehub/mockdevice-thermometer:v0.48.0-rc1 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 e2d9ac6fa..79e5a8eda 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 fb7b16ad8..641e4de57 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 11b1d964e..3f3d673f6 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml index 11b1d964e..3f3d673f6 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 65e74fd65..d24b5569c 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:nightly + - image: edgehub/deviceshifu-http-mqtt:v0.48.0-rc1 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 11b1d964e..3f3d673f6 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 a2ee127ad..3da589e2c 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:nightly + - image: edgehub/deviceshifu-http-opcua:v0.48.0-rc1 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 5430830d1..e1496c3f8 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:nightly + - image: edgehub/deviceshifu-http-plc4x:v0.48.0-rc1 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 b864dd3b6..d14099b0c 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 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 a7293f83c..9fa45e836 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml index 8285c477a..c89cfa790 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:nightly + - image: edgehub/deviceshifu-http-socket:v0.48.0-rc1 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml index d00a5c0dc..27798b679 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:nightly + - image: edgehub/deviceshifu-tcp-tcp:v0.48.0-rc1 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 11b1d964e..3f3d673f6 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:nightly + - image: edgehub/deviceshifu-http-http:v0.48.0-rc1 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/pkg/k8s/crd/config/manager/kustomization.yaml b/pkg/k8s/crd/config/manager/kustomization.yaml index 0583dee2e..7490d70a8 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: nightly + newTag: v0.48.0-rc1 diff --git a/pkg/k8s/crd/install/config_default.yaml b/pkg/k8s/crd/install/config_default.yaml index f3217cc4a..a6dbe2565 100644 --- a/pkg/k8s/crd/install/config_default.yaml +++ b/pkg/k8s/crd/install/config_default.yaml @@ -515,7 +515,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:nightly + image: edgehub/shifu-controller:v0.48.0-rc1 livenessProbe: httpGet: path: /healthz diff --git a/pkg/k8s/crd/install/shifu_install.yml b/pkg/k8s/crd/install/shifu_install.yml index 70c19e019..a847dbc03 100644 --- a/pkg/k8s/crd/install/shifu_install.yml +++ b/pkg/k8s/crd/install/shifu_install.yml @@ -515,7 +515,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:nightly + image: edgehub/shifu-controller:v0.48.0-rc1 livenessProbe: httpGet: path: /healthz diff --git a/pkg/telemetryservice/install/telemetryservice_install.yaml b/pkg/telemetryservice/install/telemetryservice_install.yaml index 5dbdefd76..a8bed800e 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:nightly + image: edgehub/telemetryservice:v0.48.0-rc1 ports: - containerPort: 8080 env: diff --git a/test/scripts/deviceshifu-demo-aio.sh b/test/scripts/deviceshifu-demo-aio.sh index 840f18c44..555e11d0b 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=nightly +SHIFU_IMG_VERSION=v0.48.0-rc1 BUILD_DIR=build_dir IMG_DIR=images RUN_DIR=run_dir diff --git a/version.txt b/version.txt index bf867e0ae..1500c456f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -nightly +v0.48.0-rc1