From 2779fda716d2c7c5ef245d0b57635096da8aefb8 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:08:49 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25a8d58..d0cf85b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Building and using the plugin is a straightforward process. You can run the scri PLUGIN_CHART_PATH=CHART_PATH \ PLUGIN_DOCKER_USERNAME=DOCKER_USERNAME \ PLUGIN_DOCKER_PASSWORD=DOCKER_PASSWORD \ - PLUGIN_DOCKER_NAMESPACE+DOCKER_NAMESPACE + PLUGIN_DOCKER_NAMESPACE=DOCKER_NAMESPACE python main.py Additionally, you can build the Docker image with these commands: From fd51679d59479bafb7c02f042e0c8896772f5d76 Mon Sep 17 00:00:00 2001 From: Akshit Agrawal <71216807+justAkshitAgrawal@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:21:02 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f57891e..36009b6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To learn how to utilize Drone plugins in Harness CI, please consult the provided ## Plugin Image -The plugin `harnesscommunity/drone-push-helm-chart-docker-registry` is available for the following architectures: +The plugin `harnesscommunity/drone-helm-chart-docker-registry` is available for the following architectures: | OS | Tag | | ------------- | --------------- | @@ -43,7 +43,7 @@ The plugin `harnesscommunity/drone-push-helm-chart-docker-registry` is available identifier: Push_Helm_to_Docker spec: connectorRef: harness-docker-connector - image: harnesscommunity/drone-helm-chart-docker-registry:linux-amd64 + image: harnesscommunity/drone-helm-chart-docker-registry settings: chart_name: mywebapp docker_username: <+variable.docker_username>