diff --git a/cicd/Chart.yaml b/cicd/Chart.yaml index f650b4e..0a7bf97 100644 --- a/cicd/Chart.yaml +++ b/cicd/Chart.yaml @@ -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.8 +version: 0.1.9 # 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 diff --git a/cicd/templates/push/pipelinePush.yaml b/cicd/templates/push/pipelinePush.yaml index 3a475dc..9c9cb88 100644 --- a/cicd/templates/push/pipelinePush.yaml +++ b/cicd/templates/push/pipelinePush.yaml @@ -100,7 +100,7 @@ spec: - name: path-dockerfile value: $(params.conteneurfile-path) - name: DOCKERFILE - value: Conteneurfile + value: Containerfile - name: context-dockerfile value: . - name: IMAGE