Skip to content

Commit

Permalink
Merge pull request #183 from rancher/release-v031
Browse files Browse the repository at this point in the history
Update config for v0.3.1
  • Loading branch information
dbason authored Mar 7, 2022
2 parents ad05f75 + e92a5e6 commit 9e4d311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/manifests/20_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
name: cluster
namespace: opni
spec:
version: v0.3.0
version: v0.3.1
deployLogCollector: true
services:
gpuController:
Expand Down
2 changes: 1 addition & 1 deletion deploy/patches/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: OpniCluster
metadata:
name: cluster
spec:
version: v0.3.0
version: v0.3.1
elastic:
version: 1.1.0
2 changes: 1 addition & 1 deletion test/e2e/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ var _ = Describe("OpniCluster E2E Test", Label("e2e"), func() {
Namespace: clusterCrNamespace,
},
Spec: v1beta1.OpniClusterSpec{
Version: "v0.3.0",
Version: "v0.3.1",
DeployLogCollector: pointer.BoolPtr(true),
Services: v1beta1.ServicesSpec{
GPUController: v1beta1.GPUControllerServiceSpec{
Expand Down

0 comments on commit 9e4d311

Please sign in to comment.