Releases: cloudposse/charts
Releases · cloudposse/charts
0.5.1: [teleport-ent-proxy] Enable private cluster
[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
[teleport-ent] Add charts for Teleport Enterprise version (#193)
0.4.0 [monochart] Add `volumeClaimTemplates` to `StatefulSet`
what
- [monochart] Add
volumeClaimTemplatestoStatefulSet
why
- When you have an app which requires persistence, you should create a
StatefulSetinstead ofDeployment. There are many benefits. You will not have to create a PVCs in advance, and you will be able to scale it easily. With theStatefulSet, you can define avolumeClaimTemplatesso 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
what
- Add
codefresh-service-accountchart
why
- To provisions a Service Account for Codefresh to connect to Kubernetes API server
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`
what
- Add
container.commandto monochart'scronjob,daemonset,deployment,jobandstatefulset
why
- To be able to override
ENTRYPOINTfrom containers' Docker images - Need to override
ENTRYPOINTwhen, for example, deployingatlantisandcodefresh-cli
references
0.1.1
1.0
Fix image links and the badge `releases` (#144)