diff --git a/kubernetes/kustomization.yaml b/kubernetes/kustomization.yaml index b4ebc9e..f264f94 100644 --- a/kubernetes/kustomization.yaml +++ b/kubernetes/kustomization.yaml @@ -11,9 +11,9 @@ resources: - ../config/rbac images: - name: plugin-barman-cloud - newName: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing + newName: ghcr.io/edkadigital/plugin-barman-cloud-testing newTag: main secretGenerator: - literals: - - SIDECAR_IMAGE=ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar-testing:main + - SIDECAR_IMAGE=ghcr.io/edkadigital/plugin-barman-cloud-sidecar-testing:main name: plugin-barman-cloud diff --git a/manifest.yaml b/manifest.yaml index 7dc9f0b..e4adbb5 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -937,7 +937,7 @@ spec: secretKeyRef: key: SIDECAR_IMAGE name: plugin-barman-cloud-8tfddg42gf - image: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing:main + image: ghcr.io/edkadigital/plugin-barman-cloud-testing:main name: barman-cloud ports: - containerPort: 9090 diff --git a/web/docs/images.md b/web/docs/images.md index f6c32d3..816d079 100644 --- a/web/docs/images.md +++ b/web/docs/images.md @@ -16,7 +16,7 @@ The Barman Cloud Plugin is distributed using two container images: The plugin image contains the logic required to operate the Barman Cloud Plugin within your Kubernetes environment with CloudNativePG. It is published on the -GitHub Container Registry at `ghcr.io/cloudnative-pg/plugin-barman-cloud`. +GitHub Container Registry at `ghcr.io/edkadigital/plugin-barman-cloud`. This image is built from the [`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin) @@ -28,7 +28,7 @@ The sidecar image is used within each PostgreSQL pod in the cluster. It includes the latest supported version of Barman Cloud and is responsible for performing WAL archiving and backups on behalf of CloudNativePG. -It is available at `ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar` and is +It is available at `ghcr.io/edkadigital/plugin-barman-cloud-sidecar` and is built from the [`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar). diff --git a/web/versioned_docs/version-0.4.0/images.md b/web/versioned_docs/version-0.4.0/images.md index f6c32d3..816d079 100644 --- a/web/versioned_docs/version-0.4.0/images.md +++ b/web/versioned_docs/version-0.4.0/images.md @@ -16,7 +16,7 @@ The Barman Cloud Plugin is distributed using two container images: The plugin image contains the logic required to operate the Barman Cloud Plugin within your Kubernetes environment with CloudNativePG. It is published on the -GitHub Container Registry at `ghcr.io/cloudnative-pg/plugin-barman-cloud`. +GitHub Container Registry at `ghcr.io/edkadigital/plugin-barman-cloud`. This image is built from the [`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin) @@ -28,7 +28,7 @@ The sidecar image is used within each PostgreSQL pod in the cluster. It includes the latest supported version of Barman Cloud and is responsible for performing WAL archiving and backups on behalf of CloudNativePG. -It is available at `ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar` and is +It is available at `ghcr.io/edkadigital/plugin-barman-cloud-sidecar` and is built from the [`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar). diff --git a/web/versioned_docs/version-0.4.1/images.md b/web/versioned_docs/version-0.4.1/images.md index f6c32d3..816d079 100644 --- a/web/versioned_docs/version-0.4.1/images.md +++ b/web/versioned_docs/version-0.4.1/images.md @@ -16,7 +16,7 @@ The Barman Cloud Plugin is distributed using two container images: The plugin image contains the logic required to operate the Barman Cloud Plugin within your Kubernetes environment with CloudNativePG. It is published on the -GitHub Container Registry at `ghcr.io/cloudnative-pg/plugin-barman-cloud`. +GitHub Container Registry at `ghcr.io/edkadigital/plugin-barman-cloud`. This image is built from the [`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin) @@ -28,7 +28,7 @@ The sidecar image is used within each PostgreSQL pod in the cluster. It includes the latest supported version of Barman Cloud and is responsible for performing WAL archiving and backups on behalf of CloudNativePG. -It is available at `ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar` and is +It is available at `ghcr.io/edkadigital/plugin-barman-cloud-sidecar` and is built from the [`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar). diff --git a/web/versioned_docs/version-0.5.0/images.md b/web/versioned_docs/version-0.5.0/images.md index f6c32d3..816d079 100644 --- a/web/versioned_docs/version-0.5.0/images.md +++ b/web/versioned_docs/version-0.5.0/images.md @@ -16,7 +16,7 @@ The Barman Cloud Plugin is distributed using two container images: The plugin image contains the logic required to operate the Barman Cloud Plugin within your Kubernetes environment with CloudNativePG. It is published on the -GitHub Container Registry at `ghcr.io/cloudnative-pg/plugin-barman-cloud`. +GitHub Container Registry at `ghcr.io/edkadigital/plugin-barman-cloud`. This image is built from the [`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin) @@ -28,7 +28,7 @@ The sidecar image is used within each PostgreSQL pod in the cluster. It includes the latest supported version of Barman Cloud and is responsible for performing WAL archiving and backups on behalf of CloudNativePG. -It is available at `ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar` and is +It is available at `ghcr.io/edkadigital/plugin-barman-cloud-sidecar` and is built from the [`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).