Skip to content

Commit 82baece

Browse files
committed
fix: set pint image to dev tag in dev values for radsec-agent sidecar
1 parent 65d2cd5 commit 82baece

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

chart/values-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# Run PINT as a local process (make dev) rather than in the cluster.
55
pint:
66
enabled: false
7+
image:
8+
tag: dev
9+
pullPolicy: Never
710

811
# Stub config values for dev; PINT itself runs locally so these are unused,
912
# but they keep 'helm lint' and 'helm template' happy.

0 commit comments

Comments
 (0)