Skip to content

Commit

Permalink
Revert sqrbot back to previous version on dockerhub
Browse files Browse the repository at this point in the history
Failure to launch sqrbot; will investigate.
  • Loading branch information
jonathansick committed Nov 22, 2023
1 parent ecf0ee2 commit 4129574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/sqrbot/resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ spec:
containers:
- name: sqrbot
imagePullPolicy: "Always"
image: "ghcr.io/lsst-sqre/sqrbot:0.10.6"
# image: "ghcr.io/lsst-sqre/sqrbot:0.10.6"
image: "lsstsqre/sqrbot:latest"
env:
- name: HUBOT_NAME
value: "sqrbot"
Expand Down

0 comments on commit 4129574

Please sign in to comment.