Skip to content

Commit

Permalink
Bump serverless images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gorgol committed Jun 25, 2021
1 parent 6129fc5 commit 74eb383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ global:
images:
manager:
repository: "eu.gcr.io/kyma-project/function-controller"
tag: "PR-11455"
tag: "3d36a7ba"
pullPolicy: IfNotPresent
runtimes:
nodejs12:
Expand Down Expand Up @@ -162,7 +162,7 @@ containers:
functionBuildExecutorImage:
value: gcr.io/kaniko-project/executor:v1.5.1
functionBuildRepoFetcherImage:
value: eu.gcr.io/kyma-project/function-build-init:PR-11455
value: eu.gcr.io/kyma-project/function-build-init:3d36a7ba
functionBuildMaxSimultaneousJobs:
value: "5"
logLevel:
Expand Down Expand Up @@ -243,7 +243,7 @@ webhook:
fullnameOverride: "serverless-webhook"
image:
repository: "eu.gcr.io/kyma-project/function-webhook"
tag: "PR-11455"
tag: "3d36a7ba"

k3s-tests:
enabled: false # this chart is installed manually, do not flip this value

0 comments on commit 74eb383

Please sign in to comment.