|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: tekton-pipelines.packages.kadras.io.0.41.0 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: tekton-pipelines.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/tektoncd/pipeline/releases |
| 11 | + releasedAt: "2022-11-06T13:29:50Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/arktonix/package-for-tekton-pipelines@sha256:c4ae69b7d9cf261d09846d6e39fa53b7ef68890df1333339c921a1f5f10fe321 |
| 19 | + template: |
| 20 | + - ytt: |
| 21 | + paths: |
| 22 | + - config |
| 23 | + - kbld: |
| 24 | + paths: |
| 25 | + - '-' |
| 26 | + - .imgpkg/images.yml |
| 27 | + valuesSchema: |
| 28 | + openAPIv3: |
| 29 | + additionalProperties: false |
| 30 | + properties: |
| 31 | + defaults: |
| 32 | + additionalProperties: false |
| 33 | + description: Default configuration stored in the config-defaults ConfigMap. |
| 34 | + properties: |
| 35 | + affinity_assistant_pod_template: |
| 36 | + default: "" |
| 37 | + description: Pod template to use for affinity assistant pods. |
| 38 | + type: string |
| 39 | + cloud_events_sink: |
| 40 | + default: "" |
| 41 | + description: CloudEvents sink to be used for TaskRun and PipelineRun. |
| 42 | + If no sink is specified, no CloudEvent is generated. |
| 43 | + type: string |
| 44 | + managed_by_label_value: |
| 45 | + default: tekton-pipelines |
| 46 | + description: Value given to the 'app.kubernetes.io/managed-by' label |
| 47 | + applied to all Pods created for TaskRuns. |
| 48 | + type: string |
| 49 | + max_matrix_combinations_count: |
| 50 | + default: "256" |
| 51 | + description: Maximum number of combinations from a Matrix, if none is |
| 52 | + specified. |
| 53 | + type: string |
| 54 | + pod_template: |
| 55 | + default: "" |
| 56 | + description: Pod template to use for TaskRun and PipelineRun. |
| 57 | + type: string |
| 58 | + service_account: |
| 59 | + default: default |
| 60 | + description: Service account name to use for TaskRun and PipelineRun, |
| 61 | + if none is specified. |
| 62 | + type: string |
| 63 | + task_run_workspace_binding: |
| 64 | + default: "" |
| 65 | + description: Workspace configuration provided for any Workspaces that |
| 66 | + a Task declares but that a TaskRun does not explicitly provide. |
| 67 | + example: 'emptyDir: {}' |
| 68 | + type: string |
| 69 | + x-example-description: Use emptyDir volume for workspace |
| 70 | + timeout_minutes: |
| 71 | + default: "60" |
| 72 | + description: Number of minutes to use for TaskRun and PipelineRun, if |
| 73 | + none is specified. |
| 74 | + type: string |
| 75 | + type: object |
| 76 | + feature_flags: |
| 77 | + additionalProperties: false |
| 78 | + description: Feature flags configuration stored in the feature-flags ConfigMap. |
| 79 | + properties: |
| 80 | + await_sidecar_readiness: |
| 81 | + default: "true" |
| 82 | + description: Setting this flag to 'false' will stop Tekton from waiting |
| 83 | + for a TaskRun's sidecar containers to be running before starting the |
| 84 | + first step. This will allow Tasks to be run in environments that don't |
| 85 | + support the DownwardAPI volume type, but may lead to unintended behaviour |
| 86 | + if sidecars are used. |
| 87 | + type: string |
| 88 | + disable_affinity_assistant: |
| 89 | + default: "false" |
| 90 | + description: Setting this flag to 'true' will prevent Tekton to create |
| 91 | + an Affinity Assistant for every TaskRun sharing a PVC workspace. |
| 92 | + type: string |
| 93 | + disable_creds_init: |
| 94 | + default: "false" |
| 95 | + description: Setting this flag to 'true' will prevent Tekton scanning |
| 96 | + attached service accounts and injecting any credentials it finds into |
| 97 | + your Steps. |
| 98 | + type: string |
| 99 | + enable_api_fields: |
| 100 | + default: stable |
| 101 | + description: Setting this flag will determine which gated features are |
| 102 | + enabled. |
| 103 | + type: string |
| 104 | + enable_custom_tasks: |
| 105 | + default: "false" |
| 106 | + description: Setting this flag to 'true' enables the use of custom tasks |
| 107 | + from within pipelines. This is an experimental feature and thus should |
| 108 | + still be considered an alpha feature. |
| 109 | + type: string |
| 110 | + enable_tekton_oci_bundles: |
| 111 | + default: "false" |
| 112 | + description: Setting this flag to 'true' enables the use of Tekton OCI |
| 113 | + bundle. This is an experimental feature and thus should still be considered |
| 114 | + an alpha feature. |
| 115 | + type: string |
| 116 | + require_git_ssh_secret_known_hosts: |
| 117 | + default: "false" |
| 118 | + description: Setting this flag to 'true' will require that any Git SSH |
| 119 | + Secret offered to Tekton must have known_hosts included. |
| 120 | + type: string |
| 121 | + running_in_environment_with_injected_sidecars: |
| 122 | + default: "true" |
| 123 | + description: This option should be set to 'false' when Pipelines is |
| 124 | + running in a cluster that does not use injected sidecars such as Istio. |
| 125 | + Setting it to false should decrease the time it takes for a TaskRun |
| 126 | + to start running. For clusters that use injected sidecars, setting |
| 127 | + this option to false can lead to unexpected behavior. |
| 128 | + type: string |
| 129 | + send_cloudevents_for_runs: |
| 130 | + default: "false" |
| 131 | + description: Setting this flag to 'true' enables CloudEvents for Runs, |
| 132 | + as long as a CloudEvents sink is configured in the config-defaults |
| 133 | + config map. |
| 134 | + type: string |
| 135 | + type: object |
| 136 | + type: object |
| 137 | + version: 0.41.0 |
0 commit comments