Skip to content

Commit

Permalink
Update docker images to v0.3.0-rc.2 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Aug 17, 2022
1 parent 2793b2c commit 7297e2a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions apiserver/deploy/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ resources:
commonLabels:
app.kubernetes.io/name: kuberay
app.kubernetes.io/component: kuberay-apiserver

images:
- name: kuberay/apiserver
newName: kuberay/apiserver
newTag: v0.3.0-rc.2
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.0
tag: v0.3.0-rc.2
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.1
tag: v0.3.0-rc.2
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.1
newTag: v0.3.0-rc.2
- name: kuberay/operator
newName: kuberay/operator
newTag: v0.3.0-rc.1
newTag: v0.3.0-rc.2

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: nightly
newTag: v0.3.0-rc.2

0 comments on commit 7297e2a

Please sign in to comment.