Skip to content

Commit

Permalink
upgrade to temp new version of cass-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jun 30, 2023
1 parent 6756187 commit 0b98d0b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/cass-operator/cluster-scoped/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/k8ssandra/cass-operator/config/deployments/cluster?ref=cd5709a218e4973f52575821397f93c16dcd6c40
- github.com/k8ssandra/cass-operator/config/deployments/cluster?ref=640a4db58314088b1ccee3b8f7db2fb6c90e2f56

components:
- ../../components/cass-operator-image-config
2 changes: 1 addition & 1 deletion config/cass-operator/ns-scoped/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=cd5709a218e4973f52575821397f93c16dcd6c40
- github.com/k8ssandra/cass-operator/config/deployments/default?ref=640a4db58314088b1ccee3b8f7db2fb6c90e2f56

components:
- ../../components/cass-operator-image-config
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/go-logr/zapr v1.2.3
github.com/google/uuid v1.3.0
github.com/gruntwork-io/terratest v0.37.7
github.com/k8ssandra/cass-operator v1.15.1-0.20230623083757-cd5709a218e4
github.com/k8ssandra/cass-operator v1.15.1-0.20230630113542-640a4db58314
github.com/k8ssandra/reaper-client-go v0.3.1-0.20220114183114-6923e077c4f5
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.52.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
github.com/k8ssandra/cass-operator v1.15.1-0.20230623083757-cd5709a218e4 h1:ohBtSzER/WuaMWP5HrIglUGPlwYHTLKf2SrmBPVWCe4=
github.com/k8ssandra/cass-operator v1.15.1-0.20230623083757-cd5709a218e4/go.mod h1:SweDRjqzPDrZsGzoN0b/YzWKk+DCy0+4htELKRoMVI8=
github.com/k8ssandra/cass-operator v1.15.1-0.20230630113542-640a4db58314 h1:z7pWVN0sUS1XhjNOtFxafhzFnpv9gEe1KcmAgoI/uAg=
github.com/k8ssandra/cass-operator v1.15.1-0.20230630113542-640a4db58314/go.mod h1:SweDRjqzPDrZsGzoN0b/YzWKk+DCy0+4htELKRoMVI8=
github.com/k8ssandra/reaper-client-go v0.3.1-0.20220114183114-6923e077c4f5 h1:Dq0VdM960G3AbhYwFuaebmsE08IzOYHYhngUfDmWaAc=
github.com/k8ssandra/reaper-client-go v0.3.1-0.20220114183114-6923e077c4f5/go.mod h1:WsQymIaVT39xbcstZhdqynUS13AGzP2p6U9Hsk1oy5M=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
Expand Down
2 changes: 1 addition & 1 deletion pkg/test/testenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import (
const (
clustersToCreate = 3
clusterProtoName = "cluster-%d-%s"
cassOperatorVersion = "v1.15.0"
cassOperatorVersion = "640a4db58314088b1ccee3b8f7db2fb6c90e2f56"
prometheusOperatorVersion = "v0.9.0"
)

Expand Down

0 comments on commit 0b98d0b

Please sign in to comment.