Skip to content

Releases: nixys/nxs-universal-chart

Release v2.8.1

30 Aug 10:23
Compare
Choose a tag to compare

Features:

feature: Added the ability to set k8s version, helm version, API versions of k8s-resources via values.yaml (global.helmVersion etc.)
feature: Added the ability to set tolerations at the level of all deployed workloads. It's important to note that tolerations at the level of a specific resource will override global tolerations

Fixes:

fix: Fixed syntax errors in _app.tpl that caused lines to stick together (helpers.app.selectorLabels, helpers.app.genericSelectorLabels)
fix: Fixed template for Istio DestinationRule: added conditions to check if subsets and exportTo are set in values.yaml

Release v2.8.0

06 Aug 08:57
Compare
Choose a tag to compare

Features:

feature: Implemented native support for basic Istio resources. (#71)

Release v2.7.0

06 Jun 08:13
0d855af
Compare
Choose a tag to compare

Features:

feature: Implemented native support for Traefik resources. ([#68]#68)
feature: BinaryData configmaps (#67)

Fixes:

fix: jobsGeneral.labels not specified in template (#69)

Release v2.6.0

27 Mar 05:55
Compare
Choose a tag to compare

Features:

feature: Better rendering for ConfigMap resources, added support for b64 encoded strings for easier setting of values via CLI.
feature: Support for certmanager custom resources (#48)
feature: Support loadBalancerClass, allocateLoadBalancerNodePorts and externalTrafficPolicy for LoadBalancer type services (#63)

Fixes:

fix: PVC name rendering (#64)

Release v2.5.1

10 Jan 12:30
3737bd8
Compare
Choose a tag to compare

Features:

feature: add priorityClassName as option for every workload

Fixes:

fix: statefulset typos

Release v2.5.0

22 Nov 10:12
ed40c6c
Compare
Choose a tag to compare

Features:

feature: add affinity as general option for every resourse

Fixes:

fix: added missing options to readme
fix: attaching pvc to existing pv

Release v2.4.2

13 Sep 17:10
51b63e5
Compare
Choose a tag to compare

Fixes:

fix: render volumeClaimTemplates in sts

Release v2.4.1

23 Aug 09:14
c897f1d
Compare
Choose a tag to compare

Fixes:

fix: render serviceaccount names
fix: merging env if both general and container envs are used (#50)
fix: deploymentsGeneral.annotation applying to deployment (#49)

Release v2.4.0

21 Jul 07:32
72b19a5
Compare
Choose a tag to compare

Adds:

  • Service Account workload to create serviceaccount and coresponding roles/clusterroles with bindings
  • emptyDir type in volumes

Fixes:

  • default container and init-container names

Release v2.3.2

07 Jun 15:02
Compare
Choose a tag to compare

Adds:

  • Add template render to container and initContainer names. Now you can use variables in the container name.