Skip to content

Releases: dave-inc/charts

dave-npd-0.1.0

31 May 17:01
937aff4
Compare
Choose a tag to compare

Dave's Node Problem Detector

dave-npd-0.1.0-beta.1

30 May 19:52
2d25c4b
Compare
Choose a tag to compare

Dave's Node Problem Detector

dave-npd-0.1.0-beta.0

30 May 17:26
d696dae
Compare
Choose a tag to compare

Dave's Node Problem Detector

kyverno-policies-0.0.1-beta.9

22 May 01:13
64024ab
Compare
Choose a tag to compare

A Helm chart for deploying kyverno policies

common-0.8.7

02 May 16:50
075616b
Compare
Choose a tag to compare

Added the option to fail on missing secrets when deploying a workload using the common chart.

# If `failOnMissingLocalSecrets` is enabled, an initContainer will try to
# fetch the secrets.
#
# If `local-secrets`, which is what powers the `secrets:fetch` target returns
# an error status, the rollout of a new replicaset will halt and that will
# buy us time to either define the missing secret or remove it as a
# requirement without bringing the whole deployment down in the process.
#
# Since not all the `service-template` derived deployments use the same command
# to fetch secrets, that field is customizable to fit the needs of all.
failOnMissingLocalSecrets:
  enabled: false
  secretsFetch:
    command: ["yarn"]
    args: ["secrets:fetch"]

kyverno-policies-0.0.1-beta.8

23 Apr 21:38
7631bed
Compare
Choose a tag to compare

A Helm chart for deploying kyverno policies

job-0.1.8-beta.1

11 Apr 22:53
7225740
Compare
Choose a tag to compare
job-0.1.8-beta.1 Pre-release
Pre-release

Added the option to fail on missing secrets when deploying a workload using the job chart.

failOnMissingLocalSecrets:
  enabled: false
  secretsFetch:
    command: ["yarn"]
    args: ["secrets:fetch"]

common-0.8.7-alpha.1

28 Mar 17:01
e241b06
Compare
Choose a tag to compare

Dummy release. Do not use.

common-0.8.7-beta.1

26 Mar 21:38
a1435b3
Compare
Choose a tag to compare
common-0.8.7-beta.1 Pre-release
Pre-release

Added the option to fail on missing secrets when deploying a workload using the common chart.

# If `failOnMissingLocalSecrets` is enabled, an initContainer will try to
# fetch the secrets.
#
# If `local-secrets`, which is what powers the `secrets:fetch` target returns
# an error status, the rollout of a new replicaset will halt and that will
# buy us time to either define the missing secret or remove it as a
# requirement without bringing the whole deployment down in the process.
#
# Since not all the `service-template` derived deployments use the same command
# to fetch secrets, that field is customizable to fit the needs of all.
failOnMissingLocalSecrets:
  enabled: false
  secretsFetch:
    command: ["yarn"]
    args: ["secrets:fetch"]

common-0.8.6

20 Mar 18:34
2a1a870
Compare
Choose a tag to compare

Changelog:

  • Now it's posible to use container lifecycles hooks.
deploymentContainer:
  [...]
  lifecycle:
    preStop:
      exec:
        command: ["/bin/sh", "-c", "echo 'PreStop hook'"]
  • Decrease the default CPU request from 100m to 50m to cloudsql-proxy

  • Add default memory request of 25Mi to cloudsql-proxy

  • Add default memory limit of 256Mi to cloudsql-proxy

  • The following vars are used in APM Code snippets in stack traces and Error Tracking: Suspect Commit
    They might get replaced at deployment time by the CI/CD pipeline

 commitSha: ""
 repositoryUrl: ""
  • Adding ttlStrategy to the Workflow template to perform housekeeping and removing old workflows, the default value is 2592000 secs or 30 days

  • Support for hpa behaviour

hpaBehavior:
  enabled: false
  scaleDown:
    stabilizationWindowSeconds: 300
    policies:
    - type: Percent
      value: 100
      periodSeconds: 15
  scaleUp:
    stabilizationWindowSeconds: 0
    policies:
    - type: Percent
      value: 100
      periodSeconds: 15
    - type: Pods
      value: [4](https://github.com/dave-inc/charts/releases?page=4)
      periodSeconds: 1[5](https://github.com/dave-inc/charts/releases?page=5)
  selectPolicy: Max