From ee8e070ca0cd343fe8b472663daac0e5feca55e8 Mon Sep 17 00:00:00 2001 From: daniel-pimenta-DME Date: Fri, 21 Jul 2023 15:14:29 +0000 Subject: [PATCH] Commit triggered by a change on the main branch of helm-charts-dev --- charts/pep-engine/Chart.yaml | 4 ++-- charts/pep-engine/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pep-engine/Chart.yaml b/charts/pep-engine/Chart.yaml index ea165a9..d9d7835 100644 --- a/charts/pep-engine/Chart.yaml +++ b/charts/pep-engine/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.7 +version: 1.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # appVersion: "v0.9.2" -appVersion: "v1.1.1" +appVersion: "v1.2" \ No newline at end of file diff --git a/charts/pep-engine/values.yaml b/charts/pep-engine/values.yaml index 606bb17..eb80255 100644 --- a/charts/pep-engine/values.yaml +++ b/charts/pep-engine/values.yaml @@ -86,7 +86,7 @@ requests: image: statefulSetReplicas: 1 - repository: eoepca/um-pep-engine + repository: ghcr.io/eoepca/um-pdp-engine pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" @@ -99,4 +99,4 @@ persistence: # VolumeClaim values volumeClaim: name: um-pep-engine-pvc - create: true + create: true \ No newline at end of file