diff --git a/docs/Contributing/workflows/releasing-fleet.md b/docs/Contributing/workflows/releasing-fleet.md index 138eab56ce..0b7a82f1ed 100644 --- a/docs/Contributing/workflows/releasing-fleet.md +++ b/docs/Contributing/workflows/releasing-fleet.md @@ -21,7 +21,7 @@ Note: Please prefix versions with `fleet-v` (e.g., `fleet-v4.0.0`) in git tags, - [fleetctl package.json](https://github.com/fleetdm/fleet/blob/main/tools/fleetctl-npm/package.json) (do not yet `npm publish`) - [Helm chart.yaml](https://github.com/fleetdm/fleet/blob/main/charts/fleet/Chart.yaml) and [values file](https://github.com/fleetdm/fleet/blob/main/charts/fleet/values.yaml) - GCP Terraform [variables](https://github.com/fleetdm/fleet/blob/main/infrastructure/dogfood/terraform/gcp/variables.tf) -- [Kubernetes `fleet-deployment.yml` file](https://github.com/fleetdm/fleet/blob/main/docs/Deploy/kubernetes/fleet-deployment.yml) +- Kubernetes [Helm chart](https://github.com/fleetdm/fleet/blob/main/charts/fleet/Chart.yaml) - All Terraform (*.tf) files referencing the previous version of Fleet. - The full list can be found by using git grep: % git grep "4\.3\.0"