From 1af60f8fa63b00ea4e5a17434e577b6e780a64b1 Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Sat, 16 Nov 2024 20:16:16 +0100 Subject: [PATCH 1/2] Fix broken docker hub url Signed-off-by: Arshad Kazmi --- workspaces/gitops-profiles/plugins/gitops-profiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/gitops-profiles/plugins/gitops-profiles/README.md b/workspaces/gitops-profiles/plugins/gitops-profiles/README.md index 472ea3cc4e..2fa8495728 100644 --- a/workspaces/gitops-profiles/plugins/gitops-profiles/README.md +++ b/workspaces/gitops-profiles/plugins/gitops-profiles/README.md @@ -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 From 75b16312730633afa9fb60bb5a775660fa16fee6 Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Fri, 29 Nov 2024 20:39:30 +0100 Subject: [PATCH 2/2] Added changeset Signed-off-by: Arshad Kazmi --- workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md diff --git a/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md b/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md new file mode 100644 index 0000000000..376ef25850 --- /dev/null +++ b/workspaces/gitops-profiles/.changeset/wet-jars-sneeze.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-gitops-profiles': patch +--- + +Fix broken link to docker image with binary of the plugin