Skip to content

Commit 1b141f1

Browse files
authored
fix: remove cleanup until a better solution found (#303)
1 parent 7efde1d commit 1b141f1

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.github/workflows/merge.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,3 @@ jobs:
124124
tags: prod
125125

126126

127-
ghcr-cleanup:
128-
name: GHCR Cleanup
129-
runs-on: ubuntu-24.04
130-
strategy:
131-
matrix:
132-
name: [backend-go, backend-py, backend-java, migrations-go, migrations-py]
133-
steps:
134-
- name: Keep last 50
135-
uses: actions/delete-package-versions@v5
136-
with:
137-
package-name: "${{ github.event.repository.name }}/${{ matrix.name }}"
138-
package-type: "container"
139-
min-versions-to-keep: 50
140-
ignore-versions: "^(prod|test)$"
141-
142-

.github/workflows/pr-open.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
id: builds
4545
with:
4646
build_context: ${{ matrix.build_context }}
47-
keep_versions: 10
4847
package: ${{ matrix.package }}
4948
tag: ${{ github.event.number }}
5049
triggers: ${{ matrix.triggers }}

charts/crunchy/values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single
3232
prometheus.io/scrape: 'true'
3333
prometheus.io/port: '9187'
3434
dataVolumeClaimSpec:
35-
storage: 150Mi
35+
storage: 250Mi
3636
storageClassName: netapp-block-standard
3737
walStorage: 300Mi
3838

0 commit comments

Comments
 (0)