- feature: add hostPath volume type
- feature: add an option to disable Containers/InitConatainers (like
deploy
,sts
,ingress
)
- feature: add an option to disable Ingress (like
deploy
andsts
)
- feature: add
Certificate
andIssuser/ClusterIssuer
rendering (cert-manager resources)
- fix: disables adding hook annotations on all configmaps and secrets by default (you can setup it when you really need it, see a note
values.yaml
in parametergeneric.hookAnnotations
):helm.sh/hook: "pre-install,pre-upgrade"
helm.sh/hook-weight: "-999"
helm.sh/hook-delete-policy: before-hook-creation
- add emptyDir volume type
- feature: add GitHub Actions
- feature: add enableAffinity param
- feature: add StatefulSet
- feature: add clusterIP parameter for service
- fix: rolled back parameter
servicemonitors
and marked as deprecated
- fix: parameter
servicemonitors
has been renamed toserviceMonitors
- fix: templating for ingress hostnames with empty values
- fix: quotes to string values in ConfigMap
- fix: for random container name by lowercase
- feature: add templating for ingress hostnames
- feature: add generic parameter
extraImagePullSecrets
for workloads - feature: add workloads parameter
extraImagePullSecrets
- deprecation: workloads parameter
imagePullSecrets
is marked as deprecated - docs update
- added
defaultImagePullPolicy
- docs minor fix
- feature: add HPA support
- feature: add PDB support
- using
maps
instead oflist
for declare manifests - docs update
- samples update
- fix nindent for
securityContext
- feature: add template for workloads images
- fix
securityContext
for pod and container levels - set default protocol TCP for service port
- set default service port name
- doc update
- fix Service nodePort
- fix helm hooks annotations custom annotations
- fix helm hooks annotations for PVC
- fix servicemonitor's selector rendering