Releases: Codit/charts
Schedule Pod Restart - v0.1.0
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
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
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
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
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