Skip to content

Commit

Permalink
Merge pull request #14 from Rakshitha650/develop
Browse files Browse the repository at this point in the history
[DSD-5440]updated the chart-version and updated the path
  • Loading branch information
ckm007 authored Jun 6, 2024
2 parents c054f66 + 69a348b commit 8b369bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
- MOSIP*
- release*
paths:
- './helm/**'
- 'helm/**'

jobs:
chart-lint-publish:
Expand All @@ -59,4 +59,4 @@ jobs:
LINTING_HEALTH_CHECK_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/health-check-schema.yaml"
secrets:
TOKEN: ${{ secrets.ACTION_PAT }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion helm/captcha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: captcha
description: A Helm chart for MOSIP Captcha Service
type: application
version: 12.0.2
version: 0.0.1-develop
appVersion: ""
dependencies:
- name: common
Expand Down
1 change: 0 additions & 1 deletion helm/captcha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ $ kubectl create namespace captcha
$ helm repo add mosip https://mosip.github.io
$ helm -n captcha install my-release mosip/captcha
```

0 comments on commit 8b369bb

Please sign in to comment.