Skip to content

Commit

Permalink
pkg/recipe: update storj default image
Browse files Browse the repository at this point in the history
Change-Id: I470ede43ccf5554cfabd4f19e4e3080951246a59
  • Loading branch information
dlamarmorgan committed Oct 9, 2024
1 parent 0377bd4 commit a6ce327
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkg/recipe/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
4 changes: 2 additions & 2 deletions pkg/recipe/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand All @@ -31,7 +31,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
4 changes: 2 additions & 2 deletions pkg/recipe/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down Expand Up @@ -55,7 +55,7 @@ add:
- storj
- core
instance: 10
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- storagenode
- run
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/rangedloop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/repair.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- core
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- satellite
- run
Expand Down
2 changes: 1 addition & 1 deletion pkg/recipe/uplink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: uplink
description: uplink service
add:
- name: uplink
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- tail
- -F
Expand Down
4 changes: 2 additions & 2 deletions pkg/recipe/versioncontrol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add:
label:
- storj
- versioncontrol
image: img.dev.storj.io/storjup/storj:1.111.4
image: img.dev.storj.io/storjup/storj:1.114.6
command:
- versioncontrol
- run
Expand All @@ -24,4 +24,4 @@ add:
STORJ_ADDRESS: '{{ Host .This "listen" }}:{{ Port .This "public" }}'
STORJ_DEBUG_ADDR: '{{ Host .This "listen" }}:{{ Port .This "debug" }}'
environment:
STORJ_DEFAULTS: dev
STORJ_DEFAULTS: dev

0 comments on commit a6ce327

Please sign in to comment.