From 0654e67865afc331b3639d6182eb479a3b3a1768 Mon Sep 17 00:00:00 2001 From: Kalibh Halford Date: Thu, 12 Dec 2024 11:02:04 +0000 Subject: [PATCH] MAINT: Bump version --- cloud-chatops/deployment.yml | 2 +- cloud-chatops/docker-compose.yaml | 2 +- cloud-chatops/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-chatops/deployment.yml b/cloud-chatops/deployment.yml index 1fec867..e4028bd 100644 --- a/cloud-chatops/deployment.yml +++ b/cloud-chatops/deployment.yml @@ -19,7 +19,7 @@ spec: spec: containers: - name: cloud-chatops - image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:5.0.0 + image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:5.0.1 env: - name: HOST_IP valueFrom: diff --git a/cloud-chatops/docker-compose.yaml b/cloud-chatops/docker-compose.yaml index abff682..4d6972f 100644 --- a/cloud-chatops/docker-compose.yaml +++ b/cloud-chatops/docker-compose.yaml @@ -1,6 +1,6 @@ services: cloud_chatops: - image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:5.0.0 + image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:5.0.1 environment: HOST_IP: ${HOST_IP:?error} volumes: diff --git a/cloud-chatops/version.txt b/cloud-chatops/version.txt index 0062ac9..6b244dc 100644 --- a/cloud-chatops/version.txt +++ b/cloud-chatops/version.txt @@ -1 +1 @@ -5.0.0 +5.0.1