Skip to content

Commit

Permalink
[bot] Update main from tektoncd/operator to 387bd07fa54a3d8395364c98d…
Browse files Browse the repository at this point in the history
…1f24720b9b830f9

    $ git diff --stat 387bd07fa54a3d8395364c98d1f24720b9b830f9..a98ed25f242ba10da27a48fc2cd876a290656701
     tekton/operator-release-pipeline.yaml | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)

https://github.com/tektoncd/operator/compare/387bd07fa54a3d8395364c98d1f24720b9b830f9..a98ed25f242ba10da27a48fc2cd876a290656701
  • Loading branch information
openshift-pipelines-bot committed Dec 30, 2024
1 parent 8f552e7 commit 8705ea5
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ metadata:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-chains
pipeline.tekton.dev/release: "v20241219-5fc7735e5a"
version: "v20241219-5fc7735e5a"
pipeline.tekton.dev/release: "v20241230-f5925252ef"
version: "v20241230-f5925252ef"
spec:
replicas: 1
selector:
Expand All @@ -84,13 +84,13 @@ spec:
app.kubernetes.io/instance: default
app.kubernetes.io/part-of: tekton-chains
# # tekton.dev/release value replaced with inputs.params.versionTag in pipeline/tekton/publish.yaml
pipeline.tekton.dev/release: "v20241219-5fc7735e5a"
version: "v20241219-5fc7735e5a"
pipeline.tekton.dev/release: "v20241230-f5925252ef"
version: "v20241230-f5925252ef"
spec:
serviceAccountName: tekton-chains-controller
containers:
- name: tekton-chains-controller
image: ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v20241219-5fc7735e5a@sha256:5a6ad4108551996dc4936d5cf0d10aa18055fc138d444d979c8f9d735248ee8d
image: ghcr.io/tektoncd/chains/controller-92006fd957c0afd31de6a40b3e33b39f:v20241230-f5925252ef@sha256:26feefa44a404e1d96a786f97a68d81a0fbe74b0c01b27234ea13a8362001304
volumeMounts:
- name: signing-secrets
mountPath: /etc/signing-secrets
Expand Down Expand Up @@ -342,7 +342,7 @@ data:
# this ConfigMap such that even if we don't have access to
# other resources in the namespace, we can still access
# this ConfigMap.
version: "v20241219-5fc7735e5a"
version: "v20241230-f5925252ef"

---
# Copyright 2023 Tekton Authors LLC
Expand Down
Loading

0 comments on commit 8705ea5

Please sign in to comment.