From ad873e73b94c886b557c0f50b196c27efb09a05f Mon Sep 17 00:00:00 2001 From: Pradeep Kumar Date: Fri, 8 Oct 2021 13:56:36 +0530 Subject: [PATCH] update tkn cli to v0.21.0 this updates tkn cli image sha to latest released v0.21.0 Signed-off-by: Pradeep Kumar --- .../kubernetes/config/all/operator_v1alpha1_config_cr.yaml | 4 ++-- .../kubernetes/config/basic/operator_v1alpha1_config_cr.yaml | 4 ++-- .../kubernetes/config/lite/operator_v1alpha1_config_cr.yaml | 4 ++-- .../openshift/config/basic/operator_v1alpha1_config_cr.yaml | 4 ++-- .../openshift/config/lite/operator_v1alpha1_config_cr.yaml | 4 ++-- config/kubernetes/operator.yaml | 2 +- config/openshift/operator.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml b/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml index 1d313b7460..e854521d05 100644 --- a/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml +++ b/config/crs/kubernetes/config/all/operator_v1alpha1_config_cr.yaml @@ -21,7 +21,7 @@ spec: targetNamespace: tekton-pipelines pruner: resources: - - pipelinerun - - taskrun + - pipelinerun + - taskrun keep: 100 schedule: "0 8 * * *" \ No newline at end of file diff --git a/config/crs/kubernetes/config/basic/operator_v1alpha1_config_cr.yaml b/config/crs/kubernetes/config/basic/operator_v1alpha1_config_cr.yaml index 7da8f79cb5..80f66b8608 100644 --- a/config/crs/kubernetes/config/basic/operator_v1alpha1_config_cr.yaml +++ b/config/crs/kubernetes/config/basic/operator_v1alpha1_config_cr.yaml @@ -21,7 +21,7 @@ spec: targetNamespace: tekton-pipelines pruner: resources: - - pipelinerun - - taskrun + - pipelinerun + - taskrun keep: 100 schedule: "0 8 * * *" \ No newline at end of file diff --git a/config/crs/kubernetes/config/lite/operator_v1alpha1_config_cr.yaml b/config/crs/kubernetes/config/lite/operator_v1alpha1_config_cr.yaml index a11c314a8c..172a15fef0 100644 --- a/config/crs/kubernetes/config/lite/operator_v1alpha1_config_cr.yaml +++ b/config/crs/kubernetes/config/lite/operator_v1alpha1_config_cr.yaml @@ -21,7 +21,7 @@ spec: targetNamespace: tekton-pipelines pruner: resources: - - pipelinerun - - taskrun + - pipelinerun + - taskrun keep: 100 schedule: "0 8 * * *" \ No newline at end of file diff --git a/config/crs/openshift/config/basic/operator_v1alpha1_config_cr.yaml b/config/crs/openshift/config/basic/operator_v1alpha1_config_cr.yaml index 83cd3eee45..2901430de1 100644 --- a/config/crs/openshift/config/basic/operator_v1alpha1_config_cr.yaml +++ b/config/crs/openshift/config/basic/operator_v1alpha1_config_cr.yaml @@ -21,7 +21,7 @@ spec: targetNamespace: openshift-pipelines pruner: resources: - - pipelinerun - - taskrun + - pipelinerun + - taskrun keep: 100 schedule: "0 8 * * *" \ No newline at end of file diff --git a/config/crs/openshift/config/lite/operator_v1alpha1_config_cr.yaml b/config/crs/openshift/config/lite/operator_v1alpha1_config_cr.yaml index 526dbf130e..258badabe8 100644 --- a/config/crs/openshift/config/lite/operator_v1alpha1_config_cr.yaml +++ b/config/crs/openshift/config/lite/operator_v1alpha1_config_cr.yaml @@ -21,7 +21,7 @@ spec: targetNamespace: openshift-pipelines pruner: resources: - - pipelinerun - - taskrun + - pipelinerun + - taskrun keep: 100 schedule: "0 8 * * *" \ No newline at end of file diff --git a/config/kubernetes/operator.yaml b/config/kubernetes/operator.yaml index 8db8657348..4bf93e7cd0 100644 --- a/config/kubernetes/operator.yaml +++ b/config/kubernetes/operator.yaml @@ -46,7 +46,7 @@ spec: - name: IMAGE_PIPELINES_PROXY value: ko://github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook - name: IMAGE_JOB_PRUNER_TKN - value: gcr.io/tekton-releases/dogfooding/tkn@sha256:f69a02ef099d8915e9e4ea1b74e43b7a9309fc97cf23cb457ebf191e73491677 + value: gcr.io/tekton-releases/dogfooding/tkn@sha256:025de221fb059ca24a3b2d988889ea34bce48dc76c0cf0d6b4499edb8c21325f - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION diff --git a/config/openshift/operator.yaml b/config/openshift/operator.yaml index ea3f968a90..85812a95ec 100644 --- a/config/openshift/operator.yaml +++ b/config/openshift/operator.yaml @@ -46,7 +46,7 @@ spec: - name: IMAGE_PIPELINES_PROXY value: ko://github.com/tektoncd/operator/cmd/openshift/proxy-webhook - name: IMAGE_JOB_PRUNER_TKN - value: gcr.io/tekton-releases/dogfooding/tkn@sha256:f69a02ef099d8915e9e4ea1b74e43b7a9309fc97cf23cb457ebf191e73491677 + value: gcr.io/tekton-releases/dogfooding/tkn@sha256:025de221fb059ca24a3b2d988889ea34bce48dc76c0cf0d6b4499edb8c21325f - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION