diff --git a/functions/scaling/hello-world-go-concurrency.yml b/functions/scaling/hello-world-go-concurrency.yml index cf84781..19bf62f 100644 --- a/functions/scaling/hello-world-go-concurrency.yml +++ b/functions/scaling/hello-world-go-concurrency.yml @@ -18,4 +18,4 @@ spec: autoscaling.knative.dev/maxScale: "100" spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go + - image: tormachris/hello-world-go diff --git a/functions/scaling/hello-world-go.yml b/functions/scaling/hello-world-go.yml index cf42233..127defc 100644 --- a/functions/scaling/hello-world-go.yml +++ b/functions/scaling/hello-world-go.yml @@ -12,4 +12,4 @@ spec: autoscaling.knative.dev/metric: cpu spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go + - image: tormachris/hello-world-go diff --git a/functions/scaling/hello-world-py-concurrency.yml b/functions/scaling/hello-world-py-concurrency.yml index 9c0692a..ab45be7 100644 --- a/functions/scaling/hello-world-py-concurrency.yml +++ b/functions/scaling/hello-world-py-concurrency.yml @@ -18,4 +18,4 @@ spec: autoscaling.knative.dev/maxScale: "100" spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py + - image: tormachris/hello-world-py diff --git a/functions/scaling/hello-world-py.yml b/functions/scaling/hello-world-py.yml index 7607452..011a42e 100644 --- a/functions/scaling/hello-world-py.yml +++ b/functions/scaling/hello-world-py.yml @@ -12,4 +12,4 @@ spec: autoscaling.knative.dev/metric: cpu spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py + - image: tormachris/hello-world-py diff --git a/functions/scaling/isprime-go-concurrency.yml b/functions/scaling/isprime-go-concurrency.yml index 5648379..2ffdce5 100644 --- a/functions/scaling/isprime-go-concurrency.yml +++ b/functions/scaling/isprime-go-concurrency.yml @@ -18,4 +18,4 @@ spec: autoscaling.knative.dev/maxScale: "100" spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-go + - image: tormachris/isprime-go diff --git a/functions/scaling/isprime-go.yml b/functions/scaling/isprime-go.yml index 2433528..b169e01 100644 --- a/functions/scaling/isprime-go.yml +++ b/functions/scaling/isprime-go.yml @@ -12,4 +12,4 @@ spec: autoscaling.knative.dev/metric: cpu spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-go + - image: tormachris/isprime-go diff --git a/functions/scaling/isprime-py-concurrency.yml b/functions/scaling/isprime-py-concurrency.yml index 5b625fb..b632e2a 100644 --- a/functions/scaling/isprime-py-concurrency.yml +++ b/functions/scaling/isprime-py-concurrency.yml @@ -18,4 +18,4 @@ spec: autoscaling.knative.dev/maxScale: "100" spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-py + - image: tormachris/isprime-py diff --git a/functions/scaling/isprime-py.yml b/functions/scaling/isprime-py.yml index ac70fa3..92a4cb3 100644 --- a/functions/scaling/isprime-py.yml +++ b/functions/scaling/isprime-py.yml @@ -12,4 +12,4 @@ spec: autoscaling.knative.dev/metric: cpu spec: containers: - - image: docker.pkg.github.com/tormachris/knative-report-functions/isprime-py + - image: tormachris/isprime-py