Skip to content

Commit

Permalink
Bump to version 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Apr 9, 2024
1 parent fc536b1 commit a64afff
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
6 changes: 3 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: pagopa-reporting-orgs-enrollment
description: Microservice that handles the GPD reporting organizations enrollment
type: application
version: 0.7.0
appVersion: 0.1.6
version: 0.8.0
appVersion: 0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart
dependencies:
- name: microservice-chart
version: 2.4.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
19 changes: 10 additions & 9 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment
tag: "0.1.6"
tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -83,15 +83,16 @@ microservice-chart:
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node_type
operator: In
values:
- "user"
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node_type
operator: In
values:
- "user"
canaryDelivery:
deployment:
image:
tag: 0.1.6
create: false
3 changes: 2 additions & 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: ""
image:
repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment
tag: "0.1.6"
tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -77,3 +77,4 @@ microservice-chart:
deployment:
image:
tag: 0.1.6
create: false
3 changes: 2 additions & 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: ""
image:
repository: ghcr.io/pagopa/pagopa-reporting-orgs-enrollment
tag: "0.1.6"
tag: "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -77,3 +77,4 @@ microservice-chart:
deployment:
image:
tag: 0.1.6
create: false
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": "PagoPA API - Reporting Organizations Enrollments",
"description": "Reporting orgs enrollment project",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.1.6"
"version": "0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart"
},
"servers": [
{
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</groupId>
<artifactId>ReportingOrgsEnrollment</artifactId>
<version>0.1.6</version>
<version>0.1.6-1-PAGOPA-1668-update-gpd-reporting-chart</version>
<name>PagoPA API - Reporting Organizations Enrollments</name>
<description>Reporting orgs enrollment project</description>
<properties>
Expand Down

0 comments on commit a64afff

Please sign in to comment.