Skip to content

Commit

Permalink
pkg/asset/manifests: Drop TectonicVersion
Browse files Browse the repository at this point in the history
Catching up with e2d9fd3 (manifests: make tectonic/ flat dir,
2018-09-25, openshift#330).
  • Loading branch information
wking committed Oct 20, 2018
1 parent f35a4c7 commit d1b485d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/asset/manifests/tectonic.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (t *Tectonic) Generate(dependencies asset.Parents) error {
KubeCoreOperatorImage: "quay.io/coreos/kube-core-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{
Expand Down
1 change: 0 additions & 1 deletion pkg/asset/manifests/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ type tectonicTemplateData struct {
KubeCoreOperatorImage string
PullSecret string
TectonicIngressControllerOperatorImage string
TectonicVersion string
}

0 comments on commit d1b485d

Please sign in to comment.