Skip to content

Commit

Permalink
Bump to version 1.3.0-2-GHA [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Oct 11, 2023
1 parent 8a1732c commit 5af2247
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 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: pagopareceiptpdfgenerator
description: Microservice description
type: application
version: 0.73.0
appVersion: 1.3.0-1
version: 0.73.1
appVersion: 1.3.0-2-GHA
dependencies:
- name: microservice-chart
version: 2.4.0
Expand Down
6 changes: 2 additions & 4 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,10 @@ microservice-chart:
OTEL_TRACES_SAMPLER: "always_on"
JAVA_TOOL_OPTIONS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx1024m -XX:+UseG1GC"
AZURE_FUNCTIONS_MESH_JAVA_OPTS: "-javaagent:/home/site/wwwroot/jmx_prometheus_javaagent-0.19.0.jar=12345:/home/site/wwwroot/config.yaml -javaagent:/home/site/wwwroot/opentelemetry-javaagent.jar -Xmx1024m -XX:+UseG1GC"

envConfigMapExternals:
template-maps:
PSP_INFO_MAP: psp-info-map
BRAND_LOGO_MAP: brand-logo-map

envFieldRef:
APP_NAME: "metadata.labels['app.kubernetes.io/instance']"
APP_VERSION: "metadata.labels['app.kubernetes.io/version']"
Expand All @@ -131,7 +129,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
create: false
canary:
Expand All @@ -145,7 +143,7 @@ microservice-chart:
create: false
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.0.2"
tag: "1.3.0-2-GHA"
pullPolicy: Always
envConfig:
envSecret:
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
create: false
canary:
Expand All @@ -138,7 +138,7 @@ microservice-chart:
create: false
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.0.2"
tag: "1.3.0-2-GHA"
pullPolicy: Always
envConfig:
envSecret:
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
create: false
canary:
Expand All @@ -138,7 +138,7 @@ microservice-chart:
create: false
image:
repository: ghcr.io/pagopa/pagopa-receipt-pdf-generator
tag: "1.0.2"
tag: "1.3.0-2-GHA"
pullPolicy: Always
envConfig:
envSecret:
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.gov.pagopa.receipt</groupId>
<artifactId>receipt-pdf-generator</artifactId>
<version>1.3.0-1</version>
<version>1.3.0-2-GHA</version>
<packaging>jar</packaging>

<name>pagopa-receipt-pdf-generator</name>
Expand Down

0 comments on commit 5af2247

Please sign in to comment.