Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…updater-ms into iocom-1376
  • Loading branch information
michaeldisaro committed May 14, 2024
2 parents 6501920 + 63fc818 commit 9d2c07f
Show file tree
Hide file tree
Showing 8 changed files with 443 additions and 423 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM eclipse-temurin:17.0.10_7-jdk-alpine
RUN addgroup -S spring && adduser -S spring -G spring
USER spring:spring

ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.1.1/applicationinsights-agent-3.1.1.jar /applicationinsights-agent.jar
ADD --chown=spring:spring https://github.com/microsoft/ApplicationInsights-Java/releases/download/3.5.2/applicationinsights-agent-3.5.2.jar /applicationinsights-agent.jar
COPY --chown=spring:spring docker/applicationinsights.json ./applicationinsights.json

COPY --chown=spring:spring --from=builder dependencies/ ./
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: io-pagopa-payment-updater-ms
description: io-pagopa-payment-updater-ms
type: application
version: 2.6.7
appVersion: 2.6.7
version: 2.6.9
appVersion: 2.6.9
dependencies:
- name: microservice-chart
version: 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "payments"
image:
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
tag: "2.6.7"
tag: "2.6.9"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ microservice-chart:
namespace: "payments"
image:
repository: "iopcommonacr.azurecr.io/io-pagopa-payment-updater-ms"
tag: "2.6.7"
tag: "2.6.9"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ swagger: '2.0'
info:
title: Microservice JAVA API
description: Microservice JAVA API
version: '2.6.7'
version: '2.6.9'
host: localhost
basePath: /api/v1
schemes:
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi_V1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Microservice JAVA API
description: Microservice JAVA API
version: 2.6.7
version: 2.6.9
servers:
- url: http://localhost:9090/api/v1/payment
description: DEV
Expand Down
Loading

0 comments on commit 9d2c07f

Please sign in to comment.