Skip to content

Commit cc7f97b

Browse files
authored
Merge branch 'main' into renovate/golangci-lint-digest
2 parents d014cdf + 148873a commit cc7f97b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ go.work
3737

3838
# E2e test artifacts
3939
test/e2e/bin
40+
test/e2e/kustomization.yaml
41+
4042
# Test registry certificates
4143
certs/
4244
# Utility dir for manifest build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
107107

108108
```sh
109109
kubectl apply -f \
110-
https://raw.githubusercontent.com/cloudnative-pg/plugin-barman-cloud/refs/heads/main/manifest.yaml
110+
https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.1.0/manifest.yaml
111111
```
112112

113113
Example output:

0 commit comments

Comments
 (0)