Skip to content

Commit

Permalink
Merge pull request #54 from siemens/develop
Browse files Browse the repository at this point in the history
ci: chore app packager, image refs
  • Loading branch information
thediveo authored Apr 12, 2024
2 parents 9e8a8e3 + daa747d commit e2c7591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packageandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Package Edgeshark IE app
run: |
go run github.com/thediveo/tiap/cmd/[email protected].2 \
go run github.com/thediveo/tiap/cmd/[email protected].4 \
deployments/industrial-edge/app \
--out edgeshark.app \
--app-version ${{github.ref_name}}
Expand Down
4 changes: 2 additions & 2 deletions deployments/industrial-edge/app/edgeshark/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.4'
services:
gostwire:
image: 'ghcr.io/siemens/ghostwire:2.1.18'
image: 'ghcr.io/siemens/ghostwire:2.4.1'
read_only: true
mem_limit: 48mb
restart: unless-stopped
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
- './publish/:/publish/'
- './cfg-data/:/cfg-data/'
edgeshark:
image: 'ghcr.io/siemens/packetflix:0.9.6'
image: 'ghcr.io/siemens/packetflix:0.9.7'
mem_limit: 32mb
read_only: true
restart: unless-stopped
Expand Down

0 comments on commit e2c7591

Please sign in to comment.