forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#3932 from gjtempleton/CA-Chart-Updates
CA-Chart Readme Updates & Fix Chart Lint and Test Actions
- Loading branch information
Showing
6 changed files
with
38 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,19 +25,24 @@ jobs: | |
uses: actions/checkout@v2 | ||
- name: Fetch history | ||
run: git fetch --prune --unshallow | ||
- id: lint | ||
name: Run chart-testing (lint) | ||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
with: | ||
command: lint | ||
- name: Run chart-testing (lint) | ||
run: ct lint | ||
# Only build a kind cluster if there are chart changes to test. | ||
- if: steps.lint.outputs.changed == 'true' | ||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
run: | | ||
changed=$(ct list-changed) | ||
if [[ -n "$changed" ]]; then | ||
echo "::set-output name=changed::true" | ||
fi | ||
- if: steps.list-changed.outputs.changed == 'true' | ||
name: Create kind cluster | ||
uses: helm/[email protected] | ||
- name: Run chart-testing (install) | ||
uses: helm/[email protected] | ||
with: | ||
command: install | ||
- if: steps.list-changed.outputs.changed == 'true' | ||
name: Run chart-testing (install) | ||
run: ct install | ||
helm-docs-validate: | ||
if: ${{ needs.changes.outputs.charts == 'true' }} | ||
name: Helm Docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ appVersion: 1.20.0 | |
description: Scales Kubernetes worker nodes within autoscaling groups. | ||
engine: gotpl | ||
home: https://github.com/kubernetes/autoscaler | ||
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png | ||
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png | ||
maintainers: | ||
- email: [email protected] | ||
name: yurrriq | ||
|
@@ -17,4 +17,4 @@ name: cluster-autoscaler | |
sources: | ||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler | ||
type: application | ||
version: 9.7.0 | ||
version: 9.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters