-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Update from tektoncd/operator to 229dca3f57e177ede377bc5657bc80…
…0db730cbc6 $ git diff --stat 229dca3f57e177ede377bc5657bc800db730cbc6..1b02a97fcd9908f2dab006417375e2dc1fe1d58d components.yaml | 6 +-- docs/TektonConfig.md | 2 + docs/TektonPipeline.md | 7 +++ docs/TektonResult.md | 14 ++++-- ...operator-rh.clusterserviceversion.template.yaml | 6 +-- .../operator/v1alpha1/tektonconfig_default_test.go | 3 +- .../operator/v1alpha1/tektonpipeline_defaults.go | 9 ++-- .../v1alpha1/tektonpipeline_defaults_test.go | 36 +-------------- pkg/apis/operator/v1alpha1/tektonpipeline_types.go | 7 +-- pkg/apis/operator/v1alpha1/tektonresult_types.go | 2 - .../operator/v1alpha1/zz_generated.deepcopy.go | 15 ++---- pkg/reconciler/common/transformers_test.go | 4 +- .../tektonpipeline-feature-flags-base.yaml | 31 ------------- .../kubernetes/tektonpipeline/transform.go | 5 -- .../kubernetes/tektonpipeline/transform_test.go | 54 ---------------------- .../kubernetes/tektonresult/tektonresult.go | 12 ++++- .../tektonresult/testdata/api-config.yaml | 2 - .../kubernetes/tektonresult/transform_test.go | 5 -- pkg/reconciler/openshift/tektonresult/extension.go | 31 ------------- .../openshift/tektonresult/extension_test.go | 19 -------- .../tektonresult/testdata/api-service.yaml | 25 ---------- tekton/build-publish-images-manifests.yaml | 8 ++-- tekton/operator-release-pipeline.yaml | 2 +- tekton/task-fetch-components.yaml | 2 +- 24 files changed, 57 insertions(+), 250 deletions(-) https://github.com/tektoncd/operator/compare/229dca3f57e177ede377bc5657bc800db730cbc6..1b02a97fcd9908f2dab006417375e2dc1fe1d58d
- Loading branch information
1 parent
a5dada3
commit 6b8a229
Showing
25 changed files
with
251 additions
and
58 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 +1 @@ | ||
1b02a97fcd9908f2dab006417375e2dc1fe1d58d | ||
229dca3f57e177ede377bc5657bc800db730cbc6 |
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
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
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
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
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
15 changes: 10 additions & 5 deletions
15
upstream/pkg/apis/operator/v1alpha1/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
31 changes: 31 additions & 0 deletions
31
.../pkg/reconciler/kubernetes/tektonpipeline/testdata/tektonpipeline-feature-flags-base.yaml
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: feature-flags | ||
namespace: tekton-pipelines | ||
labels: | ||
app.kubernetes.io/instance: default | ||
app.kubernetes.io/part-of: tekton-pipelines | ||
data: | ||
disable-affinity-assistant: "false" | ||
coschedule: "workspaces" | ||
disable-creds-init: "false" | ||
await-sidecar-readiness: "true" | ||
running-in-environment-with-injected-sidecars: "true" | ||
require-git-ssh-secret-known-hosts: "false" | ||
enable-tekton-oci-bundles: "false" | ||
enable-api-fields: "beta" | ||
send-cloudevents-for-runs: "false" | ||
trusted-resources-verification-no-match-policy: "ignore" | ||
enable-provenance-in-status: "true" | ||
enforce-nonfalsifiability: "none" | ||
results-from: "termination-message" | ||
set-security-context: "false" | ||
keep-pod-on-cancel: "false" | ||
enable-cel-in-whenexpression: "false" | ||
enable-step-actions: "false" | ||
enable-artifacts: "false" | ||
enable-param-enum: "false" | ||
disable-inline-spec: "" | ||
enable-concise-resolver-syntax: "false" | ||
enable-kubernetes-sidecar: "false" |
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
Oops, something went wrong.