Skip to content

Commit

Permalink
fix(charts): Renaming chart to avoid tag name conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Crooks <[email protected]>
  • Loading branch information
sc250024 committed Jul 31, 2020
1 parent 63ee623 commit 7968465
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
filters: |
charts:
- 'charts/cluster-autoscaler/Chart.yaml'
- 'charts/cluster-autoscaler/*'
- 'charts/**/Chart.yaml'
- 'charts/**/*'
token: ${{ secrets.GITHUB_TOKEN }}
helm-lint-test:
if: ${{ needs.changes.outputs.charts == 'true' }}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers:
name: gjtempleton
- email: [email protected]
name: sc250024
name: cluster-autoscaler
name: cluster-autoscaler-chart
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster-autoscaler
==================
cluster-autoscaler-chart
========================

Scales Kubernetes worker nodes within autoscaling groups.

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7968465

Please sign in to comment.