Skip to content

Commit e0bdfac

Browse files
committed
Set helm release values to 2.50
1 parent 501a2ed commit e0bdfac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helm-chart/values.yaml

+2-2
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)