Skip to content

Commit 9c56d2a

Browse files
Update values.yaml with image names typo for cubeapi and refreshworker
1 parent c67e498 commit 9c56d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cubejs/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ securityContext: {}
4848
# runAsUser: 1000
4949

5050
cubeApi:
51-
image: "cubejs/cubes:latest"
51+
image: "cubejs/cube:latest"
5252
pullPolicy: Always
5353
service:
5454
type: ClusterIP
@@ -71,7 +71,7 @@ cubeApi:
7171
CUBEJS_LOG_LEVEL: "trace"
7272

7373
cubeRefreshWorker:
74-
image: "cubejs/cubes:latest"
74+
image: "cubejs/cube:latest"
7575
pullPolicy: Always
7676
service:
7777
type: ClusterIP

0 commit comments

Comments
 (0)