Skip to content

Commit

Permalink
Turn off linting for stefanprodan/helm-gh-pages action + add dependen… (
Browse files Browse the repository at this point in the history
#55)

Turn off linting for stefanprodan/helm-gh-pages action + add dependencies + icon

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser authored and Kedify Bot committed Jan 27, 2025
1 parent f09e55b commit e885a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/gh-release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: ''
type: string
chart:
description: "select the chart you want to release, either keda or http-add-on"
description: "select the chart you want to release ({keda,http-add-on}: vx.y.z-0, kedify-agent: vx.y.z)"
required: true
type: choice
options:
Expand Down Expand Up @@ -118,6 +118,8 @@ jobs:
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.PAT_TOKEN }}
linting: "off"
dependencies: "kedify,https://kedify.github.io/charts"
charts_dir: "."
- name: Push Tag
uses: mathieudutour/github-tag-action@v6.2
Expand Down
5 changes: 3 additions & 2 deletions kedify-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: kedify-agent
description: Kedify agent - Helm Chart
kubeVersion: ">=v1.23.0-0"
type: application
version: "v0.0.54"
appVersion: "v0.0.54"
version: "v0.0.0"
appVersion: "v0.1.0"
icon: https://github.com/kedify/marketing/raw/refs/heads/main/public/assets/images/logo.svg
dependencies:
- name: keda
repository: https://kedify.github.io/charts
Expand Down

0 comments on commit e885a9f

Please sign in to comment.