Skip to content

Commit 4f19a0c

Browse files
authored
feat: increasing min versions to keep to avoid issues in deployment like product-api (#13)
1 parent 6bd151f commit 4f19a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ jobs:
272272
with:
273273
package-name: ${{ github.event.deployment.payload.name }}
274274
package-type: container
275-
min-versions-to-keep: "50"
275+
min-versions-to-keep: "500"
276276
token: ${{ secrets.repoAccessToken }}
277277
continue-on-error: true

0 commit comments

Comments
 (0)