Skip to content

Commit

Permalink
MAINT: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Dec 12, 2024
1 parent 8a3d710 commit 0654e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-chatops/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cloud-chatops/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cloud-chatops/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1

0 comments on commit 0654e67

Please sign in to comment.