opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
69 stars 57 forks source link

Support StatefulSet in Helm charts #1107

Open serverhorror opened 1 month ago

serverhorror commented 1 month ago

Is your feature request related to a problem? Please describe.

Currently only Deployment and DeploymentConfig are supported resource types in release manager. That makes it hard to deploy (some) well-known, commonly used charts (e.g. bitnami charts)

Describe the solution you'd like

Support StatefulSet in release manager

Describe alternatives you've considered

none

Additional context

no additional context

serverhorror commented 1 month ago

Related to: #922