From 27eb0417ca2d7b5475f1d259dc1e4c16b7e5699f Mon Sep 17 00:00:00 2001 From: Safwan GHAMRAWI Date: Thu, 26 Mar 2026 09:52:41 +0100 Subject: [PATCH 1/2] update to 1.2.0 --- deploy-chart/values.ovh.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 deploy-chart/values.ovh.yaml diff --git a/deploy-chart/values.ovh.yaml b/deploy-chart/values.ovh.yaml new file mode 100644 index 00000000..2632b3f6 --- /dev/null +++ b/deploy-chart/values.ovh.yaml @@ -0,0 +1,35 @@ +cabcontext: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-context + pullPolicy: Always + tag: "1.2.0" + +cabevent: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-event + pullPolicy: Always + tag: "1.2.0" + +cabhistoric: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-historic + pullPolicy: Always + tag: "1.2.0" + +cabrecommendation: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-recommendation + pullPolicy: Always + tag: "1.2.0" + +cabcapitalization: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-capitalization + pullPolicy: Always + tag: "1.2.0" + +frontend: + image: + repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-standalone-frontend + pullPolicy: Always + tag: "1.2.0" \ No newline at end of file From 5650e9fcda146e2796d9a21aab0994e439243bc9 Mon Sep 17 00:00:00 2001 From: Safwan GHAMRAWI Date: Thu, 26 Mar 2026 14:10:24 +0100 Subject: [PATCH 2/2] update to 1.2.2 --- deploy-chart/values.ovh.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy-chart/values.ovh.yaml b/deploy-chart/values.ovh.yaml index 2632b3f6..7db880ae 100644 --- a/deploy-chart/values.ovh.yaml +++ b/deploy-chart/values.ovh.yaml @@ -2,34 +2,34 @@ cabcontext: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-context pullPolicy: Always - tag: "1.2.0" + tag: "1.2.2" cabevent: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-event pullPolicy: Always - tag: "1.2.0" + tag: "1.2.2" cabhistoric: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-historic pullPolicy: Always - tag: "1.2.0" + tag: "1.2.2" cabrecommendation: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-recommendation pullPolicy: Always - tag: "1.2.0" + tag: "1.2.2" cabcapitalization: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-capitalization pullPolicy: Always - tag: "1.2.0" + tag: "1.2.2" frontend: image: repository: harbor.irtsysx.fr/docker-proxy-cache/irtsystemx/interactiveai-cab-standalone-frontend pullPolicy: Always - tag: "1.2.0" \ No newline at end of file + tag: "1.2.2" \ No newline at end of file