Skip to content

Commit 48152d8

Browse files
authored
Merge pull request #1880 from lsst-it/IT-6370/deliverator-1.11.1
(common) bump deliverator to 1.11.1
2 parents f3731d4 + 54d3887 commit 48152d8

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
@@ -574,7 +574,7 @@ restic::bucket: "rubin-bm-backups/%{facts.networking.fqdn}"
574574
restic::enable_backup: true
575575
restic::host: "s3.us-east-1.amazonaws.com"
576576

577-
s3nd_default_image: "ghcr.io/lsst-dm/deliverator:1.11.0"
577+
s3nd_default_image: "ghcr.io/lsst-dm/deliverator:1.11.1"
578578
s3nd::volumes:
579579
- "/data:/data"
580580
- "/home:/home"

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

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

3434
it do
3535
is_expected.to contain_s3nd__instance('cp-latiss').with(
36-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
36+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3737
port: 15_571,
3838
volumes: [
3939
'/data:/data',
@@ -47,7 +47,7 @@
4747

4848
it do
4949
is_expected.to contain_s3nd__instance('sdfembs3-latiss').with(
50-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
50+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
5151
port: 15_581,
5252
volumes: [
5353
'/data:/data',

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

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

3535
it do
3636
is_expected.to contain_s3nd__instance('ls-latiss').with(
37-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
37+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3838
port: 15_571,
3939
volumes: [
4040
'/data:/data',
@@ -48,7 +48,7 @@
4848

4949
it do
5050
is_expected.to contain_s3nd__instance('s3dfrgw-latiss').with(
51-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
51+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
5252
port: 15_581,
5353
volumes: [
5454
'/data:/data',

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

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

3333
it do
3434
is_expected.to contain_s3nd__instance('tu-latiss').with(
35-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
35+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3636
port: 15_571,
3737
volumes: [
3838
'/data:/data',
@@ -46,7 +46,7 @@
4646

4747
it do
4848
is_expected.to contain_s3nd__instance('s3dfrgw-latiss').with(
49-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
49+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
5050
port: 15_581,
5151
volumes: [
5252
'/data:/data',

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

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

3030
it do
3131
is_expected.to contain_s3nd__instance('cp-comcam').with(
32-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
32+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3333
port: 15_571,
3434
volumes: [
3535
'/data:/data',
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3nd__instance('sdfembs3-comcam').with(
46-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
46+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
4747
port: 15_581,
4848
volumes: [
4949
'/data:/data',

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

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

3030
it do
3131
is_expected.to contain_s3nd__instance('tu-comcam').with(
32-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
32+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3333
port: 15_571,
3434
volumes: [
3535
'/data:/data',
@@ -43,7 +43,7 @@
4343

4444
it do
4545
is_expected.to contain_s3nd__instance('s3dfrgw-comcam').with(
46-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
46+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
4747
port: 15_581,
4848
volumes: [
4949
'/data:/data',

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

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

3232
it do
3333
is_expected.to contain_s3nd__instance('ls-lsstcam').with(
34-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
34+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
3535
port: 15_571,
3636
volumes: [
3737
'/data:/data',
@@ -45,7 +45,7 @@
4545

4646
it do
4747
is_expected.to contain_s3nd__instance('s3dfrgw-lsstcam').with(
48-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
48+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
4949
port: 15_581,
5050
volumes: [
5151
'/data:/data',
@@ -65,7 +65,7 @@
6565

6666
it do
6767
is_expected.to contain_s3nd__instance('s3dfrgw-lsstcam-test').with(
68-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
68+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
6969
port: 15_591,
7070
volumes: [
7171
'/data:/data',

spec/support/spec/lsstcam.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
shared_examples 'lsstcam-dc.cp' do
44
it do
55
is_expected.to contain_s3nd__instance('cp-lsstcam').with(
6-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
6+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
77
port: 15_571,
88
volumes: [
99
'/data:/data',
@@ -22,7 +22,7 @@
2222

2323
it do
2424
is_expected.to contain_s3nd__instance('sdfembs3-lsstcam').with(
25-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
25+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
2626
port: 15_581,
2727
volumes: [
2828
'/data:/data',
@@ -42,7 +42,7 @@
4242

4343
it do
4444
is_expected.to contain_s3nd__instance('sdfembs3-lsstcam-test').with(
45-
image: 'ghcr.io/lsst-dm/deliverator:1.11.0',
45+
image: 'ghcr.io/lsst-dm/deliverator:1.11.1',
4646
port: 15_591,
4747
volumes: [
4848
'/data:/data',

0 commit comments

Comments
 (0)