Skip to content

Commit

Permalink
Bump to version 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Dec 4, 2024
1 parent f89a64d commit e888dbf
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 30 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-afm-calculator
description: Microservice that handles calculation for pagoPA Advanced Fees Management
type: application
version: 0.0.0
appVersion: 0.0.0
version: 0.1.0
appVersion: 1.0.0
dependencies:
- name: microservice-chart
version: 7.1.1
Expand Down
15 changes: 7 additions & 8 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-gps-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
tag: "1.0.0"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -47,7 +47,7 @@ microservice-chart:
name: "ebollo-workload-identity"
azure:
workloadIdentityClientId: <workload-identity-client-id-set-automatically-by-gha>
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -96,8 +96,8 @@ microservice-chart:
keyvault:
name: "pagopa-d-itn-ebollo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -108,7 +108,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -124,6 +124,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
17 changes: 8 additions & 9 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-gps-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
tag: "1.0.0"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -47,7 +47,7 @@ microservice-chart:
name: "ebollo-workload-identity"
azure:
workloadIdentityClientId: <workload-identity-client-id-set-automatically-by-gha>
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -96,8 +96,8 @@ microservice-chart:
keyvault:
name: "pagopa-p-itn-ebollo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -114,10 +114,10 @@ microservice-chart:
labelSelector:
matchLabels:
app.kubernetes.io/instance: pagopa-gps-mbd-service
namespaces: [ "ebollo" ]
namespaces: ["ebollo"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -133,6 +133,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
15 changes: 7 additions & 8 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: "pagopa-gps-mbd-service"
image:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
tag: "1.0.0"
pullPolicy: Always
livenessProbe:
handlerType: httpGet
Expand Down Expand Up @@ -47,7 +47,7 @@ microservice-chart:
name: "ebollo-workload-identity"
azure:
workloadIdentityClientId: <workload-identity-client-id-set-automatically-by-gha>
podAnnotations: { }
podAnnotations: {}
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -96,8 +96,8 @@ microservice-chart:
keyvault:
name: "pagopa-u-itn-ebollo-kv"
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
nodeSelector: { }
tolerations: [ ]
nodeSelector: {}
tolerations: []
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -108,7 +108,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: true
create: false
ingress:
create: true
canary:
Expand All @@ -124,6 +124,5 @@ microservice-chart:
repository: ghcr.io/pagopa/pagopa-gps-mbd-service
tag: "0.0.0"
pullPolicy: Always
envConfig: { }
envSecret: { }

envConfig: {}
envSecret: {}
4 changes: 2 additions & 2 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MBD GPS Service",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "pagopa-gps-mbd-service",
"version": "0.0.0"
"version": "1.0.0"
},
"servers": [
{
Expand Down Expand Up @@ -464,4 +464,4 @@
}
}
}
}
}
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>pagopa-gps-mbd-service</artifactId>
<version>0.0.0</version>
<version>1.0.0</version>
<name>MBD GPS Service</name>
<description>MBD GPS Service</description>

Expand Down

0 comments on commit e888dbf

Please sign in to comment.