mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-10 11:42:20 +02:00
Compare commits
1 Commits
551129ad78
...
cd0181471c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd0181471c |
@ -9,7 +9,6 @@ resources:
|
||||
- service.yaml
|
||||
- ../config/crd
|
||||
- ../config/rbac
|
||||
# If you change newName, update the e2e overlay in test/e2e/e2e_suite_test.go too.
|
||||
images:
|
||||
- name: plugin-barman-cloud
|
||||
newName: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing
|
||||
|
||||
@ -57,11 +57,9 @@ var _ = SynchronizedBeforeSuite(func(ctx SpecContext) []byte {
|
||||
const barmanCloudKustomizationPath = "./kustomize/kubernetes/"
|
||||
barmanCloudKustomization := &kustomizeTypes.Kustomization{
|
||||
Resources: []string{barmanCloudKustomizationPath},
|
||||
// Override the image from the base kustomization (kubernetes/kustomization.yaml)
|
||||
// with the locally-built one. The Name must match the newName in the base.
|
||||
Images: []kustomizeTypes.Image{
|
||||
{
|
||||
Name: "ghcr.io/cloudnative-pg/plugin-barman-cloud-testing",
|
||||
Name: "docker.io/library/plugin-barman-cloud",
|
||||
NewName: "registry.barman-cloud-plugin:5000/plugin-barman-cloud",
|
||||
NewTag: "testing",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user