Skip to content

Commit 9c3d27f

Browse files
committed
(common) bump default s3nd image to sha-76c43ff
1 parent 838407a commit 9c3d27f

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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:sha-1a94702"
578+
s3nd_default_image: "ghcr.io/lsst-dm/s3nd:sha-76c43ff"
579579
s3daemon::env:
580580
AWS_REGION: "lfa"
581581

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

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

4040
it do
4141
is_expected.to contain_s3daemon__instance('cp-latiss-s3nd').with(
42-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
42+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4343
env: {
4444
'S3ND_ENDPOINT_URL' => 'https://s3.cp.lsst.org',
4545
'S3ND_PORT' => 15_571,
@@ -59,7 +59,7 @@
5959

6060
it do
6161
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
62-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
62+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6363
env: {
6464
'S3ND_ENDPOINT_URL' => 'https://s3dfrgw.slac.stanford.edu',
6565
'S3ND_PORT' => 15_581,

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

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

4242
it do
4343
is_expected.to contain_s3daemon__instance('ls-latiss-s3nd').with(
44-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
44+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4545
env: {
4646
'S3ND_ENDPOINT_URL' => 'https://s3.ls.lsst.org',
4747
'S3ND_PORT' => 15_571,
@@ -61,7 +61,7 @@
6161

6262
it do
6363
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
64-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
64+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6565
env: {
6666
'S3ND_ENDPOINT_URL' => 'https://s3dfrgw.slac.stanford.edu',
6767
'S3ND_PORT' => 15_581,

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

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

4040
it do
4141
is_expected.to contain_s3daemon__instance('tu-latiss-s3nd').with(
42-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
42+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4343
env: {
4444
'S3ND_ENDPOINT_URL' => 'https://s3.tu.lsst.org',
4545
'S3ND_PORT' => 15_571,
@@ -59,7 +59,7 @@
5959

6060
it do
6161
is_expected.to contain_s3daemon__instance('s3dfrgw-latiss-s3nd').with(
62-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
62+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6363
env: {
6464
'S3ND_ENDPOINT_URL' => 'https://s3dfrgw.slac.stanford.edu',
6565
'S3ND_PORT' => 15_581,

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

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

4040
it do
4141
is_expected.to contain_s3daemon__instance('cp-comcam-s3nd').with(
42-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
42+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4343
env: {
4444
'S3ND_ENDPOINT_URL' => 'https://s3.cp.lsst.org',
4545
'S3ND_PORT' => 15_571,
@@ -59,7 +59,7 @@
5959

6060
it do
6161
is_expected.to contain_s3daemon__instance('sdfembs3-comcam-s3nd').with(
62-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
62+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6363
env: {
6464
'S3ND_ENDPOINT_URL' => 'https://sdfembs3.sdf.slac.stanford.edu',
6565
'S3ND_PORT' => 15_581,

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

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

4040
it do
4141
is_expected.to contain_s3daemon__instance('tu-comcam-s3nd').with(
42-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
42+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4343
env: {
4444
'S3ND_ENDPOINT_URL' => 'https://s3.tu.lsst.org',
4545
'S3ND_PORT' => 15_571,
@@ -59,7 +59,7 @@
5959

6060
it do
6161
is_expected.to contain_s3daemon__instance('s3dfrgw-comcam-s3nd').with(
62-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
62+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6363
env: {
6464
'S3ND_ENDPOINT_URL' => 'https://s3dfrgw.slac.stanford.edu',
6565
'S3ND_PORT' => 15_581,

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

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

4343
it do
4444
is_expected.to contain_s3daemon__instance('ls-lsstcam-s3nd').with(
45-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
45+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4646
env: {
4747
'S3ND_ENDPOINT_URL' => 'https://s3.ls.lsst.org',
4848
'S3ND_PORT' => 15_571,
@@ -64,7 +64,7 @@
6464

6565
it do
6666
is_expected.to contain_s3daemon__instance('s3dfrgw-lsstcam-s3nd').with(
67-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
67+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
6868
env: {
6969
'S3ND_ENDPOINT_URL' => 'https://s3dfrgw.slac.stanford.edu',
7070
'S3ND_PORT' => 15_581,

spec/support/spec/lsstcam.rb

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

1515
it do
1616
is_expected.to contain_s3daemon__instance('cp-lsstcam-s3nd').with(
17-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
17+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
1818
env: {
1919
'S3ND_ENDPOINT_URL' => 'https://s3.cp.lsst.org',
2020
'S3ND_PORT' => 15_571,
@@ -40,7 +40,7 @@
4040

4141
it do
4242
is_expected.to contain_s3daemon__instance('sdfembs3-lsstcam-s3nd').with(
43-
image: 'ghcr.io/lsst-dm/s3nd:sha-1a94702',
43+
image: 'ghcr.io/lsst-dm/s3nd:sha-76c43ff',
4444
env: {
4545
'S3ND_ENDPOINT_URL' => 'https://sdfembs3.sdf.slac.stanford.edu',
4646
'S3ND_PORT' => 15_581,

0 commit comments

Comments
 (0)