mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
Update container image references to edkadigital
This commit is contained in:
parent
cb1d3e88c8
commit
654a32fe34
@ -11,9 +11,9 @@ resources:
|
|||||||
- ../config/rbac
|
- ../config/rbac
|
||||||
images:
|
images:
|
||||||
- name: plugin-barman-cloud
|
- name: plugin-barman-cloud
|
||||||
newName: ghcr.io/cloudnative-pg/plugin-barman-cloud-testing
|
newName: ghcr.io/edkadigital/plugin-barman-cloud-testing
|
||||||
newTag: main
|
newTag: main
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- literals:
|
- 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
|
name: plugin-barman-cloud
|
||||||
|
|||||||
@ -937,7 +937,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: SIDECAR_IMAGE
|
key: SIDECAR_IMAGE
|
||||||
name: plugin-barman-cloud-8tfddg42gf
|
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
|
name: barman-cloud
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9090
|
- containerPort: 9090
|
||||||
|
|||||||
@ -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
|
The plugin image contains the logic required to operate the Barman Cloud Plugin
|
||||||
within your Kubernetes environment with CloudNativePG. It is published on the
|
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
|
This image is built from the
|
||||||
[`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin)
|
[`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
|
includes the latest supported version of Barman Cloud and is responsible for
|
||||||
performing WAL archiving and backups on behalf of CloudNativePG.
|
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
|
built from the
|
||||||
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
||||||
|
|
||||||
|
|||||||
@ -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
|
The plugin image contains the logic required to operate the Barman Cloud Plugin
|
||||||
within your Kubernetes environment with CloudNativePG. It is published on the
|
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
|
This image is built from the
|
||||||
[`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin)
|
[`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
|
includes the latest supported version of Barman Cloud and is responsible for
|
||||||
performing WAL archiving and backups on behalf of CloudNativePG.
|
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
|
built from the
|
||||||
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
||||||
|
|
||||||
|
|||||||
@ -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
|
The plugin image contains the logic required to operate the Barman Cloud Plugin
|
||||||
within your Kubernetes environment with CloudNativePG. It is published on the
|
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
|
This image is built from the
|
||||||
[`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin)
|
[`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
|
includes the latest supported version of Barman Cloud and is responsible for
|
||||||
performing WAL archiving and backups on behalf of CloudNativePG.
|
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
|
built from the
|
||||||
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
||||||
|
|
||||||
|
|||||||
@ -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
|
The plugin image contains the logic required to operate the Barman Cloud Plugin
|
||||||
within your Kubernetes environment with CloudNativePG. It is published on the
|
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
|
This image is built from the
|
||||||
[`Dockerfile.plugin`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.plugin)
|
[`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
|
includes the latest supported version of Barman Cloud and is responsible for
|
||||||
performing WAL archiving and backups on behalf of CloudNativePG.
|
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
|
built from the
|
||||||
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
[`Dockerfile.sidecar`](https://github.com/cloudnative-pg/plugin-barman-cloud/blob/main/containers/Dockerfile.sidecar).
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user