Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken docker hub url #1951

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-gitops-profiles': patch
---

Fix broken link to docker image with binary of the plugin
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It is only meant for local development, and the setup for it can be found inside
## Use GitOps-API backend with Backstage

The backend of this plugin is written in Golang and its source code is available [here](https://github.com/chanwit/gitops-api) as a separate GitHub repository.
The binary of this plugin is available as a ready-to-use Docker image, [https://hub.docker.com/chanwit/gitops-api](https://hub.docker.com/chanwit/gitops-api).
The binary of this plugin is available as a ready-to-use Docker image, [https://hub.docker.com/r/chanwit/gitops-api](https://hub.docker.com/r/chanwit/gitops-api).
To start using GitOps with Backstage, you have to start the backend using the following command:

```bash
Expand Down