Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Aug 3, 2023
1 parent 3c82418 commit 5a729d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pdp-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requests:
dbMemory: 70Mi

image:
repository: ghcr.io/eoepca/um-pdp-engine
repository: um-pdp-engine
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/pep-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ requests:

image:
statefulSetReplicas: 1
repository: ghcr.io/eoepca/um-pdp-engine
repository: um-pdp-engine
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/user-profile/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.1.12
# 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: "v1.3"
appVersion: "v1.2"
2 changes: 1 addition & 1 deletion charts/user-profile/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configMap:


image:
repository: ghcr.io/eoepca/um-user-profile
repository: um-user-profile
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 5a729d4

Please sign in to comment.