fix/release: remove appliance image publication#800
Merged
Conversation
eseliger
approved these changes
Jan 12, 2026
3 tasks
DaedalusG
added a commit
that referenced
this pull request
Jan 12, 2026
Backport c7945da from #800 I'm not sure how this hasn't failed on other releases but we don't publish appliance anymore and this crashed promotion in the 6.12.0 release: ``` 👉 [ step] Running step "sg ops:migrator" -- [sg ops:migrator] +++ 👉 using Docker Hub registry index.docker.io/sourcegraph [sg ops:migrator] +++ 👉 pinning images to tag "6.12.0" [sg ops:migrator] Updated migrator [sg ops:migrator] - docker.io/sourcegraph/migrator:6.0.0@sha256:ec295eb0b743da6bf56777ca6524972267a5c442b0288095e2fe12fce38ebacc [sg ops:migrator] + index.docker.io/sourcegraph/migrator:6.12.0@sha256:b12184766122a8f22cef78f8ecbfd5cd20837f9d480716cea0e031e9f505b1f1 [ step] Step "sg ops:migrator" succeeded 👉 [ step] Running step "sg ops:appliance" [sg ops:appliance] +++ 👉 using Docker Hub registry index.docker.io/sourcegraph [sg ops:appliance] +++ 👉 pinning images to tag "6.12.0" [sg ops:appliance] ^^^ +++ ⨯ couldn't read charts/sourcegraph-appliance/values.yaml: open charts/sourcegraph-appliance/values.yaml: no such file or directory [sg ops:appliance] Step failed: exit status 1 🚨 Error: The command exited with status 1 ``` https://buildkite.com/sourcegraph/deploy-sourcegraph-helm/builds/2441#019bb42a-f692-41cc-9c2e-d3f27c6c6d95 ### Checklist - [ ] Follow the [manual testing process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md) - [ ] Update [changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md) - [ ] Update [Kubernetes update doc](https://docs.sourcegraph.com/admin/updates/kubernetes) ### Test plan Co-authored-by: Warren Gifford <warrenbruceg@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm not sure how this hasn't failed on other releases but we don't publish appliance anymore and this crashed promotion in the 6.12.0 release:
https://buildkite.com/sourcegraph/deploy-sourcegraph-helm/builds/2441#019bb42a-f692-41cc-9c2e-d3f27c6c6d95
Checklist
Test plan