Skip to content

Commit afd0777

Browse files
authored
Merge pull request #162 from holaplex/mpw/grace-period
add terminationGracePeriod to treasuries nfts and nfts-solana
2 parents 6e75bfc + 8e2c300 commit afd0777

File tree

10 files changed

+15
-3
lines changed

10 files changed

+15
-3
lines changed

charts/hub-nfts-solana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.5.2
21+
version: 0.5.3
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-nfts-solana/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ spec:
5656
tolerations:
5757
{{- toYaml . | nindent 8 }}
5858
{{- end }}
59+
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}

charts/hub-nfts-solana/templates/indexer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ spec:
5656
tolerations:
5757
{{- toYaml . | nindent 8 }}
5858
{{- end }}
59+
terminationGracePeriodSeconds: {{ .Values.indexer.terminationGracePeriodSeconds }}
5960
{{- end }}

charts/hub-nfts-solana/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ indexer:
1818
pullPolicy: IfNotPresent
1919
# Overrides the image tag whose default is the chart appVersion.
2020
tag: "latest"
21+
22+
terminationGracePeriodSeconds: 180
2123
resources: {}
2224
# We usually recommend not to specify default resources and to leave this as a conscious
2325
# choice for the user. This also increases chances charts run on environments with little
@@ -92,6 +94,8 @@ autoscaling:
9294
targetCPUUtilizationPercentage: 80
9395
# targetMemoryUtilizationPercentage: 80
9496

97+
terminationGracePeriodSeconds: 180
98+
9599
networkPolicies:
96100
enabled: false
97101
extraEgress: []

charts/hub-nfts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.10.0
21+
version: 0.10.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-nfts/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ spec:
7676
tolerations:
7777
{{- toYaml . | nindent 8 }}
7878
{{- end }}
79+
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}

charts/hub-nfts/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ autoscaling:
7474
targetCPUUtilizationPercentage: 80
7575
# targetMemoryUtilizationPercentage: 80
7676

77+
terminationGracePeriodSeconds: 180
78+
7779
networkPolicies:
7880
enabled: false
7981
extraEgress: []

charts/hub-treasuries/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.7.0
21+
version: 0.7.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-treasuries/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ spec:
8484
tolerations:
8585
{{- toYaml . | nindent 8 }}
8686
{{- end }}
87+
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}

charts/hub-treasuries/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ autoscaling:
7373
targetCPUUtilizationPercentage: 80
7474
# targetMemoryUtilizationPercentage: 80
7575

76+
terminationGracePeriodSeconds: 180
77+
7678
networkPolicies:
7779
enabled: false
7880
extraEgress: []

0 commit comments

Comments
 (0)