Skip to content

Commit

Permalink
Fix the Helm chart's image name (ray-project#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins authored Jan 24, 2022
1 parent b22e27f commit 109aaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/kubray-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 1

image:
repository: docker.io/library/controller
tag: latest
repository: kuberay/operator
tag: v0.1.0
pullPolicy: IfNotPresent

nameOverride: "kubray-operator"
Expand Down

0 comments on commit 109aaae

Please sign in to comment.