Skip to content

Releases: Codit/charts

Schedule Pod Restart - v0.1.0

25 Jan 12:31
15712de
Compare
Choose a tag to compare

Chart: 0.1.0
Automatically restarting pods with labels based on a cron schedule.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm repo update
helm install schedule-pod-restart coditeu/schedule-pod-restart --set cronjob.schedule="0 1 * * *" --set cronjob.podLabels="app=example"

Azure Pipeline Environment - v1.0.0

20 Oct 04:53
d157d61
Compare
Choose a tag to compare

Chart: v1.0.0

Azure Pipeline Environment manages all required Kubernetes resources to provision an Kubernetes environment in Azure Pipelines.

This uses the "Using existing service account" and should solely be used if the automatic provisioning flow does not work.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm install azure-pipeline-environment --version 1.0.0 coditeu/azure-pipeline-environment

What is new?

Features

  • Provide capability to skip creating cluster-wide resources (#15)

Fixes / Changes

None

Breaking Changes

  • Change default cluster role name to azure-devops-cluster-admin to comply with Helm naming convention (#16)

Removal

None

Azure Pipeline Environment - v0.1.1

06 Aug 08:26
8f326b8
Compare
Choose a tag to compare

Chart: 0.1.1

Azure Pipeline Environment manages all required Kubernetes resources to provision an Kubernetes environment in Azure Pipelines.

This uses the "Using existing service account" and should solely be used if the automatic provisioning flow does not work.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm install azure-pipeline-environment coditeu/azure-pipeline-environment

What is new?

Features

None.

Fixes / Changes

  • Role binding is not linked correctly to ClusterRole (#12)

Breaking Changes

None.

Removal

None.

Azure Pipeline Environment - v0.1.0

05 Aug 14:32
fbb566e
Compare
Choose a tag to compare

Chart: 0.1.0 | App: 0.1.0

Azure Pipeline Environment manages all required Kubernetes resources to provision an Kubernetes environment in Azure Pipelines.

This uses the "Using existing service account" and should solely be used if the automatic provisioning flow does not work.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm install azure-pipeline-environment coditeu/azure-pipeline-environment

Azure Pipeline Environment - v0.1.0-alpha

28 Jul 07:14
Compare
Choose a tag to compare

Chart: 0.1.0-alpha | App: 0.1.0

Azure Pipeline Environment manages all required Kubernetes resources to provision an Kubernetes environment in Azure Pipelines.

This uses the "Using existing service account" and should solely be used if the automatic provisioning flow does not work.

TL;DR

helm repo add coditeu https://coditeu.github.io/charts
helm install azure-pipeline-environment coditeu/azure-pipeline-environment