diff --git a/operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml b/operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml index 6fe6b0282..2e7ce7dfe 100644 --- a/operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml +++ b/operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml @@ -41,6 +41,8 @@ spec: spec: description: ConfigSpec defines the desired state of Config properties: + binaryOverrideUrl: + type: string extensions: properties: helm: @@ -95,8 +97,6 @@ spec: type: object metadataOverrideUrl: type: string - binaryOverrideUrl: - type: string roles: description: Roles is the various roles in the cluster. properties: @@ -310,6 +310,8 @@ spec: config: description: Config holds the configuration used at installation time. properties: + binaryOverrideUrl: + type: string extensions: properties: helm: @@ -364,8 +366,6 @@ spec: type: object metadataOverrideUrl: type: string - binaryOverrideUrl: - type: string roles: description: Roles is the various roles in the cluster. properties: diff --git a/operator/config/crd/bases/embeddedcluster.replicated.com_configs.yaml b/operator/config/crd/bases/embeddedcluster.replicated.com_configs.yaml index 1ce51b885..723b333fc 100644 --- a/operator/config/crd/bases/embeddedcluster.replicated.com_configs.yaml +++ b/operator/config/crd/bases/embeddedcluster.replicated.com_configs.yaml @@ -39,6 +39,8 @@ spec: spec: description: ConfigSpec defines the desired state of Config properties: + binaryOverrideUrl: + type: string extensions: properties: helm: @@ -94,8 +96,6 @@ spec: type: object metadataOverrideUrl: type: string - binaryOverrideUrl: - type: string roles: description: Roles is the various roles in the cluster. properties: diff --git a/operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml b/operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml index 64d239bda..40d94b30c 100644 --- a/operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml +++ b/operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml @@ -91,6 +91,8 @@ spec: config: description: Config holds the configuration used at installation time. properties: + binaryOverrideUrl: + type: string extensions: properties: helm: @@ -146,8 +148,6 @@ spec: type: object metadataOverrideUrl: type: string - binaryOverrideUrl: - type: string roles: description: Roles is the various roles in the cluster. properties: