Skip to content

Commit

Permalink
Bump to version 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-c…
Browse files Browse the repository at this point in the history
…ache [skip ci]
  • Loading branch information
pagopa-github-bot committed Aug 25, 2023
1 parent 1c12d48 commit 4e31f4f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 7 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pagopa-api-cache-chart
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.0.7
version: 0.1.0
dependencies:
- name: microservice-chart
version: 3.0.0
Expand All @@ -24,4 +24,4 @@ dependencies:
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: oracleprod
condition: oracleprod.enabled
appVersion: 0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache
appVersion: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
7 changes: 7 additions & 0 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,10 @@ oracleprod:
envSecrets:
!!merge <<: *envSecret
DB_CONFIG_PASSWORD: "oracle-db-cfg-prod-password"
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
7 changes: 7 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,10 @@ oracleprod:
envSecrets:
!!merge <<: *envSecret
DB_CONFIG_PASSWORD: "oracle-db-cfg-password"
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
7 changes: 7 additions & 0 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,10 @@ oracledev:
enabled: false
oracleprod:
enabled: false
microservice-chart:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
canaryDelivery:
deployment:
image:
tag: 0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_fdrv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_nodev1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_verifierv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "API-Config Cacher",
"description": "Generate cache for regarding Nodo dei Pagamenti configuration",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
"version": "0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa.api-config</groupId>
<artifactId>cache</artifactId>
<version>0.6.0-9-PAGOPA-1135-sviluppo-migrazione-api-config-cache</version>
<version>0.6.0-10-PAGOPA-1135-sviluppo-migrazione-api-config-cache</version>
<name>API-Config Cacher</name>
<description>Generate cache for regarding Nodo dei Pagamenti configuration</description>

Expand Down

0 comments on commit 4e31f4f

Please sign in to comment.