Skip to content

Commit

Permalink
chore: Align Tekton pipelines diff (#37)
Browse files Browse the repository at this point in the history
Jira EPMDEDP-12584

Related #37

Change-Id: I9d32920437741644db5fe2dc2f388266a9e0f5be
  • Loading branch information
Oleksandr Taruraiev committed Sep 26, 2023
1 parent 074b401 commit 9ba15a4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ spec:
- name: CHART_DIR
description: "The directory in source that contains the helm chart"
default: "charts"
type: string
- name: CT_CONFIGS_DIR
description: "ct-configs directory for helm-lint"
default: "."
type: string
- name: targetBranch
description: "Target branch of Merge Request"
type: string
- name: CHART_VERSION_INCREMENT
description: "Check Chart version increment"
default: true
default: 'true'
type: string
tasks:

- name: fetch-repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,18 @@ spec:
- name: CHART_DIR
description: "The directory in source that contains the helm chart"
default: "charts"
type: string
- name: CT_CONFIGS_DIR
description: "ct-configs directory for helm-lint"
default: "."
type: string
- name: targetBranch
description: "Target branch of Merge Request"
type: string
- name: CHART_VERSION_INCREMENT
description: "Check Chart version increment"
default: true
default: 'true'
type: string
tasks:
- name: github-set-pending-status
taskRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ spec:
- name: CHART_DIR
description: "The directory in source that contains the helm chart"
default: "charts"
type: string
- name: CT_CONFIGS_DIR
description: "ct-configs directory for helm-lint"
default: "."
type: string
- name: targetBranch
description: "Target branch of Merge Request"
type: string
- name: CHART_VERSION_INCREMENT
description: "Check Chart version increment"
default: true
default: 'true'
type: string
tasks:

- name: report-pipeline-start-to-gitlab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ spec:
- name: BASE_IMAGE
description: The base image for the task.
default: quay.io/helmpack/chart-testing:v3.7.1
type: string
- name: EXTRA_COMMANDS
description: Arguments to add to the helm-lint step
default: ""
type: string
- name: USER_HOME
description: |
Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user
Expand All @@ -25,15 +27,19 @@ spec:
- name: CHART_DIR
description: "Deploy templates directory for helm-lint"
default: "deploy-templates"
type: string
- name: CT_CONFIGS_DIR
description: "ct-configs directory for helm-lint"
default: "."
type: string
- name: CHART_VERSION_INCREMENT
description: "Check version increment"
default: false
default: 'false'
type: string
- name: TARGET_BRANCH
description: "Git branch"
default: "master"
type: string
workspaces:
- description: A workspace that contains fetched git repo.
name: source
Expand Down

0 comments on commit 9ba15a4

Please sign in to comment.