Skip to content

Commit

Permalink
Update values.yaml with image names typo for cubeapi and refreshworker
Browse files Browse the repository at this point in the history
  • Loading branch information
OpstimizeIcarus authored Mar 2, 2024
1 parent c67e498 commit 9c56d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cubejs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ securityContext: {}
# runAsUser: 1000

cubeApi:
image: "cubejs/cubes:latest"
image: "cubejs/cube:latest"
pullPolicy: Always
service:
type: ClusterIP
Expand All @@ -71,7 +71,7 @@ cubeApi:
CUBEJS_LOG_LEVEL: "trace"

cubeRefreshWorker:
image: "cubejs/cubes:latest"
image: "cubejs/cube:latest"
pullPolicy: Always
service:
type: ClusterIP
Expand Down

0 comments on commit 9c56d2a

Please sign in to comment.