Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .tekton/release/bundle-update/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
- name: KONFLUX_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
key: konflux-token
- name: HOME
value: /workspace
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
- name: KONFLUX_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
key: konflux-token
- name: HOME
value: /workspace
Expand All @@ -138,7 +138,7 @@ spec:
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-github-token
name: konflux-bot-0-github-token
key: github-token
script: |
cd repo
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release/bundle-update/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
These 3 parameters are passed by Konflux: snapshot, release and releasePlan.
Other parameters are set by the release plan.
spec:
serviceAccountName: release-bot
serviceAccountName: konflux-bot-0
pipelineRef:
params:
- name: url
Expand Down
6 changes: 3 additions & 3 deletions .tekton/release/catalog-update/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: KONFLUX_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
key: konflux-token
- name: HOME
value: /workspace
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
- name: KONFLUX_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
key: konflux-token
- name: HOME
value: /workspace
Expand All @@ -135,7 +135,7 @@ spec:
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-github-token
name: konflux-bot-0-github-token
key: github-token
script: |
set -e
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release/catalog-update/pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
These 3 parameters are passed by Konflux: snapshot, release and releasePlan Update the catalog with the released bundle.
Other parameters are set by the release plan.
spec:
serviceAccountName: release-bot
serviceAccountName: konflux-bot-0
pipelineRef:
params:
- name: url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
- name: KONFLUX_TOKEN
valueFrom:
secretKeyRef:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
key: konflux-token
script: |
set -e
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release/release-bot/role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: release-bot
name: konflux-bot-0
namespace: crt-nshift-lightspeed-tenant
rules:
- apiGroups:
Expand Down
6 changes: 3 additions & 3 deletions .tekton/release/release-bot/rolebinding.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: release-bot
name: konflux-bot-0
namespace: crt-nshift-lightspeed-tenant
subjects:
- kind: ServiceAccount
name: release-bot
name: konflux-bot-0
apiGroup: ""
roleRef:
kind: Role
name: release-bot
name: konflux-bot-0
apiGroup: rbac.authorization.k8s.io


2 changes: 1 addition & 1 deletion .tekton/release/release-bot/service-account.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: release-bot
name: konflux-bot-0
namespace: crt-nshift-lightspeed-tenant
2 changes: 1 addition & 1 deletion .tekton/release/secrets/secret-github-token.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: release-bot-github-token
name: konflux-bot-0-github-token
namespace: crt-nshift-lightspeed-tenant
type: Opaque
stringData:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/release/secrets/secret-konflux-token.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: release-bot-konflux-token
name: konflux-bot-0-konflux-token
namespace: crt-nshift-lightspeed-tenant
type: Opaque
stringData:
Expand Down