diff --git a/pkg/asset/manifests/tectonic.go b/pkg/asset/manifests/tectonic.go index a419ed6d01e..080419bf625 100644 --- a/pkg/asset/manifests/tectonic.go +++ b/pkg/asset/manifests/tectonic.go @@ -71,7 +71,6 @@ func (t *Tectonic) Generate(dependencies asset.Parents) error { KubeAddonOperatorImage: "quay.io/coreos/kube-addon-operator-dev:375423a332f2c12b79438fc6a6da6e448e28ec0f", PullSecret: base64.StdEncoding.EncodeToString([]byte(installConfig.Config.PullSecret)), TectonicIngressControllerOperatorImage: "quay.io/coreos/tectonic-ingress-controller-operator-dev:375423a332f2c12b79438fc6a6da6e448e28ec0f", - TectonicVersion: "1.8.4-tectonic.2", } assetData := map[string][]byte{ diff --git a/pkg/asset/manifests/template.go b/pkg/asset/manifests/template.go index fa0cb77c85e..22dd4d7aeee 100644 --- a/pkg/asset/manifests/template.go +++ b/pkg/asset/manifests/template.go @@ -44,5 +44,4 @@ type tectonicTemplateData struct { KubeAddonOperatorImage string PullSecret string TectonicIngressControllerOperatorImage string - TectonicVersion string }