Skip to content

Commit

Permalink
Merge pull request #17 from pagopa/fix-openapi
Browse files Browse the repository at this point in the history
feat: Updated openapi.json, PaymentOptionsResource
  • Loading branch information
gioelemella authored Oct 11, 2024
2 parents 330ce36 + a197359 commit bcf7309
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 4,396 deletions.
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: pagopa-payment-options
description: Microservice that handles services for payment options
type: application
version: 0.86.0
appVersion: 0.4.6
version: 0.87.0
appVersion: 0.4.6-1-fix-openapi
dependencies:
- name: microservice-chart
version: 5.9.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "payment-options"
image:
repository: ghcr.io/pagopa/pagopa-payment-options-service
tag: "0.4.6"
tag: "0.4.6-1-fix-openapi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "payment-options"
image:
repository: ghcr.io/pagopa/pagopa-payment-options-service
tag: "0.4.6"
tag: "0.4.6-1-fix-openapi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "payment-options"
image:
repository: ghcr.io/pagopa/pagopa-payment-options-service
tag: "0.4.6"
tag: "0.4.6-1-fix-openapi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion infra/04_apim_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
// GPD Payments Pull
display_name = "Payments Options"
description = "API for Payments Options"
path = "payment-options/service"
path = "odp/service"
subscription_required = true
service_url = null
}
Expand Down
Loading

0 comments on commit bcf7309

Please sign in to comment.