Skip to content

Commit 467f6df

Browse files
committed
ci(helm): always pull latest version of client and server
1 parent efb52ae commit 467f6df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/helm/aet-request/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ client:
88
image:
99
repository: ghcr.io/example/aet-request-client
1010
tag: latest
11-
pullPolicy: IfNotPresent
11+
pullPolicy: Always
1212
service:
1313
type: ClusterIP
1414
port: 80
@@ -41,7 +41,7 @@ server:
4141
image:
4242
repository: ghcr.io/example/aet-request-server
4343
tag: latest
44-
pullPolicy: IfNotPresent
44+
pullPolicy: Always
4545
service:
4646
type: ClusterIP
4747
port: 80

0 commit comments

Comments
 (0)