Skip to content

Releases: shoplineapp/helm-charts

Release Shopline Helm Repo Version 0.2.0

31 Aug 10:05
42b6d69
Compare
Choose a tag to compare

Charts version

  • simple: 0.2.0
  • cronjob: 0.1.0
  • fluentd-cloudwatch: 0.0.1

simple chart version: 0.2.0

Feature

  • change terminationGracePeriodSeconds default setting from 30s to 61s.

cronjob chart version: 0.1.0

Feature

  • support cronjob chart creating configMap and Secret resource.

Release Shopline Helm Repo Version 0.1.0

05 Aug 05:03
1c16ebf
Compare
Choose a tag to compare

Charts version

  • simple: 0.1.0
  • cronjob: 0.0.1
  • fluentd-cloudwatch: 0.0.1

simple chart version: 0.1.0

Fix

  • Disable default allocate to difference az/node, if you use --reuse-values command by helm2.

Notice

  • Root cause is helm2 will not merge default value.yaml in chart repo.
    error log:
Error: render error in "simple/templates/deployment.yaml": template: simple/templates/deployment.yaml:38:29: executing "simple/templates/deployment.yaml" at <.Values.affinity>: wrong type for value; expected map[string]interface {}; got interface {}

Release Shopline Helm Repo Version 0.0.3

04 Aug 11:15
5b1edc3
Compare
Choose a tag to compare

Charts version

  • simple: 0.0.3
  • cronjob: 0.0.1
  • fluentd-cloudwatch: 0.0.1

simple chart version: 0.0.3

Feature

  • using simple chart to deploy, will default prefer difference AZ and Worker Node

Breaking change

  • if you have affinity setting in your deployment and using chart version 0.0.3, you will lost affinity setting in your deployment.

How to prevent breaking change

  • lock simple chart version at 0.0.2
  • update your helm yaml
    example:
+ affinity:
+   nodeAffinity: {}
+ deployment: {}

- deployment:
-   affinity:
-     nodeAffinity: {}

cronjob chart version: 0.0.1

Feature

  • cronjob chart support startingDeadlineSeconds setting

Release Shopline Helm Repo Version 0.0.2

04 Aug 10:55
c7764c0
Compare
Choose a tag to compare

Charts version

  • simple: 0.0.2
  • cronjob: 0.0.1
  • fluentd-cloudwatch: 0.0.1

simple chart version: 0.0.2

Feature

  • support stringData block in secret

Breaking change

  • N/A