From d83d2cadfd31305b18c23c5d218945a41e6783b9 Mon Sep 17 00:00:00 2001 From: svariant Date: Tue, 26 Nov 2024 15:35:20 +0100 Subject: [PATCH] fix: Remove fullname overdrive helm --- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 53a998e..63927a3 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -1,7 +1,7 @@ microservice-chart: namespace: "gps" nameOverride: "" - fullnameOverride: "pagopa/pagopa-gpd-ingestion-manager" + fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-ingestion-manager tag: "0.2.0" diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index b815e4c..31c07ef 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -1,7 +1,7 @@ microservice-chart: namespace: "gps" nameOverride: "" - fullnameOverride: "pagopa/pagopa-gpd-ingestion-manager" + fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-ingestion-manager tag: "0.2.0" diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 60835f8..e8b4343 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -1,7 +1,7 @@ microservice-chart: namespace: "gps" nameOverride: "" - fullnameOverride: "pagopa/pagopa-gpd-ingestion-manager" + fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-ingestion-manager tag: "0.2.0"