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

Commit

Permalink
Merge pull request #1641 from cloudfoundry-incubator/jandubois/bump-g…
Browse files Browse the repository at this point in the history
…arden-runc

fix: bump garden-runc to 1.19.17
  • Loading branch information
jandubois authored Dec 4, 2020
2 parents 024937c + 9d818cd commit 7cd2c65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ fi
patch --verbose "${target}" <<'EOT'
--- jobs/garden/templates/bin/pre-start
+++ jobs/garden/templates/bin/pre-start
@@ -1,7 +1,3 @@
#!/bin/bash
@@ -4,7 +4,5 @@ set -e
set -e
-
source /var/vcap/jobs/garden/bin/envs
source /var/vcap/jobs/garden/bin/grootfs-utils
-source /var/vcap/packages/greenskeeper/bin/system-preparation
-
-permit_device_control
invoke_thresholder
EOT

sha256sum "${target}" > "${sentinel}"
2 changes: 2 additions & 0 deletions chart/config/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ releases:
image:
repository: ghcr.io/cloudfoundry-incubator/pxc
tag: 0.9.11
garden-runc:
version: 1.19.17
metrics-discovery:
# metrics-agent add-on (new in cf-deployment 13.0) is not used by kubecf
condition: false
Expand Down

0 comments on commit 7cd2c65

Please sign in to comment.