Skip to content

Commit 0d6c1e6

Browse files
authored
Merge pull request #20 from pagopa/fix-cd-pipeline
fix runner
2 parents 714859a + 82e277b commit 0d6c1e6

7 files changed

+8
-7
lines changed

.github/workflows/05h_deploy_with_github_runner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
container_app_environment_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_NAME }}
4242
resource_group_name: ${{ vars.CONTAINER_APP_ENVIRONMENT_RESOURCE_GROUP_NAME }} # RG of the runner
4343
pat_token: ${{ secrets.BOT_TOKEN_GITHUB }}
44+
self_hosted_runner_image_tag: "latest"
4445

4546
deploy:
4647
needs: [ create_runner ]

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: pagopa-node-cfg-sync
33
description: Microservice that sync api-config-cache and standin configuration
44
type: application
5-
version: 0.89.0
6-
appVersion: 0.0.10
5+
version: 0.90.0
6+
appVersion: 0.0.10-1-fix-cd-pipeline
77
dependencies:
88
- name: microservice-chart
99
version: 2.8.0

helm/values-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.0.10"
7+
tag: "0.0.10-1-fix-cd-pipeline"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.0.10"
7+
tag: "0.0.10-1-fix-cd-pipeline"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

helm/values-uat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ microservice-chart:
44
fullnameOverride: ""
55
image:
66
repository: ghcr.io/pagopa/pagopa-node-cfg-sync
7-
tag: "0.0.10"
7+
tag: "0.0.10-1-fix-cd-pipeline"
88
pullPolicy: Always
99
livenessProbe:
1010
httpGet:

openapi/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "cfg-sync",
55
"description": "Microservice to update configuration schema of Nodo dei Pagamenti",
66
"termsOfService": "https://www.pagopa.gov.it/",
7-
"version": "0.0.10"
7+
"version": "0.0.10-1-fix-cd-pipeline"
88
},
99
"servers": [
1010
{

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>it.gov.pagopa.node</groupId>
1414
<artifactId>cfg-sync</artifactId>
15-
<version>0.0.10</version>
15+
<version>0.0.10-1-fix-cd-pipeline</version>
1616
<description>Microservice to update configuration schema of Nodo dei Pagamenti</description>
1717

1818
<properties>

0 commit comments

Comments
 (0)