Skip to content

Commit 62a1154

Browse files
committed
Merge branch 'master' into 575_remove-rfm-from-client
2 parents bfdda1c + e0bdfac commit 62a1154

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/client/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ server:
99
repository: ghcr.io/codeforphilly/paws-data-pipeline/server
1010
pullPolicy: Always
1111
# Overrides the image tag whose default is the chart appVersion.
12-
tag: "2.5"
12+
tag: "2.50"
1313

1414
client:
1515
image:
1616
repository: ghcr.io/codeforphilly/paws-data-pipeline/client
1717
pullPolicy: Always
1818
# Overrides the image tag whose default is the chart appVersion.
19-
tag: "2.5"
19+
tag: "2.50"
2020

2121
db:
2222
image:

0 commit comments

Comments
 (0)