diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index 79e4d4b..1f5316f 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -26,10 +26,6 @@ spec: value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:on-pr-{{revision}} - name: image-expires-after value: 5d - - name: hermetic - value: "true" - - name: prefetch-input - value: '{"type": "gomod", "path": "."}' - name: build-platforms value: - linux/x86_64 diff --git a/.tekton/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index c5eb478..0e0da6c 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -23,10 +23,6 @@ spec: value: '{{revision}}' - name: output-image value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '{"type": "gomod", "path": "."}' - name: build-platforms value: - linux/x86_64