Skip to content

Releases: aahemm/helm-microservice

v0.13.0

30 Dec 18:22
Compare
Choose a tag to compare
  • Use Pod template for StatefulSet and Deployment
  • Add dnsConfig and dnsPolicy fields to Pod template
  • Improve document for testing helm chart

v0.12.0

18 Nov 19:20
Compare
Choose a tag to compare
  • Add secrets in volumes to mount secret files into Pods
  • Add examples and docs to deploy postgres, nginx and web application
  • Improve testing and add it to development doc

v0.11.0

18 Sep 13:38
Compare
Choose a tag to compare
  • Set default value of resources to null
  • Set default value of services to empty list
  • Add subPath for configmap
  • Improve test scripts and reorganize hack directory

v0.10.2

31 Aug 12:27
Compare
Choose a tag to compare
  • Add podLabels to label Deployment and Statefulset pods

v0.10.1

30 Jul 10:54
Compare
Choose a tag to compare
  • Correct pathType in values file
  • Add tls section to ingress object

v0.10.0

16 May 03:56
Compare
Choose a tag to compare
  • Replace volumes.pvc.existing_claim with volumes.pvc.existingClaim
  • Set default value of volumes.pvc.existingClaim explicitly to null
  • Do not create PVC if there is an existing claim (i.e. volumes.pvc.existingClaim is
    not null)

v0.9.0

13 May 12:34
Compare
Choose a tag to compare
  • Change command and args usage
  • Set default value of configmaps to empty list

v0.8.0

30 Apr 14:58
Compare
Choose a tag to compare
  • Add securityContext for deployment and sts
  • Add podSecurityContext for deplpoyment and sts

v0.7.1

08 Apr 12:12
Compare
Choose a tag to compare
  • Do not create Deployment if deployment: false
  • Fix problem with ConfigMap and Service

v0.7.0

08 Apr 11:36
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • Add statefulset
  • Add test for statefulset
  • Delete some template yaml files
  • Use Secret data as environment variable