Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit ea7512e

Browse files
authored
Merge pull request #222 from triggermesh/tm-push-fix
Containersource updated
2 parents ec8d352 + 24538d6 commit ea7512e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/push/push.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func getContainerSource(project, owner, token string) *sourcesv1.ContainerSource
142142
return &sourcesv1.ContainerSource{
143143
TypeMeta: metav1.TypeMeta{
144144
Kind: "ContainerSource",
145-
APIVersion: "sources.knative.dev/v1alpha2",
145+
APIVersion: "sources.knative.dev/v1",
146146
},
147147
ObjectMeta: metav1.ObjectMeta{
148148
Name: project,
@@ -163,7 +163,7 @@ func getContainerSource(project, owner, token string) *sourcesv1.ContainerSource
163163
Containers: []corev1.Container{
164164
{
165165
Name: "user-container",
166-
Image: "triggermesh/github-third-party-source",
166+
Image: "gcr.io/triggermesh/github-third-party-source",
167167
Env: []corev1.EnvVar{
168168
{
169169
Name: "OWNER",

0 commit comments

Comments
 (0)