From 8081b00847410292c03bde846c65258902f692ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 9 Oct 2019 15:38:29 +0200 Subject: [PATCH] change to docker hub --- functions/scaling/hello-world-go-concurrency.yml | 2 +- functions/scaling/hello-world-go.yml | 2 +- functions/scaling/hello-world-py-concurrency.yml | 2 +- functions/scaling/hello-world-py.yml | 2 +- functions/scaling/isprime-go-concurrency.yml | 2 +- functions/scaling/isprime-go.yml | 2 +- functions/scaling/isprime-py-concurrency.yml | 2 +- functions/scaling/isprime-py.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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