triggermesh / charts

Charts for TriggerMesh Deployments
Apache License 2.0
3 stars 6 forks source link

image missing #7

Closed sebgoa closed 5 years ago

sebgoa commented 6 years ago

@solsson in your installer you show a k8s job that makes uses of an image: gcr.io/triggermesh/knative-installer

but where is this image coming from ? We are not building it yet

solsson commented 6 years ago

The second commit in https://github.com/triggermesh/charts/pull/9 should make the image available, assuming cloud-build's PROJECT_ID can be triggermesh

solsson commented 6 years ago

I built locally using https://github.com/triggermesh/charts/blob/master/installer/README.md#development which supports arbitrary image names.

sebgoa commented 5 years ago

@solsson is that image available now ? I have not checked

solsson commented 5 years ago

Yes it is, gcr.io/triggermesh/knative-installer:latest as well as gcr.io/triggermesh/knative-installer:0.1 and gcr.io/triggermesh/knative-installer:0.2.

sebgoa commented 5 years ago

ok, so I am closing this