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

Commit be68697

Browse files
author
Andres Martinez Gotor
authored
Update kubeless-non-rbac.jsonnet (#1145)
1 parent 788ed2b commit be68697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeless-non-rbac.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ local kubelessConfig = configMap.default("kubeless-config", namespace) +
8888
configMap.data({"runtime-images": std.toString(runtimesSrc)})+
8989
configMap.data({"enable-build-step": "false"})+
9090
configMap.data({"function-registry-tls-verify": "true"})+
91-
configMap.data({"provision-image": "kubeless/unzip@sha256:4863100364496255de9bf8722a220dad7143ab277ac72435876eb8c93936e9d7"})+
91+
configMap.data({"provision-image": "kubeless/unzip@sha256:4cbab8b7c70b0d8f10dbd920e434d39a197a62e0e55124d6b5f14e957e358258"})+
9292
configMap.data({"provision-image-secret": ""})+
9393
configMap.data({"builder-image": "kubeless/function-image-builder:latest"})+
9494
configMap.data({"builder-image-secret": ""});

0 commit comments

Comments
 (0)