diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 55c91ae..279dcdc 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -9,7 +9,7 @@ spec: description: | Deploy Helm charts. - See https://github.com/opendevstack/ods-pipeline-helm/blob/v0.1.0/docs/deploy.adoc + See https://github.com/opendevstack/ods-pipeline-helm/blob/vlatest/docs/deploy.adoc params: - name: chart-dir description: Helm chart directory that will be deployed @@ -76,7 +76,7 @@ spec: steps: - name: helm-upgrade-from-repo # Image is built from build/package/Dockerfile.helm. - image: 'ghcr.io/opendevstack/ods-pipeline-helm/helm:0.1.0' + image: 'ghcr.io/opendevstack/ods-pipeline-helm/helm:latest' env: - name: DEBUG valueFrom: diff --git a/version b/version index 6e8bf73..a0f9a4b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0 +latest