Skip to content

Commit 803166c

Browse files
authored
Merge pull request #1813 from lsst-it/IT-5635/s3nd-v1.5.2
(common) bump s3nd to v1.5.2
2 parents 3306b6d + 3de5ef2 commit 803166c

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

hieradata/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ restic::enable_backup: true
575575
restic::host: "s3.us-east-1.amazonaws.com"
576576

577577
s3daemon_default_image: "ghcr.io/lsst-dm/s3daemon:sha-57e1aa9"
578-
s3nd_default_image: "ghcr.io/lsst-dm/s3nd:1.5.1"
578+
s3nd_default_image: "ghcr.io/lsst-dm/s3nd:1.5.2"
579579
s3daemon::volumes:
580580
- "/data:/data"
581581
- "/home:/home"

spec/hosts/nodes/auxtel-dc01.cp.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3daemon__instance('cp-latiss-s3nd').with(
46-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
46+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
4747
volumes: [
4848
'/data:/data',
4949
'/home:/home',
@@ -71,7 +71,7 @@
7171

7272
it do
7373
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
74-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
74+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
7575
volumes: [
7676
'/data:/data',
7777
'/home:/home',

spec/hosts/nodes/auxtel-dc01.ls.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
it do
4747
is_expected.to contain_s3daemon__instance('ls-latiss-s3nd').with(
48-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
48+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
4949
volumes: [
5050
'/data:/data',
5151
'/home:/home',
@@ -73,7 +73,7 @@
7373

7474
it do
7575
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
76-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
76+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
7777
volumes: [
7878
'/data:/data',
7979
'/home:/home',

spec/hosts/nodes/auxtel-dc01.tu.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3daemon__instance('tu-latiss-s3nd').with(
46-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
46+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
4747
volumes: [
4848
'/data:/data',
4949
'/home:/home',
@@ -71,7 +71,7 @@
7171

7272
it do
7373
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
74-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
74+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
7575
volumes: [
7676
'/data:/data',
7777
'/home:/home',

spec/hosts/nodes/comcam-dc01.cp.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3daemon__instance('cp-comcam-s3nd').with(
46-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
46+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
4747
volumes: [
4848
'/data:/data',
4949
'/home:/home',
@@ -71,7 +71,7 @@
7171

7272
it do
7373
is_expected.to contain_s3daemon__instance('sdfembs3-comcam-s3nd').with(
74-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
74+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
7575
volumes: [
7676
'/data:/data',
7777
'/home:/home',

spec/hosts/nodes/comcam-dc01.tu.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3daemon__instance('tu-comcam-s3nd').with(
46-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
46+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
4747
volumes: [
4848
'/data:/data',
4949
'/home:/home',
@@ -71,7 +71,7 @@
7171

7272
it do
7373
is_expected.to contain_s3daemon__instance('s3dfrgw-comcam-s3nd').with(
74-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
74+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
7575
volumes: [
7676
'/data:/data',
7777
'/home:/home',

spec/hosts/nodes/lsstcam-dc01.ls.lsst.org_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
it do
4848
is_expected.to contain_s3daemon__instance('ls-lsstcam-s3nd').with(
49-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
49+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
5050
volumes: [
5151
'/data:/data',
5252
'/home:/home',
@@ -76,7 +76,7 @@
7676

7777
it do
7878
is_expected.to contain_s3daemon__instance('s3dfrgw-lsstcam-s3nd').with(
79-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
79+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
8080
volumes: [
8181
'/data:/data',
8282
'/home:/home',
@@ -97,7 +97,7 @@
9797

9898
it do
9999
is_expected.to contain_s3daemon__instance('s3dfrgw-lsstcam-test-s3nd').with(
100-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
100+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
101101
volumes: [
102102
'/data:/data',
103103
'/home:/home',

spec/support/spec/lsstcam.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
it do
2020
is_expected.to contain_s3daemon__instance('cp-lsstcam-s3nd').with(
21-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
21+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
2222
volumes: [
2323
'/data:/data',
2424
'/home:/home',
@@ -53,7 +53,7 @@
5353

5454
it do
5555
is_expected.to contain_s3daemon__instance('sdfembs3-lsstcam-s3nd').with(
56-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
56+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
5757
volumes: [
5858
'/data:/data',
5959
'/home:/home',
@@ -89,7 +89,7 @@
8989

9090
it do
9191
is_expected.to contain_s3daemon__instance('sdfembs3-lsstcam-test-s3nd').with(
92-
image: 'ghcr.io/lsst-dm/s3nd:1.5.1',
92+
image: 'ghcr.io/lsst-dm/s3nd:1.5.2',
9393
volumes: [
9494
'/data:/data',
9595
'/home:/home',

0 commit comments

Comments
 (0)