Skip to content

Commit

Permalink
Merge pull request #304 from pagopa/PAGOPA-1790-sviluppo-api-config-r…
Browse files Browse the repository at this point in the history
…efresh

Pagopa 1790 sviluppo api config refresh
  • Loading branch information
FedericoRuzzier authored Jun 4, 2024
2 parents 6d356a9 + aba926b commit 4c1e5bd
Show file tree
Hide file tree
Showing 16 changed files with 13,141 additions and 14,535 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
container_app_environment_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_NAME }}
resource_group_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_RESOURCE_GROUP_NAME }} # RG of the runner
pat_token: ${{ secrets.BOT_TOKEN_GITHUB }}
self_hosted_runner_image_tag: "latest"

deploy:
needs: [ create_runner ]
Expand Down
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.147.0
appVersion: 0.58.25
version: 0.148.0
appVersion: 0.58.25-1-PAGOPA-1790-sviluppo-api-config-refresh
dependencies:
- name: microservice-chart
version: 2.8.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 @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.25"
tag: "0.58.25-1-PAGOPA-1790-sviluppo-api-config-refresh"
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 @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.25"
tag: "0.58.25-1-PAGOPA-1790-sviluppo-api-config-refresh"
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 @@ -28,7 +28,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.25"
tag: "0.58.25-1-PAGOPA-1790-sviluppo-api-config-refresh"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
1 change: 1 addition & 0 deletions openapi/generate_openapi_and_swagger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jq '."paths"."/icas/check/massive".post.parameters[0].type |= "file"' ./openapi
jq '."paths"."/icas/massive".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/ibans/csv".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/ibans".post.parameters[0].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json
jq '."paths"."/creditorinstitutions/cbill".post.parameters[1].type |= "file"' ./openapi/swagger.json > ./openapi/swagger.json.temp && mv ./openapi/swagger.json.temp ./openapi/swagger.json

kill %% || true
Loading

0 comments on commit 4c1e5bd

Please sign in to comment.