Skip to content

Commit

Permalink
MAINT: Bump major version
Browse files Browse the repository at this point in the history
As the deployment is changing the major version needs to be changed
  • Loading branch information
khalford committed Jan 13, 2025
1 parent 877f42d commit 403f767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-chatops/deployments/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.2
image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:6.0.0
env:
- name: HOST_IP
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion cloud-chatops/deployments/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.2
image: harbor.stfc.ac.uk/stfc-cloud/cloud-chatops:6.0.0
volumes:
- /etc/chatops/secrets/:/usr/src/app/cloud_chatops/secrets/
- /etc/chatops/config/:/usr/src/app/cloud_chatops/config/
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.2
6.0.0

0 comments on commit 403f767

Please sign in to comment.