Skip to content

Commit 93a1edf

Browse files
author
Vijay
committed
terminationGracePeriodSeconds
1 parent b48c51b commit 93a1edf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Charts
33
on:
44
push:
55
branches:
6-
- update
6+
- tiphys-0.9.17-4
77

88
jobs:
99
release:
@@ -29,5 +29,5 @@ jobs:
2929
env:
3030
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3131
CR_SKIP_EXISTING: true
32-
version: 0.9.17-3
32+
version: 0.9.17-4
3333
mark_as_latest: false

charts/tiphys/templates/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ spec:
149149
{{- end }}
150150
spec:
151151
automountServiceAccountToken: false
152+
terminationGracePeriodSeconds: {{ default 30 $app.service.terminationGracePeriodSeconds }}
152153
hostPID: false
153154
hostIPC: false
154155
hostNetwork: false

0 commit comments

Comments
 (0)