Skip to content

Commit

Permalink
Fix broken docker hub url (#1951)
Browse files Browse the repository at this point in the history
* Fix broken docker hub url

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>

* Added changeset

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>

---------

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
  • Loading branch information
arshadkazmi42 and awanlin authored Nov 29, 2024
1 parent 10cbe77 commit 6cd4e02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 6cd4e02

Please sign in to comment.