Skip to content

Commit

Permalink
SONAR-23712 deprecate terminationGracePeriodSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU committed Nov 22, 2024
1 parent a624c26 commit a24ce5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ The bundled PostgreSQL Chart is deprecated. Please see <https://artifacthub.io/p
| `account.sonarWebContext` | (DEPRECATED) SonarQube web context for Admin hook. please use sonarWebContext at the value top level instead | `nil` |
| `account.securityContext` | Security context for downloading the prometheus exporter | see `values.yaml` |
| `adminJobAnnotations` | Custom annotations for admin hook Job | `{}` |
| `terminationGracePeriodSeconds` | Configuration of `terminationGracePeriodSeconds` | `60` |
| `terminationGracePeriodSeconds` | (DEPRECATED) this field is not used in the templates | `60` |
You can also configure values for the PostgreSQL database via the PostgreSQL [Chart](https://hub.helm.sh/charts/bitnami/postgresql)
Expand Down
5 changes: 5 additions & 0 deletions charts/sonarqube-dce/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
"$comment": "(DEPRECATED) Please use SearchNodes.podDisruptionBudget"
}
}
},
"terminationGracePeriodSeconds": {
"type": "integer",
"deprecated": true,
"$comment": "(DEPRECATED) This value is not used in the templates"
}
}
}
1 change: 1 addition & 0 deletions charts/sonarqube-dce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -841,4 +841,5 @@ extraConfig:
# Reuse default initcontainers.securityContext that match restricted pod security standard
# securityContext: {}

# (DEPRECATED) This value is not used in the templates.
terminationGracePeriodSeconds: 60

0 comments on commit a24ce5f

Please sign in to comment.