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

Latest commit

 

History

History

tekton-chains

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

tekton-chains

Version: 0.2.3 Type: application AppVersion: v0.8.0

A Helm chart for Tekton Chains

Homepage: https://github.com/tektoncd/chains

Values

Key Type Default Description
chainsDeployment.image.digest string "sha256:599b81739a1171874ee506c314686ff854c64b909df80d9ed558ccce115cee95"
chainsDeployment.image.repository string "gcr.io/tekton-releases/github.com/tektoncd/chains/cmd/controller"
chainsDeployment.image.tag string "v0.8.0"
chainsDeployment.replicas int 1
icon string "https://github.com/tektoncd/chains/blob/main/tekton_chains-color.png"
tenantConfig."artifacts.oci.format" string "simplesigning"
tenantConfig."artifacts.oci.signer" string "x509"
tenantConfig."artifacts.oci.storage" string "oci"
tenantConfig."artifacts.taskrun.format" string "tekton"
tenantConfig."artifacts.taskrun.signer" string "x509"
tenantConfig."artifacts.taskrun.storage" string "tekton"
tenantLogging."loglevel.controller" string "info"
tenantLogging."loglevel.webhook" string "info"
tenantLogging.zap-logger-config string "{\n \"level\": \"info\",\n \"development\": false,\n \"sampling\": {\n \"initial\": 100,\n \"thereafter\": 100\n },\n \"outputPaths\": [\"stdout\"],\n \"errorOutputPaths\": [\"stderr\"],\n \"encoding\": \"json\",\n \"encoderConfig\": {\n \"timeKey\": \"ts\",\n \"levelKey\": \"level\",\n \"nameKey\": \"logger\",\n \"callerKey\": \"caller\",\n \"messageKey\": \"msg\",\n \"stacktraceKey\": \"stacktrace\",\n \"lineEnding\": \"\",\n \"levelEncoder\": \"\",\n \"timeEncoder\": \"iso8601\",\n \"durationEncoder\": \"\",\n \"callerEncoder\": \"\"\n }\n}\n"