Skip to content

Commit

Permalink
Aamitra/capi templates overrides fix (#51) (#52)
Browse files Browse the repository at this point in the history
* Update CAPI to module latest main

* Fix module operator apis in templates
  • Loading branch information
Abhishek Mitra authored Jun 14, 2023
1 parent 5958aaf commit 7672b33
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,20 +388,19 @@ data:
spec:
moduleName: calico
targetNamespace: default
overrides:
- values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
kind: ConfigMap
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,20 +382,19 @@ data:
spec:
moduleName: calico
targetNamespace: default
overrides:
- values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
kind: ConfigMap
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,20 +396,19 @@ data:
spec:
moduleName: calico
targetNamespace: default
overrides:
- values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
kind: ConfigMap
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,20 +392,19 @@ data:
spec:
moduleName: calico
targetNamespace: default
overrides:
- values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
values:
tigeraOperator:
version: ${TIGERA_TAG=v1.29.0}
installation:
cni:
type: Calico
calicoNetwork:
bgp: Disabled
ipPools:
- cidr: ${POD_CIDR=192.168.0.0/16}
encapsulation: VXLAN
registry: ${OCNE_IMAGE_REPOSITORY=container-registry.oracle.com}
imagePath: ${OCNE_IMAGE_PATH=olcne}
kind: ConfigMap
metadata:
annotations:
Expand Down

0 comments on commit 7672b33

Please sign in to comment.