Skip to content

Commit

Permalink
Update the bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Feb 4, 2025
1 parent 769db4e commit fd9c978
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
38 changes: 34 additions & 4 deletions config/crd/bases/submariner.io_submariners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ spec:
description: Halt on certificate error (so the pod gets restarted).
type: boolean
hostedCluster:
description: Is the cluster a hosted cluster.
type: boolean
imageOverrides:
additionalProperties:
Expand Down Expand Up @@ -456,14 +457,29 @@ spec:
type: string
healthCheckIP:
type: string
healthCheckIPs:
items:
type: string
maxItems: 2
type: array
hostname:
type: string
nat_enabled:
type: boolean
private_ip:
type: string
privateIPs:
items:
type: string
maxItems: 2
type: array
public_ip:
type: string
publicIPs:
items:
type: string
maxItems: 2
type: array
subnets:
items:
type: string
Expand All @@ -474,8 +490,6 @@ spec:
- cluster_id
- hostname
- nat_enabled
- private_ip
- public_ip
- subnets
type: object
latencyRTT:
Expand Down Expand Up @@ -526,14 +540,29 @@ spec:
type: string
healthCheckIP:
type: string
healthCheckIPs:
items:
type: string
maxItems: 2
type: array
hostname:
type: string
nat_enabled:
type: boolean
private_ip:
type: string
privateIPs:
items:
type: string
maxItems: 2
type: array
public_ip:
type: string
publicIPs:
items:
type: string
maxItems: 2
type: array
subnets:
items:
type: string
Expand All @@ -544,8 +573,6 @@ spec:
- cluster_id
- hostname
- nat_enabled
- private_ip
- public_ip
- subnets
type: object
statusFailure:
Expand Down Expand Up @@ -740,6 +767,9 @@ spec:
required:
- mismatchedContainerImages
type: object
hostedCluster:
description: Is the cluster a hosted cluster.
type: boolean
loadBalancerStatus:
description: The status of the load balancer DaemonSet.
properties:
Expand Down
5 changes: 5 additions & 0 deletions config/manifests/bases/submariner.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ spec:
- description: The status of the Globalnet DaemonSet.
displayName: Globalnet DaemonSet Status
path: globalnetDaemonSetStatus
- description: Is the cluster a hosted cluster.
displayName: Hosted Cluster
path: hostedCluster
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: The status of the load balancer DaemonSet.
displayName: Load Balancer DaemonSet Status
path: loadBalancerStatus
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ resources:
images:
- name: controller
newName: quay.io/submariner/submariner-operator
newTag: devel-76044a293b9e
newTag: devel-76120c810452
- name: repo
newName: quay.io/submariner

0 comments on commit fd9c978

Please sign in to comment.