Skip to content

Commit

Permalink
Fix workload and example yaml linting
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 31, 2024
1 parent 113b4b3 commit 2fc682a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
files: ${{ env.PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz
fail_on_unmatched_files: true

# # Note that this creates a release in grafana/helm-charts GitHub Repository with a new tag.
# # The tag name in grafana/helm-charts is <package>-<version>, while the
# # tag name for grafana/k8s-monitoring-helm is <version>.
# Note that this creates a release in grafana/helm-charts GitHub Repository with a new tag.
# The tag name in grafana/helm-charts is <package>-<version>, while the
# tag name for grafana/k8s-monitoring-helm is <version>.
- name: Create release on grafana/helm-charts
uses: softprops/action-gh-release@v2
with:
Expand All @@ -111,13 +111,13 @@ jobs:
files: ${{ env.PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz
fail_on_unmatched_files: true


- name: Update helm-charts index.yaml
- name: Update Helm repository index
working-directory: helm-charts
env:
CR_OWNER: grafana
CR_GIT_REPO: helm-charts
CR_PACKAGE_PATH: ${{ env.PACKAGE_PATH }}
CR_SKIP_EXISTING: true
CR_TOKEN: "${{ secrets.GH_BOT_ACCESS_TOKEN }}"
run: "${BIN_PATH}/cr" index --index-path "${INDEX_PATH}" --push
CR_TOKEN: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
run: |
"${BIN_PATH}/cr" index --index-path "${INDEX_PATH}" --push
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Values

```yaml
---
cluster:
name: remote-config-example-cluster

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
cluster:
name: remote-config-example-cluster

Expand Down

0 comments on commit 2fc682a

Please sign in to comment.