Skip to content

Commit

Permalink
fix: task param
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent e1b1632 commit d0e4f00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cicd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
12 changes: 8 additions & 4 deletions cicd/templates/push/pipelinePush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
type: string
default: main
description: The git repo revision to clone from.
- name: repo-small-path
type: string
default: batleforc/monofolio
description: The git repo small path to clone from.
- name: conteneurfile-path
type: string
default: .
Expand Down Expand Up @@ -62,7 +66,7 @@ spec:
- name: SHA
value: $(params.repo-revision)
- name: DESCRIPTION
value: Monofolio build and push $(params.image-name)
value: Monofolio build and push $(params.conteneurfile-path)
- name: STATE
value: pending
- name: CONTEXT
Expand Down Expand Up @@ -137,7 +141,7 @@ spec:
- name: SHA
value: $(params.repo-revision)
- name: DESCRIPTION
value: Monofolio build and push $(params.image-name)
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
- name: GITHUB_TOKEN_SECRET_NAME
Expand All @@ -160,7 +164,7 @@ spec:
- name: SHA
value: $(params.repo-revision)
- name: DESCRIPTION
value: Monofolio build and push $(params.image-name)
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
- name: GITHUB_TOKEN_SECRET_NAME
Expand All @@ -183,7 +187,7 @@ spec:
- name: SHA
value: $(params.repo-revision)
- name: DESCRIPTION
value: Monofolio build and push $(params.image-name)
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
- name: GITHUB_TOKEN_SECRET_NAME
Expand Down

0 comments on commit d0e4f00

Please sign in to comment.