Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[e2e tests] Fix api version for casskop custom resources #119

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ status:
currentReplicas: 2
replicas: 2
---
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraCluster
metadata:
name: cassandra-e2e
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/00-createCluster.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraCluster
metadata:
name: cassandra-e2e
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 500
---
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraBackup
metadata:
name: backup-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/02-backup.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraBackup
metadata:
name: backup-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/03-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraRestore
metadata:
name: restore-compat-tests
Expand Down
2 changes: 1 addition & 1 deletion test/kuttl/backup-restore/03-restore.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: db.orange.com/v1alpha1
apiVersion: db.orange.com/v2
kind: CassandraRestore
metadata:
name: restore-compat-tests
Expand Down
Loading