Skip to content

Commit

Permalink
Bump to version 0.3.2-1-feat-migrate-report-generator [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jan 13, 2025
1 parent c96b8a7 commit 65cfcc2
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 33 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-wisp-converter-technical-support
description: A service that permits to handle converted WISP requests for technical support
type: application
version: 0.41.0
appVersion: 0.3.2
version: 0.42.0
appVersion: 0.3.2-1-feat-migrate-report-generator
dependencies:
- name: microservice-chart
version: 3.0.0
Expand Down
16 changes: 7 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: &microservice-chart
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.3.2"
tag: "0.3.2-1-feat-migrate-report-generator"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -82,8 +82,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -110,9 +110,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
# - Standard service application
app:
!!merge <<: *microservice-chart
Expand All @@ -124,7 +123,6 @@ app:
!!merge <<: *envConfig
envSecret:
!!merge <<: *envSecret

# - Only-cronjob application
cronjob:
!!merge <<: *microservice-chart
Expand Down
18 changes: 8 additions & 10 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.3.2"
tag: "0.3.2-1-feat-migrate-report-generator"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -84,8 +84,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -112,10 +112,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }


envConfig: {}
envSecret: {}
# - Only-cronjob application
cronjob:
!!merge <<: *microservice-chart
Expand All @@ -142,4 +140,4 @@ cronjob:
CRONJOB_REPORTGENERATION_WEEKLY_SCHEDULE: '00 06 * * 1'
CRONJOB_REPORTGENERATION_MONTHLY_SCHEDULE: '30 06 1 * *'
envSecret:
!!merge <<: *envSecret
!!merge <<: *envSecret
17 changes: 7 additions & 10 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart: &microservice-chart
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.3.2"
tag: "0.3.2-1-feat-migrate-report-generator"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: { }
annotations: {}
name: ""
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -82,8 +82,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -110,10 +110,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }


envConfig: {}
envSecret: {}
# - Standard service application
app:
!!merge <<: *microservice-chart
Expand All @@ -125,7 +123,6 @@ app:
!!merge <<: *envConfig
envSecret:
!!merge <<: *envSecret

# - Only-cronjob application
cronjob:
!!merge <<: *microservice-chart
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 @@
"description": "A service that permits to handle converted WISP requests for technical support",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "wisp-converter-technical-support",
"version": "0.3.2"
"version": "0.3.2-1-feat-migrate-report-generator"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>it.gov.pagopa</groupId>
<artifactId>wisp-converter-technical-support</artifactId>
<version>0.3.2</version>
<version>0.3.2-1-feat-migrate-report-generator</version>
<name>pagoPA WISP Converter Technical support</name>
<description>A service that permits to handle converted WISP requests for technical support</description>

Expand Down

0 comments on commit 65cfcc2

Please sign in to comment.