Skip to content

Commit

Permalink
Merge pull request #973 from Prafulrakhade/release-1.2.1.x
Browse files Browse the repository at this point in the history
[MOSIP-33380] added helm and install script for id-repository
  • Loading branch information
ckm007 authored May 29, 2024
2 parents 5ab9a09 + b8fbf7e commit 0c7d5a5
Showing 1 changed file with 2 additions and 2 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 @@ -12,7 +12,7 @@ on:
IGNORE_CHARTS:
description: 'Provide list of charts to be ignored separated by pipe(|)'
required: false
default: ''
default: '""'
type: string
CHART_PUBLISH:
description: 'Chart publishing to gh-pages branch'
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
REPOSITORY: mosip-helm
BRANCH: gh-pages
INCLUDE_ALL_CHARTS: "${{ inputs.INCLUDE_ALL_CHARTS || 'NO' }}"
IGNORE_CHARTS: "${{ inputs.IGNORE_CHARTS || '' }}"
IGNORE_CHARTS: "${{ inputs.IGNORE_CHARTS || '\"\"' }}"
CHART_PUBLISH: "${{ inputs.CHART_PUBLISH || 'YES' }}"
LINTING_CHART_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/chart-schema.yaml"
LINTING_LINTCONF_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/lintconf.yaml"
Expand Down

0 comments on commit 0c7d5a5

Please sign in to comment.