Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
change sha of python runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa committed Jul 26, 2017
1 parent f89e9cf commit 740314b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/k8sutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ import (
)

const (
pythonRuntime = "bitnami/kubeless-python@sha256:3be6b50133380ab0fb2bd3fd4c91c300e031eff9a357e464466ba6dafa0cb32b"
pubsubRuntime = "bitnami/kubeless-event-consumer@sha256:985644359c6c6fd8ea74740d341b7e9bc68390e4601cd04de767849e1b9c79b1"
pythonRuntime = "bitnami/kubeless-python@sha256:6789266df0c97333f76e23efd58cf9c7efe24fa3e83b5fc826fd5cc317699b55"
pubsubRuntime = "bitnami/kubeless-event-consumer@sha256:5ce469529811acf49c4d20bcd8a675be7aa029b43cf5252a8c9375b170859d83"
nodejsRuntime = "bitnami/kubeless-nodejs@sha256:9304c50a408563d9f7782568d536ed198bdc830dc143be38472f57b2f61de104"
rubyRuntime = "jbianquettibitnami/kubeless-ruby@sha256:9ea43e4e1570b46ae272e9f81a0ea4736e4956ee2ee67d8def29287a1d7153fe"
pubsubFunc = "PubSub"
Expand Down

0 comments on commit 740314b

Please sign in to comment.