From f59acb12b91b048caf857e49ccc524e9b3155c95 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Sat, 24 Aug 2024 03:12:58 +0200 Subject: [PATCH] fix: name of task --- cicd/Chart.yaml | 2 +- cicd/templates/push/pipelinePush.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/Chart.yaml b/cicd/Chart.yaml index 76a5ad3..e8c3bb5 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.2 +version: 0.1.3 # 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 4094e53..594ce84 100644 --- a/cicd/templates/push/pipelinePush.yaml +++ b/cicd/templates/push/pipelinePush.yaml @@ -84,7 +84,7 @@ spec: - name: build-docker runAfter: ["fetch-source"] taskRef: - name: build + name: build-image workspaces: - name: shared-data workspace: shared-data