Skip to content

Commit

Permalink
Merge branch 'master' into cleanup_packages_being_imported_more_than_…
Browse files Browse the repository at this point in the history
…once
  • Loading branch information
rsoaresd authored Mar 21, 2024
2 parents d127054 + 5b2f475 commit 643a31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-check-gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: codeready-toolchain/toolchain-cicd/gomod-check@master
2 changes: 1 addition & 1 deletion deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 643a31d

Please sign in to comment.