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

Commit

Permalink
Bump http-trigger controller version (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmgot authored Mar 12, 2019
1 parent 2df5c61 commit 56772bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeless-non-rbac.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local functionControllerContainer =
container.env(controllerEnv);

local httpTriggerControllerContainer =
container.default("http-trigger-controller", "bitnami/http-trigger-controller:v1.0.0-alpha.9") +
container.default("http-trigger-controller", "bitnami/http-trigger-controller:v1.0.0") +
container.imagePullPolicy("IfNotPresent") +
container.env(controllerEnv);

Expand Down

0 comments on commit 56772bd

Please sign in to comment.