Skip to content

Commit c11d3c6

Browse files
authored
Merge pull request #1875 from lsst-it/IT-6370/deliverator-bts-1.9.2
(site/ls) bump deliverator to 1.9.2
2 parents ca6593c + 9b34ef4 commit c11d3c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

hieradata/site/ls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ ccs_sal::lfa:
7676

7777
ccs_software::influx_url: "https://ccs-influxdb.ls.lsst.org:443"
7878

79-
s3nd_default_image_ls: "ghcr.io/lsst-dm/deliverator:1.9.1"
79+
s3nd_default_image_ls: "ghcr.io/lsst-dm/deliverator:1.9.2"

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.9.1',
37+
image: 'ghcr.io/lsst-dm/deliverator:1.9.2',
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.9.1',
51+
image: 'ghcr.io/lsst-dm/deliverator:1.9.2',
5252
port: 15_581,
5353
volumes: [
5454
'/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.9.1',
34+
image: 'ghcr.io/lsst-dm/deliverator:1.9.2',
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.9.1',
48+
image: 'ghcr.io/lsst-dm/deliverator:1.9.2',
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.9.1',
68+
image: 'ghcr.io/lsst-dm/deliverator:1.9.2',
6969
port: 15_591,
7070
volumes: [
7171
'/data:/data',

0 commit comments

Comments
 (0)