Skip to content

Commit

Permalink
Update NuvlaEdge version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl committed Oct 13, 2024
1 parent 1b6a0c3 commit 7f0dc9c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
stop_grace_period: 5s
logging:
driver: "json-file"
Expand Down Expand Up @@ -78,7 +78,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.16.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.17.0}
- NE_IMAGE_INSTALLER
- NUVLAEDGE_DEBUG=${NUVLAEDGE_DEBUG:-False}
- NUVLAEDGE_LOGGING_DIRECTORY
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.16.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.17.0}
volumes:
- ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock
- nuvlaedge-data:/var/lib/nuvlaedge
Expand Down Expand Up @@ -170,7 +170,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.16.1}}
image: ${NUVLAEDGE_JOB_ENGINE_LITE_IMAGE:-${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}}
restart: always
container_name: ${COMPOSE_PROJECT_NAME:-nuvlaedge}-job-engine-lite
deploy:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-slim-docker.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.16.1}-slim-docker
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}-slim-docker
restart: always
oom_score_adj: -900
stop_grace_period: 5s
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.16.1}-slim-docker
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.17.0}-slim-docker
- NE_IMAGE_INSTALLER
- NUVLAEDGE_DEBUG=${NUVLAEDGE_DEBUG:-False}
- NUVLAEDGE_LOGGING_DIRECTORY
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
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.16.1}
image: ${NE_IMAGE_REGISTRY:-}${NE_IMAGE_ORGANIZATION:-sixsq}/${NE_IMAGE_REPOSITORY:-nuvlaedge}:${NE_IMAGE_TAG:-2.17.0}
restart: always
oom_score_adj: -900
stop_grace_period: 5s
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
- NE_IMAGE_REGISTRY
- NE_IMAGE_ORGANIZATION
- NE_IMAGE_REPOSITORY
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.16.1}
- NE_IMAGE_TAG=${NE_IMAGE_TAG:-2.17.0}
- 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.16.1
version: 2.17.0

# 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.16.1
appVersion: 2.17.0
8 changes: 4 additions & 4 deletions helm/templates/agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ spec:
- name: NUVLAEDGE_IMAGE
value: "{{ .Values.nuvlaedge.image.registry }}{{ .Values.nuvlaedge.image.organization }}/{{ .Values.nuvlaedge.image.repository }}:{{ .Values.nuvlaedge.image.tag | default .Chart.AppVersion }}"
- name: NUVLAEDGE_EXCLUDED_MONITORS
value: {{ .Values.NUVLAEDGE_EXCLUDED_MONITORS | .Values.agentConfig.excluded_monitors }}
value: {{ .Values.NUVLAEDGE_EXCLUDED_MONITORS | default .Values.agentConfig.excluded_monitors }}
- name: NUVLAEDGE_THREAD_MONITORS
value: {{ .Values.NUVLAEDGE_THREAD_MONITORS | default "False" | quote }}
- name: NUVLAEDGE_IMMUTABLE_SSH_PUB_KEY
value: {{ .Values.NUVLAEDGE_IMMUTABLE_SSH_PUB_KEY }}
- name: NUVLAEDGE_EXEC_JOBS_IN_AGENT
value: {{ .Values.NUVLAEDGE_EXEC_JOBS_IN_AGENT }}
value: {{ .Values.NUVLAEDGE_EXEC_JOBS_IN_AGENT | default "True" | quote }}
- name: NUVLAEDGE_LOG_LEVEL
value: {{ .Values.NUVLAEDGE_LOG_LEVEL | .Values.agentConfig.log_level }}
value: {{ .Values.NUVLAEDGE_LOG_LEVEL | default .Values.agentConfig.log_level }}
- name: NUVLAEDGE_DEBUG
value: {{ .Values.NUVLAEDGE_DEBUG }}
value: {{ .Values.NUVLAEDGE_DEBUG | default "False" | quote }}
- name: NUVLAEDGE_API_KEY
value: {{ .Values.NUVLAEDGE_API_KEY }}
- name: NUVLAEDGE_API_SECRET
Expand Down

0 comments on commit 7f0dc9c

Please sign in to comment.