Skip to content

Commit

Permalink
Fix ct lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed May 25, 2020
1 parent 892761c commit 4f95bd3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run chart-testing (install)
uses: helm/[email protected]
with:
command: install
command: install
12 changes: 11 additions & 1 deletion charts/scala-steward/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
apiVersion: v2
name: scala-steward
description: A Helm chart for scala-steward
type: application
version: 0.1.2
appVersion: 0.5.0
description: A Helm chart for scala-steward
keywords:
- scala
- scala-steward
- dependencies
home: https://github.com/fthomas/scala-steward
sources:
- https://github.com/fthomas/scala-steward
maintainers:
- name: Garner
email: "[email protected]"
icon: "https://raw.githubusercontent.com/fthomas/scala-steward/master/data/images/scala-steward-logo-circle-0.png"
1 change: 1 addition & 0 deletions charts/scala-steward/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ scalafixConfig: |
gitSecret: ""
existingGitSecretName: ""

image:
tag: 0.5.0-460-aad4fc41-SNAPSHOT
repository: fthomas/scala-steward
Expand Down

0 comments on commit 4f95bd3

Please sign in to comment.