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"