Skip to content

Releases: cloudposse/charts

0.5.1: [teleport-ent-proxy] Enable private cluster

20 Mar 03:21
155f359

Choose a tag to compare

[teleport-ent-proxy] Enable private cluster which delegates access to other Trusted Cluster (#194)

0.5.0: [teleport-ent] Add charts for Teleport enterprise version

17 Mar 00:32
f4e7d63

Choose a tag to compare

[teleport-ent] Add charts for Teleport Enterprise version (#193)

0.4.0 [monochart] Add `volumeClaimTemplates` to `StatefulSet`

01 Feb 08:05
e4049e5

Choose a tag to compare

what

  • [monochart] Add volumeClaimTemplates to StatefulSet

why

  • When you have an app which requires persistence, you should create a StatefulSet instead of Deployment. There are many benefits. You will not have to create a PVCs in advance, and you will be able to scale it easily. With the StatefulSet, you can define a volumeClaimTemplates so that a new PVC is created for each replica automatically. Also, you will end up with only one file which defines your app and also persistent volumes

references

0.3.0 Add `codefresh-service-account` chart

11 Jan 19:16
0e7fa04

Choose a tag to compare

what

  • Add codefresh-service-account chart

why

notes

  • After installing the chart, follow the instructions in add kubernetes cluster to register the cluster with Codefresh

0.2.0 Add `container.command` to monochart's `cronjob`, `daemonset`, `deployment`, `job` and `statefulset`

29 Dec 19:54
808a28b

Choose a tag to compare

what

  • Add container.command to monochart's cronjob, daemonset, deployment, job and statefulset

why

  • To be able to override ENTRYPOINT from containers' Docker images
  • Need to override ENTRYPOINT when, for example, deploying atlantis and codefresh-cli

references

0.1.1

21 Aug 21:11

Choose a tag to compare

what

  • Disable read-only for logs volumes
  • Add tolerance for master nodes

why

  • Allow fluentd to store *.pos files in logs dir
  • Collect logs on masters

1.0

10 Jul 14:12
c539858

Choose a tag to compare

1.0
Fix image links and the badge `releases` (#144)