Skip to content

Commit

Permalink
Bump version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Nov 13, 2024
1 parent 3336210 commit 0760002
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.openapitools.generator.gradle.plugin.tasks.GenerateTask

group = "it.pagopa.wallet"

version = "1.5.1"
version = "1.5.2"

description = "pagopa-wallet-service"

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: wallet
description: Microservice that handles crud operations on wallet resources
type: application
version: 1.4.1
appVersion: 1.5.1
version: 1.4.2
appVersion: 1.5.2
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 @@ -138,4 +138,4 @@
# tag: ""
microservice-chart:
image:
tag: 1.5.1
tag: 1.5.2
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@
# - user
microservice-chart:
image:
tag: 1.5.1
tag: 1.5.2

0 comments on commit 0760002

Please sign in to comment.