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 7a31358 commit 02fa019
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.7
version: 0.1.8

# 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
2 changes: 2 additions & 0 deletions cicd/templates/push/pipelinePush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ spec:
params:
- name: path-dockerfile
value: $(params.conteneurfile-path)
- name: DOCKERFILE
value: Conteneurfile
- name: context-dockerfile
value: .
- name: IMAGE
Expand Down
4 changes: 2 additions & 2 deletions cicd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
- "Cargo.toml"
- "build/back/"
- "deploy/back/"
file_path: "build/back/Containerfile"
file_path: "build/back"
helm: "deploy/back"
imageName: "back"
front:
Expand All @@ -33,7 +33,7 @@ build:
- "yarn.lock"
- "build/front/"
- "deploy/front/"
file_path: "build/front/Containerfile"
file_path: "build/front"
helm: "deploy/front"
imageName: "front"

Expand Down

0 comments on commit 02fa019

Please sign in to comment.