Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the Azure DevOps agent setup, including upgrading the agent version, adding support for
git-lfs, and making breaking changes to resource configuration. It also updates documentation to reflect these changes and improve clarity.Updates to Azure DevOps Agent Configuration:
4.251.0to4.255.0in theDockerfileandchart/Chart.yamlto ensure compatibility with the latest features. ([[1]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L7-R7),[[2]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-462f538e090c491e7d916fd38843be03a198e0ed4f9c266b5704ef7af3244948L5-R6))git-lfsto the list of installed packages in theDockerfileto support large file storage. ([DockerfileR23](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R23))Breaking Changes to Resource Configuration:
NULL/empty ({}) in the Helm chart, allowing Kubernetes to use default cluster values. This requires users to explicitly set values if needed. ([[1]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R33-R49),[[2]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L222-L266),[[3]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-8c1b4e77ab2d1a243d157dead3e2bf25a6dbbfe0352e5ada6ca43086739e440cL151-R262))Documentation Enhancements:
README.mdandchart/README.mdto reflect the new agent version,git-lfssupport, and breaking changes. ([[1]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L17-R23),[[2]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-8c1b4e77ab2d1a243d157dead3e2bf25a6dbbfe0352e5ada6ca43086739e440cR5-L22))[chart/README.mdR5-L22](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-8c1b4e77ab2d1a243d157dead3e2bf25a6dbbfe0352e5ada6ca43086739e440cR5-L22))Minor Fixes and Cleanups:
README.mdandchart/README.md, including reordering sections and fixing indentation. ([[1]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L107-R120),[[2]](https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/40/files#diff-8c1b4e77ab2d1a243d157dead3e2bf25a6dbbfe0352e5ada6ca43086739e440cL36-R116))