From cad3f577159566e2646b451e009bd27c33267522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:09:22 +0000 Subject: [PATCH 1/2] chore(deps): update registry.redhat.io/openshift4/ose-cli:latest docker digest to a11b4f3 --- .../tekton-demo/templates/tasks/conditions.yaml | 4 ++-- .../tekton-demo/templates/tasks/task-apply.yaml | 2 +- .../tekton-demo/templates/tasks/task-deploy.yaml | 16 ++++++++-------- .../templates/tasks/task-git-clone.yaml | 2 +- .../templates/tasks/task-promote.yaml | 16 ++++++++-------- .../tekton-demo/templates/tasks/task-status.yaml | 2 +- .../templates/tasks/task-test-performance.yaml | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/charts/tekton-demo/templates/tasks/conditions.yaml b/charts/tekton-demo/templates/tasks/conditions.yaml index 456a80fa..7605eab9 100644 --- a/charts/tekton-demo/templates/tasks/conditions.yaml +++ b/charts/tekton-demo/templates/tasks/conditions.yaml @@ -8,7 +8,7 @@ spec: params: - name: revision-type check: - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(params.revision-type)" == "feature" ] || [ "$(params.revision-type)" == "develop" ]; then @@ -26,7 +26,7 @@ spec: params: - name: revision-type check: - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(params.revision-type)" == "release" ] || [ "$(params.revision-type)" == "hotfix" ] || [ "$(params.revision-type)" == "patch" ]; then diff --git a/charts/tekton-demo/templates/tasks/task-apply.yaml b/charts/tekton-demo/templates/tasks/task-apply.yaml index 8c3b9ebe..da145abd 100644 --- a/charts/tekton-demo/templates/tasks/task-apply.yaml +++ b/charts/tekton-demo/templates/tasks/task-apply.yaml @@ -9,7 +9,7 @@ spec: - name: shared steps: - name: helm-apply - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c resources: {} workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }} script: | diff --git a/charts/tekton-demo/templates/tasks/task-deploy.yaml b/charts/tekton-demo/templates/tasks/task-deploy.yaml index 27f9ca87..0283fbc7 100644 --- a/charts/tekton-demo/templates/tasks/task-deploy.yaml +++ b/charts/tekton-demo/templates/tasks/task-deploy.yaml @@ -25,7 +25,7 @@ spec: type: string steps: - name: app-create - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -51,7 +51,7 @@ spec: fi - name: app-docs - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -72,7 +72,7 @@ spec: fi - name: app-expose - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -130,7 +130,7 @@ spec: fi - name: app-labels - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -151,7 +151,7 @@ spec: fi - name: app-envs - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh replace=$(inputs.params.revision-name) @@ -180,7 +180,7 @@ spec: fi - name: app-probes - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -203,7 +203,7 @@ spec: fi - name: app-autoscale - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh @@ -235,7 +235,7 @@ spec: fi - name: app-triggers - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then diff --git a/charts/tekton-demo/templates/tasks/task-git-clone.yaml b/charts/tekton-demo/templates/tasks/task-git-clone.yaml index 16ebe9c9..0bed1ae2 100644 --- a/charts/tekton-demo/templates/tasks/task-git-clone.yaml +++ b/charts/tekton-demo/templates/tasks/task-git-clone.yaml @@ -155,7 +155,7 @@ spec: echo -n "$(params.url)" > $(results.url.path) - name: variables - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c resources: {} script: | #!/bin/sh diff --git a/charts/tekton-demo/templates/tasks/task-promote.yaml b/charts/tekton-demo/templates/tasks/task-promote.yaml index 8e65a7a5..78ea8b4a 100644 --- a/charts/tekton-demo/templates/tasks/task-promote.yaml +++ b/charts/tekton-demo/templates/tasks/task-promote.yaml @@ -88,7 +88,7 @@ spec: runAsUser: 0 - name: release-image - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh replace=$(inputs.params.revision-name) @@ -105,7 +105,7 @@ spec: fi - name: app-expose - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh replace=$(inputs.params.revision-name) @@ -138,7 +138,7 @@ spec: fi - name: app-labels - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh replace=$(inputs.params.revision-name) @@ -153,7 +153,7 @@ spec: oc label deployment/$appname --overwrite app.revision-author=$(inputs.params.author) -n $environment - name: app-envs - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh replace=$(inputs.params.revision-name) @@ -168,7 +168,7 @@ spec: oc set env deployment/$appname --overwrite revision-type=$(inputs.params.revision-type) -n $environment - name: app-secrets - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c command: ["/bin/bash", "-c"] args: - |- @@ -179,7 +179,7 @@ spec: # oc set env deployment/$appname --from secret/input -n {{ .Values.application.environments.production }} - name: app-probes - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c command: ["/bin/bash", "-c"] args: - |- @@ -190,7 +190,7 @@ spec: oc set probe deployment/$appname --readiness --get-url=http://:8080/ --initial-delay-seconds=30 -n {{ .Values.application.environments.production }} - name: app-autoscale - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c script: | #!/bin/sh @@ -214,7 +214,7 @@ spec: fi - name: app-triggers - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c command: ["/bin/bash", "-c"] args: - |- diff --git a/charts/tekton-demo/templates/tasks/task-status.yaml b/charts/tekton-demo/templates/tasks/task-status.yaml index 86ec2126..a3d01ff6 100644 --- a/charts/tekton-demo/templates/tasks/task-status.yaml +++ b/charts/tekton-demo/templates/tasks/task-status.yaml @@ -45,7 +45,7 @@ spec: description: Contains the author username steps: - name: variables - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c resources: {} workingDir: $(workspaces.source.path) script: | diff --git a/charts/tekton-demo/templates/tasks/task-test-performance.yaml b/charts/tekton-demo/templates/tasks/task-test-performance.yaml index 9d8b5e38..2dc7a934 100644 --- a/charts/tekton-demo/templates/tasks/task-test-performance.yaml +++ b/charts/tekton-demo/templates/tasks/task-test-performance.yaml @@ -21,7 +21,7 @@ spec: description: revision name steps: - name: test-performance - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:4558bd494db6dfed21f63730c758a38f93b3dde6a675b944c334906f64edafc5 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:a11b4f3350bf21e6bc5eca20b7ffcdb0a21479ebcf2ce74eef18e63577ba2e1c resources: {} script: | #!/bin/bash From 770c03f9cce362e248637c6413755833af7f6779 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:10:18 +0000 Subject: [PATCH 2/2] chore: bumped charts/tekton-demo/Chart.yaml version --- charts/tekton-demo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index 23d4a923..624f9dab 100644 --- a/charts/tekton-demo/Chart.yaml +++ b/charts/tekton-demo/Chart.yaml @@ -4,7 +4,7 @@ description: This is an example of a pipeline developed in Tekton, the peaceful It contains the main steps of a continuous software delivery process. It enforces a strict semantic version validation strategy, managing tag increments for you. Develop, Features, releases, patches and hotfixes flows are supported. -version: 0.0.9 +version: 0.0.10 appVersion: latest home: https://github.com/redhat-cop/helm-charts keywords: