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
7 changes: 4 additions & 3 deletions .tekton/gitops-operator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
params:
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64
- name: git-url
value: '{{source_url}}'
- name: revision
Expand All @@ -32,7 +32,7 @@ spec:
- name: dockerfile
value: Containerfile.plugin
- name: hermetic
value: true
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
pipelineSpec:
Expand Down Expand Up @@ -468,7 +468,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-gitops-operator
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
13 changes: 7 additions & 6 deletions .tekton/gitops-operator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ spec:
params:
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: git-url
value: '{{source_url}}'
- name: revision
Expand All @@ -32,7 +32,7 @@ spec:
- name: dockerfile
value: Containerfile.plugin
- name: hermetic
value: true
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
pipelineSpec:
Expand Down Expand Up @@ -468,7 +468,8 @@ spec:
optional: true
- name: netrc
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-gitops-operator
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down
Loading