diff --git a/.github/workflows/ci-check-gomod.yml b/.github/workflows/ci-check-gomod.yml index 36ffb0ece..b60b0d972 100644 --- a/.github/workflows/ci-check-gomod.yml +++ b/.github/workflows/ci-check-gomod.yml @@ -13,10 +13,5 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: check - run: | - if [[ -n "$(grep 'replace github.com/codeready-toolchain/.*' go.mod || true)" ]]; then - echo "forbidden replacement in go.mod" - exit 1 - fi \ No newline at end of file + uses: codeready-toolchain/toolchain-cicd/gomod-check@master diff --git a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml index 1d7aacf68..5d2986d9e 100644 --- a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml +++ b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml @@ -66,7 +66,7 @@ objects: limits.ephemeral-storage: 50Gi requests.storage: 200Gi requests.ephemeral-storage: 50Gi - count/persistentvolumeclaims: "30" + count/persistentvolumeclaims: "90" - apiVersion: v1 kind: ResourceQuota metadata: