diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index b150798..6b7e97f 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -16,8 +16,8 @@ metadata: ) spec: timeouts: - pipeline: 6h - tasks: 3h + pipeline: 8h + tasks: 6h params: - name: doc-base @@ -57,7 +57,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 2.5Gi - name: cache persistentVolumeClaim: claimName: doc-build-cache diff --git a/.tekton/doc-pr-build.yaml b/.tekton/doc-pr-build.yaml index a2c316c..597f19f 100644 --- a/.tekton/doc-pr-build.yaml +++ b/.tekton/doc-pr-build.yaml @@ -55,7 +55,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi + storage: 2.5Gi - name: cache persistentVolumeClaim: claimName: doc-build-cache