forked from pixie-io/pixie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The version of helm we were using didn't support newlines in action blocks but the buildbuddy charts we use now include newlines in actions blocks in the template. Relevant Issues: N/A Type of change: /kind cleanup Test Plan: Ensured that the newly installed version of helm supports the new charts. Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DOCKER_IMAGE_TAG=202304112319 | ||
LINTER_IMAGE_DIGEST=9384af7ed21418b36e5765d8fc02bfdce1c1ae714e2eb0792392bfcf4d9a9285 | ||
DEV_IMAGE_DIGEST=bc76de192dfa537c48ef5013bb68573be36699037e1cad151af88ffc5c8b63c6 | ||
DEV_IMAGE_WITH_EXTRAS_DIGEST=eed5e9baf2e2b211bd58c9054f3222852dce27aba7f34b7367b2e5b8ac032656 | ||
DOCKER_IMAGE_TAG=202304131903 | ||
LINTER_IMAGE_DIGEST=80973a4b3cec4ea32e0485b1733223fcca5f049b46e9e0d449dd2b024cf926d3 | ||
DEV_IMAGE_DIGEST=47ff6d1fe34e99f489e747fb2afd7cc96efdcea8b497d6fd64494cc1982fdcc9 | ||
DEV_IMAGE_WITH_EXTRAS_DIGEST=8bf23dc0c709b5981b6bddf5632b1159cd310c4a3315159f8de52cfc1133f862 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters