Skip to content

Commit

Permalink
Update NuvlaEdge version to 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl committed Aug 21, 2024
1 parent c1a4b40 commit da51f94
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docker-compose-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"


x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.2}
- NE_IMAGE_INSTALLER
- NUVLAEDGE_DEBUG=${NUVLAEDGE_DEBUG:-False}
- NUVLAEDGE_LOGGING_DIRECTORY
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.2}
volumes:
- ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock
- nuvlaedge-data:/var/lib/nuvlaedge
Expand Down Expand Up @@ -169,7 +169,7 @@ services:

job-engine-lite:
<<: *common
image: ${NUVLAEDGE_JOB_ENGINE_LITE_IMAGE:-${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}}
image: ${NUVLAEDGE_JOB_ENGINE_LITE_IMAGE:-${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}}
restart: always
container_name: ${COMPOSE_PROJECT_NAME:-nuvlaedge}-job-engine-lite
deploy:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.bluetooth.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.gpu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.modbus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.network.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.security.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.usb.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"

x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"


x-common: &common
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.15.2}
restart: always
oom_score_adj: -900
stop_grace_period: 5s
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.15.2}
- NE_IMAGE_INSTALLER
- NUVLAEDGE_DEBUG=${NUVLAEDGE_DEBUG:-False}
- NUVLAEDGE_LOGGING_DIRECTORY
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.15.1
version: 2.15.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.15.1
appVersion: 2.15.2

0 comments on commit da51f94

Please sign in to comment.