From 579aca41a23dea0cff6a1cc786dd7c7ba582695e Mon Sep 17 00:00:00 2001 From: Matteo <matteo.difazio@garr.it> Date: Fri, 21 May 2021 11:06:59 +0200 Subject: [PATCH] 20210521 Matteo: Update docker images --- fdp-api.yaml | 2 +- fdp-client.yaml | 2 +- ffds-register.yaml | 2 +- smartharvester.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fdp-api.yaml b/fdp-api.yaml index 6ac4932..c295870 100644 --- a/fdp-api.yaml +++ b/fdp-api.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: fdp-api - image: cines/cines-fdp:v25 + image: cines/cines-fdp:vb3 ports: - name: http containerPort: 80 diff --git a/fdp-client.yaml b/fdp-client.yaml index 028a806..bcee67e 100644 --- a/fdp-client.yaml +++ b/fdp-client.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: fdp-client - image: cines/cines-fdp-client:v7 + image: cines/cines-fdp-client:vb ports: - name: http containerPort: 80 diff --git a/ffds-register.yaml b/ffds-register.yaml index 72ff537..c2eda12 100644 --- a/ffds-register.yaml +++ b/ffds-register.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: ffds-register - image: cines/ffds-register-front:v9 + image: git.garr.it:5050/eosc-pillar/ffds/ffds-register-front/ffds-register-front:latest ports: - name: http containerPort: 80 diff --git a/smartharvester.yaml b/smartharvester.yaml index 3dd4076..0310318 100644 --- a/smartharvester.yaml +++ b/smartharvester.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: fdp-api - image: cines/smartharvester:v0 + image: git.garr.it:5050/eosc-pillar/ffds/ffds-smart-harvester/ffds-smart-harvester:latest ports: - name: http containerPort: 8080 -- GitLab