Skip to content

Commit 3bababa

Browse files
committed
fix lambda ui tag : string needed instead on int
1 parent 34f64dc commit 3bababa

File tree

1 file changed

+1
-1
lines changed
  • resources/core/charts/kubeless/charts/lambdas-ui

1 file changed

+1
-1
lines changed

resources/core/charts/kubeless/charts/lambdas-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
replicaCount: 1
55
image:
66
name: lambda
7-
tag: 6951554
7+
tag: '6951554'
88
pullPolicy: IfNotPresent
99
service:
1010
name: nginx

0 commit comments

Comments
 (0)