From 85c8a524eb7e1fa7f838b25d990c533cad8fabd8 Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Mon, 16 Dec 2024 11:04:39 +0100 Subject: [PATCH 1/2] ci: add e2e kustomization.yaml to .gitignore (#112) Running e2e tests generates temporary kustomization.yaml files. The uncommitted ci task would fail if it finds one of these during its run, so we add the path to the .gitignore. Fixes #111 Signed-off-by: Francesco Canovai --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d912bda..9c99297 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ go.work # E2e test artifacts test/e2e/bin +test/e2e/kustomization.yaml + # Test registry certificates certs/ # Utility dir for manifest build From 148873a7a9648a9387ec311c8f1d68a052388be1 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Mon, 16 Dec 2024 11:06:51 +0100 Subject: [PATCH 2/2] chore: update manifest link (#109) Signed-off-by: Leonardo Cecchi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 835ae29..0d9a517 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch: ```sh kubectl apply -f \ - https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml + https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.1.0/manifest.yaml ``` Example output: