2 Commits

Author SHA1 Message Date
c4ffa726cd increase size
Some checks failed
renovate / renovate (push) Failing after 1s
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 1m18s
2025-12-07 11:48:43 -06:00
d8a071d545 fix workflow 2025-12-07 11:48:43 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ jobs:
for path in $GIT_DIFF; do
CHANGED_COMPOSE+=$(echo "$path")
RENDER_DIR+=$(echo " ")
CHANGED_COMPOSE+=$(echo " ")
done
else
@@ -105,7 +105,7 @@ jobs:
echo ">> Running dclint on changed compose files:"
echo "$CHANGED_COMPOSE"
echo "$CHANGED_COMPOSE" | while read -r compose; do
for compose in $CHANGED_COMPOSE; do
echo ">> Linting $compose ..."
npx dclint $compose
done

View File

@@ -26,7 +26,7 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 1Gi
storage: 5Gi
redisExporter:
enabled: true
image: quay.io/opstree/redis-exporter:v1.48.0