Skip to content

Commit

Permalink
Version set to 3.5.0PE
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed May 9, 2023
2 parents d5caf2d + caa172e commit ce5729a
Show file tree
Hide file tree
Showing 33 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion aws/microservices/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
10 changes: 5 additions & 5 deletions aws/microservices/tb-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -209,7 +209,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-integration-executor:3.4.4PE
image: thingsboard/tb-pe-integration-executor:3.5.0PE
ports:
- containerPort: 8082
name: http
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-ui:3.4.4PE
image: thingsboard/tb-pe-web-ui:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-js-executor:3.4.4PE
image: thingsboard/tb-js-executor:3.5.0PE
resources:
limits:
cpu: "100m"
Expand Down Expand Up @@ -424,7 +424,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
resources:
limits:
cpu: "100m"
Expand Down
2 changes: 1 addition & 1 deletion aws/microservices/transports/tb-coap-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-coap-transport:3.4.4PE
image: thingsboard/tb-pe-coap-transport:3.5.0PE
ports:
- containerPort: 5683
name: coap
Expand Down
2 changes: 1 addition & 1 deletion aws/microservices/transports/tb-http-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-http-transport:3.4.4PE
image: thingsboard/tb-pe-http-transport:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down
2 changes: 1 addition & 1 deletion aws/microservices/transports/tb-lwm2m-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-lwm2m-transport:3.4.4PE
image: thingsboard/tb-pe-lwm2m-transport:3.5.0PE
ports:
- containerPort: 5685
name: lwm2m
Expand Down
2 changes: 1 addition & 1 deletion aws/microservices/transports/tb-mqtt-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-mqtt-transport:3.4.4PE
image: thingsboard/tb-pe-mqtt-transport:3.5.0PE
ports:
- containerPort: 1883
name: mqtt
Expand Down
2 changes: 1 addition & 1 deletion aws/microservices/transports/tb-snmp-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-snmp-transport:3.4.4PE
image: thingsboard/tb-pe-snmp-transport:3.5.0PE
resources:
limits:
cpu: "1000m"
Expand Down
2 changes: 1 addition & 1 deletion aws/monolith/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions aws/monolith/tb-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
ports:
- containerPort: 8383
name: http
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
10 changes: 5 additions & 5 deletions azure/microservices/tb-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -229,7 +229,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-integration-executor:3.4.4PE
image: thingsboard/tb-pe-integration-executor:3.5.0PE
ports:
- containerPort: 8082
name: http
Expand Down Expand Up @@ -313,7 +313,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
ports:
- containerPort: 8383
name: http
Expand Down Expand Up @@ -387,7 +387,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-ui:3.4.4PE
image: thingsboard/tb-pe-web-ui:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -454,7 +454,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-js-executor:3.4.4PE
image: thingsboard/tb-pe-js-executor:3.5.0PE
resources:
limits:
cpu: "100m"
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/transports/tb-coap-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-coap-transport:3.4.4PE
image: thingsboard/tb-pe-coap-transport:3.5.0PE
ports:
- containerPort: 5683
name: coap
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/transports/tb-http-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-http-transport:3.4.4PE
image: thingsboard/tb-pe-http-transport:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/transports/tb-lwm2m-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-lwm2m-transport:3.4.4PE
image: thingsboard/tb-pe-lwm2m-transport:3.5.0PE
ports:
- containerPort: 5685
name: lwm2m
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/transports/tb-mqtt-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-mqtt-transport:3.4.4PE
image: thingsboard/tb-pe-mqtt-transport:3.5.0PE
ports:
- containerPort: 1883
name: mqtt
Expand Down
2 changes: 1 addition & 1 deletion azure/microservices/transports/tb-snmp-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-snmp-transport:3.4.4PE
image: thingsboard/tb-pe-snmp-transport:3.5.0PE
resources:
limits:
cpu: "1000m"
Expand Down
2 changes: 1 addition & 1 deletion azure/monolith/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions azure/monolith/tb-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
ports:
- containerPort: 8383
name: http
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
10 changes: 5 additions & 5 deletions gcp/microservices/tb-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -247,7 +247,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-integration-executor:3.4.4PE
image: thingsboard/tb-pe-integration-executor:3.5.0PE
ports:
- containerPort: 8082
name: http
Expand Down Expand Up @@ -333,7 +333,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
ports:
- containerPort: 8383
name: http
Expand Down Expand Up @@ -409,7 +409,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-ui:3.4.4PE
image: thingsboard/tb-pe-web-ui:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -478,7 +478,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-js-executor:3.4.4PE
image: thingsboard/tb-pe-js-executor:3.5.0PE
resources:
limits:
cpu: "100m"
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/transports/tb-coap-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-coap-transport:3.4.4PE
image: thingsboard/tb-pe-coap-transport:3.5.0PE
ports:
- containerPort: 5683
name: coap
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/transports/tb-http-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-http-transport:3.4.4PE
image: thingsboard/tb-pe-http-transport:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/transports/tb-lwm2m-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-lwm2m-transport:3.4.4PE
image: thingsboard/tb-pe-lwm2m-transport:3.5.0PE
ports:
- containerPort: 5685
name: lwm2m
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/transports/tb-mqtt-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-mqtt-transport:3.4.4PE
image: thingsboard/tb-pe-mqtt-transport:3.5.0PE
ports:
- containerPort: 1883
name: mqtt
Expand Down
2 changes: 1 addition & 1 deletion gcp/microservices/transports/tb-snmp-transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-snmp-transport:3.4.4PE
image: thingsboard/tb-pe-snmp-transport:3.5.0PE
resources:
limits:
cpu: "1000m"
Expand Down
2 changes: 1 addition & 1 deletion gcp/monolith/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions gcp/monolith/tb-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down Expand Up @@ -201,7 +201,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-web-report:3.4.4PE
image: thingsboard/tb-pe-web-report:3.5.0PE
ports:
- containerPort: 8383
name: http
Expand Down
2 changes: 1 addition & 1 deletion minikube/database-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- name: tb-db-setup
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
env:
- name: TB_SERVICE_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion minikube/tb-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
containers:
- name: server
imagePullPolicy: Always
image: thingsboard/tb-pe-node:3.4.4PE
image: thingsboard/tb-pe-node:3.5.0PE
ports:
- containerPort: 8080
name: http
Expand Down
Loading

0 comments on commit ce5729a

Please sign in to comment.