Skip to content

Commit

Permalink
Merge pull request #507 from wking/drop-tectonic-version
Browse files Browse the repository at this point in the history
pkg/asset/manifests: Drop TectonicVersion
  • Loading branch information
openshift-merge-robot authored Oct 20, 2018
2 parents 2a11534 + d1b485d commit 9a73030
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 @@ -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{
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 @@ -44,5 +44,4 @@ type tectonicTemplateData struct {
KubeAddonOperatorImage string
PullSecret string
TectonicIngressControllerOperatorImage string
TectonicVersion string
}

0 comments on commit 9a73030

Please sign in to comment.