Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 7 additions & 7 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: v2
name: core
description: APIs to manage configuration for CI and PSP of pagoPA
type: application
version: 0.184.0
appVersion: 0.59.27
version: 0.185.0
appVersion: 0.59.27-1-remore-oracle-deploy
dependencies:
- name: microservice-chart
version: 2.8.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: postgresql
condition: postgresql.enabled
- name: microservice-chart
version: 2.8.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: oracle
condition: oracle.enabled
# - name: microservice-chart
# version: 2.8.0
# repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
# alias: oracle
# condition: oracle.enabled
6 changes: 3 additions & 3 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.27"
tag: "0.59.27-1-remore-oracle-deploy"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -157,8 +157,8 @@ postgresql:
!!merge <<: *envSecret
SPRING_DATASOURCE_PASSWORD: 'postgresql-db-cfg-password'
# Configuration for Oracle
oracle:
enabled: false
# oracle:
# enabled: false
# !!merge <<: *microservice-chart
# ingress:
# !!merge <<: *ingress
Expand Down
6 changes: 3 additions & 3 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.27"
tag: "0.59.27-1-remore-oracle-deploy"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -166,8 +166,8 @@ postgresql:
!!merge <<: *envSecret
SPRING_DATASOURCE_PASSWORD: 'postgresql-db-cfg-password'
# Configuration for Oracle
oracle:
enabled: false
# oracle:
# enabled: false
# !!merge <<: *microservice-chart
# ingress:
# !!merge <<: *ingress
Expand Down
6 changes: 3 additions & 3 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.27"
tag: "0.59.27-1-remore-oracle-deploy"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -156,8 +156,8 @@ postgresql:
!!merge <<: *envSecret
SPRING_DATASOURCE_PASSWORD: 'postgresql-db-cfg-password'
# Configuration for Oracle
oracle:
enabled: false
# oracle:
# enabled: false
# !!merge <<: *microservice-chart
# ingress:
# !!merge <<: *ingress
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.27"
"version": "0.59.27-1-remore-oracle-deploy"
},
"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.27"
"version": "0.59.27-1-remore-oracle-deploy"
},
"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.27</version>
<version>0.59.27-1-remore-oracle-deploy</version>
<description>Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti</description>

<properties>
Expand Down
Loading