Skip to content

Commit

Permalink
pkg/asset/manifests/tectonic: Drop KubeCoreOperatorImage
Browse files Browse the repository at this point in the history
Catching up with c9b0e2f (manifests: stop using kube core operator,
2018-10-08, openshift#420).
  • Loading branch information
wking committed Oct 20, 2018
1 parent 8f40137 commit 1b0d0f6
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 @@ -69,7 +69,6 @@ func (t *Tectonic) Generate(dependencies asset.Parents) error {
IngressTLSCert: base64.StdEncoding.EncodeToString(ingressCertKey.Cert()),
IngressTLSKey: base64.StdEncoding.EncodeToString(ingressCertKey.Key()),
KubeAddonOperatorImage: "quay.io/coreos/kube-addon-operator-dev:375423a332f2c12b79438fc6a6da6e448e28ec0f",
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",
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 @@ -42,7 +42,6 @@ type tectonicTemplateData struct {
IngressTLSCert string
IngressTLSKey string
KubeAddonOperatorImage string
KubeCoreOperatorImage string
PullSecret string
TectonicIngressControllerOperatorImage string
TectonicVersion string
Expand Down

0 comments on commit 1b0d0f6

Please sign in to comment.