Skip to content

Commit

Permalink
Fixed TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hela Bot committed Nov 26, 2024
1 parent da17a3c commit 9af489e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela-api:v10
tags: ${{ secrets.DOCKERHUB_USERNAME }}/hela-api:v11
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ app.post('/git-scan/', async (req, res) => {
"name": job_name
},
"spec": {
"ttlSecondsAfterFinished": 60,
"ttlSecondsAfterFinished": 3600,
"template": {
"spec": {
"containers": [
Expand Down

0 comments on commit 9af489e

Please sign in to comment.