From 379fa7ac81aa08589e68de2904496ec8a3ea4330 Mon Sep 17 00:00:00 2001 From: bcaton Date: Fri, 18 Oct 2024 08:48:16 -0400 Subject: [PATCH] updating pvc reference --- .../components/clairpgupgrade/base/clair-pg-old.deployment.yaml | 2 +- .../clairpgupgrade/base/clair-pg-old.persistentvolumeclaim.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/components/clairpgupgrade/base/clair-pg-old.deployment.yaml b/kustomize/components/clairpgupgrade/base/clair-pg-old.deployment.yaml index 53718d365..50b4626b0 100644 --- a/kustomize/components/clairpgupgrade/base/clair-pg-old.deployment.yaml +++ b/kustomize/components/clairpgupgrade/base/clair-pg-old.deployment.yaml @@ -26,7 +26,7 @@ spec: name: clair-postgres-conf-sample - name: postgres-data persistentVolumeClaim: - claimName: clair-postgres + claimName: clair-postgres-13 containers: - name: postgres image: quay.io/sclorg/postgresql-13-c9s:latest diff --git a/kustomize/components/clairpgupgrade/base/clair-pg-old.persistentvolumeclaim.yaml b/kustomize/components/clairpgupgrade/base/clair-pg-old.persistentvolumeclaim.yaml index 7b926e552..a18630f0b 100644 --- a/kustomize/components/clairpgupgrade/base/clair-pg-old.persistentvolumeclaim.yaml +++ b/kustomize/components/clairpgupgrade/base/clair-pg-old.persistentvolumeclaim.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: clair-postgres + name: clair-postgres-13 labels: quay-component: clair-postgres annotations: