Skip to content

Commit

Permalink
[DO NOT MERGE] [TESTING ONLY]
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Jan 31, 2024
1 parent df0c0c6 commit 5b092ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/k8s/dialer.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"k8s.io/client-go/tools/remotecommand"
)

var SocatImage = "quay.io/boson/alpine-socat:1.7.4.3-r1-non-root"
var SocatImage = "ttl.sh/knative-func/test-img-30ac845a-c043-11ee-9f02-6045bd4909df:2h@sha256:dca0ba93a616ad76136bae703b68454ea90791053fbe22ec5981f06b2febc8f2"

// NewInClusterDialer creates context dialer that will dial TCP connections via POD running in k8s cluster.
// This is useful when accessing k8s services that are not exposed outside cluster (e.g. openshift image registry).
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/persistent_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func DeletePersistentVolumeClaims(ctx context.Context, namespaceOverride string,
return client.CoreV1().PersistentVolumeClaims(namespace).DeleteCollection(ctx, metav1.DeleteOptions{}, listOptions)
}

var TarImage = "quay.io/boson/alpine-socat:1.7.4.3-r1-non-root"
var TarImage = "ttl.sh/knative-func/test-img-30ac845a-c043-11ee-9f02-6045bd4909df:2h@sha256:dca0ba93a616ad76136bae703b68454ea90791053fbe22ec5981f06b2febc8f2"

// UploadToVolume uploads files (passed in form of tar stream) into volume.
func UploadToVolume(ctx context.Context, content io.Reader, claimName, namespace string) error {
Expand Down

0 comments on commit 5b092ca

Please sign in to comment.