Skip to content

Commit 6b95229

Browse files
committed
fix: updated version on patch crd
1 parent 1b26fa6 commit 6b95229

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

operator/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
2-
.env
2+
.env
3+
ci

operator/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl DbSyncPort {
8080
};
8181

8282
let new_status = Patch::Apply(json!({
83-
"apiVersion": "demeter.run/v1",
83+
"apiVersion": "demeter.run/v1alpha1",
8484
"kind": "DbSyncPort",
8585
"status": DbSyncPortStatus {
8686
username: username.clone(),

operator/yaml/user-access.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: demeter.run/v1
1+
apiVersion: demeter.run/v1alpha1
22
kind: DbSyncPort
33
metadata:
44
name: mainnet-user

0 commit comments

Comments
 (0)