Skip to content

Commit

Permalink
Update docker images to v0.3.0 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Aug 18, 2022
1 parent d4e497b commit 015ef9a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apiserver/deploy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ commonLabels:
images:
- name: kuberay/apiserver
newName: kuberay/apiserver
newTag: v0.3.0-rc.2
newTag: v0.3.0
2 changes: 1 addition & 1 deletion helm-chart/kuberay-apiserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
name: "kuberay-apiserver"
image:
repository: kuberay/apiserver
tag: v0.3.0-rc.2
tag: v0.3.0
pullPolicy: IfNotPresent

## Install Default RBAC roles and bindings
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kuberay-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: kuberay/operator
tag: v0.3.0-rc.2
tag: v0.3.0
pullPolicy: IfNotPresent

nameOverride: "kuberay-operator"
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ resources:
images:
- name: kuberay/apiserver
newName: kuberay/apiserver
newTag: v0.3.0-rc.2
newTag: v0.3.0
- name: kuberay/operator
newName: kuberay/operator
newTag: v0.3.0-rc.2
newTag: v0.3.0

2 changes: 1 addition & 1 deletion ray-operator/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ bases:
images:
- name: kuberay/operator
newName: kuberay/operator
newTag: v0.3.0-rc.2
newTag: v0.3.0

0 comments on commit 015ef9a

Please sign in to comment.