Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 08:28
· 15 commits to main since this release
cab59f0

0.2.5 (2022-08-29)

Features

This release introduces API_PROXY_MAX_PAYLOAD_BYTES_KB, an environment variable for the Keptn distributor. It is currently set to 128 (Kilobyte) and defines the maximum payload size that job-executor can send back to Keptn, i.e., the log output of your job (+ a bit of overhead). Should your job create more log output, you have to increase the API_PROXY_MAX_PAYLOAD_BYTES_KB environment variable in the Kubernetes manifest.

Docs