Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAGOPA-2416] DNS internal: updated helm files #326

Merged
merged 2 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core
description: APIs to manage configuration for CI and PSP of pagoPA
type: application
version: 0.177.0
appVersion: 0.59.21
version: 0.178.0
appVersion: 0.59.22
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.59.21"
tag: "0.59.22"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -145,7 +145,7 @@ postgresql:
!!merge <<: *envConfig
WEBSITE_SITE_NAME: 'pagopaapiconfig-postgresql'
APPLICATIONINSIGHTS_ROLE_NAME: "pagopa-api-config-core-postgresql"
SPRING_DATASOURCE_URL: 'jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_URL: 'jdbc:postgresql://nodo-db.d.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_USERNAME: 'cfg'
SPRING_DATASOURCE_DRIVER: 'org.postgresql.Driver'
SPRING_JPA_DB_PLATFORM: 'org.hibernate.dialect.PostgreSQLDialect'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.59.21"
tag: "0.59.22"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -154,7 +154,7 @@ postgresql:
!!merge <<: *envConfig
WEBSITE_SITE_NAME: 'pagopaapiconfig-postgresql'
APPLICATIONINSIGHTS_ROLE_NAME: "pagopa-api-config-core-postgresql"
SPRING_DATASOURCE_URL: 'jdbc:postgresql://pagopa-p-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_URL: 'jdbc:postgresql://nodo-db.p.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_USERNAME: 'cfg'
SPRING_DATASOURCE_DRIVER: 'org.postgresql.Driver'
SPRING_JPA_DB_PLATFORM: 'org.hibernate.dialect.PostgreSQLDialect'
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.59.21"
tag: "0.59.22"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -144,7 +144,7 @@ postgresql:
!!merge <<: *envConfig
WEBSITE_SITE_NAME: 'pagopaapiconfig-postgresql'
APPLICATIONINSIGHTS_ROLE_NAME: "pagopa-api-config-core-postgresql"
SPRING_DATASOURCE_URL: 'jdbc:postgresql://pagopa-u-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_URL: 'jdbc:postgresql://nodo-db.u.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
SPRING_DATASOURCE_USERNAME: 'cfg'
SPRING_DATASOURCE_DRIVER: 'org.postgresql.Driver'
SPRING_JPA_DB_PLATFORM: 'org.hibernate.dialect.PostgreSQLDialect'
Expand Down
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": "core",
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.59.21"
"version": "0.59.22"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "core",
"version": "0.59.21"
"version": "0.59.22"
},
"host": "localhost:8080",
"basePath": "/",
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.apiconfig</groupId>
<artifactId>core</artifactId>
<version>0.59.21</version>
<version>0.59.22</version>
<description>Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti</description>

<properties>
Expand Down
Loading