ShowChart
ShowChart retrieves the default values.yaml and README.md from a Helm chart in a remote repository (HTTP or OCI). This executes server-side and does not require a cluster connection.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Define the version of the Connect protocol
Define the timeout, in ms
Query Parameters
Section titled “Query Parameters ”ShowChartRequest defines parameters for retrieving chart metadata from a remote Helm repository.
object
The URL of the Helm chart repository (HTTP/HTTPS or OCI).
The name of the chart within the repository.
The chart version to query. If empty, the latest version is used.
Define which encoding or ‘Message-Codec’ to use
Specifies if the message query param is base64 encoded, which may be required for binary data
Which compression algorithm to use for this request
Define the version of the Connect protocol
Responses
Section titled “ Responses ”Success
ShowChartResponse contains the default values and README from a Helm chart.
object
The raw content of the chart’s values.yaml file.
The raw content of the chart’s README.md file.
default
Section titled “default ”Error
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.