Skip to content

Commit

Permalink
Update tasks [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Jun 1, 2023
1 parent 2fec89e commit ecde517
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions tasks/ods-build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Builds Go (module) applications.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-build-go.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-build-go.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
steps:
- name: build-go-binary
# Image is built from build/package/Dockerfile.go-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-go-toolset:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-go-toolset:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
workingDir: $(workspaces.source.path)
- name: scan-with-sonar
# Image is built from build/package/Dockerfile.sonar.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
6 changes: 3 additions & 3 deletions tasks/ods-build-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Builds Gradle applications.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-build-gradle.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-build-gradle.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
steps:
- name: build-gradle-binary
# Image is built from build/package/Dockerfile.gradle-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-gradle-toolset:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-gradle-toolset:0.13.0'
env:
- name: DEBUG
valueFrom:
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
workingDir: $(workspaces.source.path)
- name: scan-with-sonar
# Image is built from build/package/Dockerfile.sonar.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
6 changes: 3 additions & 3 deletions tasks/ods-build-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Builds Node.js applications using npm.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-build-npm.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-build-npm.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
steps:
- name: build-npm
# Image is built from build/package/Dockerfile.node<xx>-npm-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-node$(params.node-version)-npm-toolset:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-node$(params.node-version)-npm-toolset:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
workingDir: $(workspaces.source.path)
- name: scan-with-sonar
# Image is built from build/package/Dockerfile.sonar.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
6 changes: 3 additions & 3 deletions tasks/ods-build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Builds Python applications.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-build-python.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-build-python.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
steps:
- name: build-python
# Image is built from build/package/Dockerfile.python-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-python-toolset:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-python-toolset:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
workingDir: $(workspaces.source.path)
- name: scan-with-sonar
# Image is built from build/package/Dockerfile.sonar.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-sonar:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
4 changes: 2 additions & 2 deletions tasks/ods-deploy-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Deploy Helm charts.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-deploy-helm.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-deploy-helm.adoc
params:
- name: chart-dir
description: Helm chart directory that will be deployed
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
steps:
- name: helm-upgrade-from-repo
# Image is built from build/package/Dockerfile.helm.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-helm:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-helm:0.13.0'
env:
- name: DEBUG
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions tasks/ods-finish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Finishes the pipeline run.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-finish.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-finish.adoc
params:
- name: pipeline-run-name
description: Name of pipeline run.
Expand All @@ -24,7 +24,7 @@ spec:
steps:
- name: ods-finish
# Image is built from build/package/Dockerfile.finish.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-finish:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-finish:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
6 changes: 3 additions & 3 deletions tasks/ods-package-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Packages applications into container images using buildah.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-package-image.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-package-image.adoc
params:
- name: registry
description: Image registry to push image to.
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
steps:
- name: package-image
# Image is built from build/package/Dockerfile.package-image.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-package-image:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-package-image:0.13.0'
env:
- name: NEXUS_URL
valueFrom:
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
workingDir: $(workspaces.source.path)
- name: aqua-scan
# Image is built from build/package/Dockerfile.aqua-scan.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-aqua-scan:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-aqua-scan:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
4 changes: 2 additions & 2 deletions tasks/ods-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
description: |
Starts the pipeline run.
See https://github.com/opendevstack/ods-pipeline/blob/v0.12.0/docs/tasks/ods-start.adoc
See https://github.com/opendevstack/ods-pipeline/blob/v0.13.0/docs/tasks/ods-start.adoc
params:
- name: url
description: Git URL to clone
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
steps:
- name: ods-start
# Image is built from build/package/Dockerfile.start.
image: 'ghcr.io/opendevstack/ods-pipeline/ods-start:0.12.0'
image: 'ghcr.io/opendevstack/ods-pipeline/ods-start:0.13.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down

0 comments on commit ecde517

Please sign in to comment.