Skip to content

Commit

Permalink
fix(metallb): update nmstate api to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Aranda committed May 26, 2022
1 parent 0cb59d7 commit f5b329d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy-metallb/manifests/04-NMS-Operand.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nmstate.io/v1beta1
apiVersion: nmstate.io/v1
kind: NMState
metadata:
name: nmstate
Expand Down
2 changes: 1 addition & 1 deletion deploy-metallb/manifests/nncp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nmstate.io/v1beta1
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: $NODENAME-nncp
Expand Down
2 changes: 1 addition & 1 deletion deploy-odf/manifests/04-ODF-StorageCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
name: ocs-deviceset
placement: {}
portable: False
replica: 1
replica: 3
resources: {}
2 changes: 1 addition & 1 deletion finish-deployment/manifests/nmstate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nmstate.io/v1beta1
apiVersion: nmstate.io/v1
kind: NMState
metadata:
name: nmstate
Expand Down
2 changes: 1 addition & 1 deletion finish-deployment/manifests/nncp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: nmstate.io/v1beta1
apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
name: $NODENAME-nncp
Expand Down

0 comments on commit f5b329d

Please sign in to comment.