diff --git a/.github/workflows/conftest.yaml b/.github/workflows/conftest.yaml index 7df329c7..5ec1a991 100644 --- a/.github/workflows/conftest.yaml +++ b/.github/workflows/conftest.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Conftest uses: redhat-cop/github-actions/confbatstest@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3 diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 5f889128..229a8556 100644 --- a/.github/workflows/install-integration-tests-operators-installer.yaml +++ b/.github/workflows/install-integration-tests-operators-installer.yaml @@ -24,16 +24,16 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.23.0 + KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager - OLM_VERSION: v0.28.0 + OLM_VERSION: v0.30.0 steps: - name: Checkout 🛎️ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: version: ${{ env.HELM_VERSION }} - name: Setup Python 🐍 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/install-unit-test.yaml b/.github/workflows/install-unit-test.yaml index 5677153b..777bc472 100644 --- a/.github/workflows/install-unit-test.yaml +++ b/.github/workflows/install-unit-test.yaml @@ -19,16 +19,16 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.23.0 + KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager - OLM_VERSION: v0.28.0 + OLM_VERSION: v0.30.0 steps: - name: Checkout 🛎️ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: version: ${{ env.HELM_VERSION }} - name: Setup Python 🐍 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13705ca6..a775bf9b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -18,17 +18,17 @@ jobs: env: branch_name: ${{ github.head_ref || github.ref_name }} # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.3 + HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=pypi depName=pybump - PYBUMP_VERSION: 1.12.4 + PYBUMP_VERSION: 1.12.6 runs-on: ubuntu-latest permissions: contents: write steps: - name: Checkout 🛎️ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: version: ${{ env.HELM_VERSION }} - name: Setup Python 🐍 - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 873aecc5..c090266c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=helm/helm - HELM_VERSION: v3.15.3 + HELM_VERSION: v3.16.3 permissions: contents: write id-token: write steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Setup cosign - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3 - name: Cosign sign packaged chart and generate hashs shell: bash diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4f6eeec2..f70ef734 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: sarif_file: results.sarif diff --git a/charts/operators-installer/values.yaml b/charts/operators-installer/values.yaml index b0d8a9d4..c57aed1b 100644 --- a/charts/operators-installer/values.yaml +++ b/charts/operators-installer/values.yaml @@ -10,7 +10,7 @@ approveManualInstallPlanViaHook: true # Image to use for the InstallPlan Approver and Verify Jobs -installPlanApproverAndVerifyJobsImage: registry.redhat.io/openshift4/ose-cli:v4.15@sha256:3f2123f42ae7358e1fece41d461bf331f144480da8b7711b9a93aca150f33f3f +installPlanApproverAndVerifyJobsImage: registry.redhat.io/openshift4/ose-cli:v4.15@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f # If specified, this imagePullSecret will be used for pulling the `installPlanApproverAndVerifyJobsImage`. # Only needed when using a custom image and pulling from a private registry. diff --git a/charts/owncloud/Chart.yaml b/charts/owncloud/Chart.yaml index 299508ff..7d77bc2e 100644 --- a/charts/owncloud/Chart.yaml +++ b/charts/owncloud/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: owncloud description: A Helm chart for Owncloud type: application -version: 0.0.19 +version: 0.0.21 appVersion: latest home: https://github.com/redhat-cop/helm-charts icon: https://alternative.me/media/256/owncloud-icon-ge0uksoxjjfyflu8-c.png diff --git a/charts/owncloud/values.yaml b/charts/owncloud/values.yaml index a8627178..63a0bf2b 100644 --- a/charts/owncloud/values.yaml +++ b/charts/owncloud/values.yaml @@ -6,11 +6,11 @@ image: repository: quay.io/eformat/owncloud-oauth pullPolicy: IfNotPresent redis: - image: docker.io/redis:7.2@sha256:f14f42fc7e824b93c0e2fe3cdf42f68197ee0311c3d2e0235be37480b2e208e6 + image: docker.io/redis:7.4@sha256:af0be38eb8e43191bae9b03fe5c928803930b6f93e2dde3a7ad1165c04b1ce22 healthimage: docker.io/healthcheck/redis:latest@sha256:06127d640e5c092f4707e3506e3a80c0361225b8da735b54d66e162a79d1fa38 pullPolicy: Always mariadb: - image: docker.io/mariadb:11.3@sha256:78d0c3b8c39b47e91cc32df64ef1e26f797b54b1dd762c850e7350095ed4715f + image: docker.io/mariadb:11.5@sha256:2d50fe0f77dac919396091e527e5e148a9de690e58f32875f113bef6506a17f5 healthimage: docker.io/healthcheck/mysql:latest@sha256:b7a7b38485b0d93bfc12a42f870dcf8b27c9ba854c9a28d4d26ed941a113ee20 pullPolicy: Always diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 1df0a3f3..c527eb2d 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: sonarqube description: SonarQube is an open sourced code quality scanning tool -version: 0.1.11 +version: 0.1.12 appVersion: 9.9.1-community home: https://github.com/redhat-cop/helm-charts keywords: diff --git a/charts/sonarqube/values.yaml b/charts/sonarqube/values.yaml index 12207432..d550f770 100644 --- a/charts/sonarqube/values.yaml +++ b/charts/sonarqube/values.yaml @@ -26,7 +26,7 @@ deploymentStrategy: {} image: repository: *name - tag: 10.5.1-community@sha256:802aa4f65983d43e40f230db9bfcc7fa2b796561fb40f018e9e23516640e7553 + tag: 10.7.0-community@sha256:0842dcd4c8f851ce44f8edaf45ac93f7c9079017d60d99f614663e60cef5efe9 # If using a private repository, the name of the imagePullSecret to use # pullSecret: my-repo-secret diff --git a/charts/static-site/Chart.yaml b/charts/static-site/Chart.yaml index 00316ac8..ca7c695a 100644 --- a/charts/static-site/Chart.yaml +++ b/charts/static-site/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: static-site description: A Helm chart for deploying a static-site with auto-updating type: application -version: 0.0.18 +version: 0.0.20 appVersion: 1.17.9-alpine home: https://github.com/redhat-cop/helm-charts icon: https://i.dlpng.com/static/png/6796939_preview.png diff --git a/charts/static-site/alpine-curl-git.Dockerfile b/charts/static-site/alpine-curl-git.Dockerfile index 5a84e5c0..b16eb5b4 100644 --- a/charts/static-site/alpine-curl-git.Dockerfile +++ b/charts/static-site/alpine-curl-git.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/git:v2.43.0@sha256:5be7ad4ab6bbd7f24a66224c814aa030c2abad186d839c8b6c1210585d96e25c +FROM alpine/git:2.45.2@sha256:0f018c79d7467f7b4cc6c00e1508e71cf107ed2cac2315e5d3ea62d0224968e1 RUN apk add --no-cache curl ENTRYPOINT ["/bin/sh"] diff --git a/charts/tekton-demo/Chart.yaml b/charts/tekton-demo/Chart.yaml index 62e8781c..ffdd0492 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.14 +version: 0.0.15 appVersion: latest home: https://github.com/redhat-cop/helm-charts keywords: diff --git a/charts/tekton-demo/templates/tasks/conditions.yaml b/charts/tekton-demo/templates/tasks/conditions.yaml index 140fb64c..549b961e 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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 0e90f853..98fd3180 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f resources: {} workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }} script: | diff --git a/charts/tekton-demo/templates/tasks/task-build.yaml b/charts/tekton-demo/templates/tasks/task-build.yaml index a56812f6..0dc2b794 100644 --- a/charts/tekton-demo/templates/tasks/task-build.yaml +++ b/charts/tekton-demo/templates/tasks/task-build.yaml @@ -38,7 +38,7 @@ spec: steps: - name: image-build - image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0 + image: registry.redhat.io/rhel8/buildah@sha256:1674c155e63cfdf945f1ae9a70218ae94ae2245962998627141bbaf73edbf2c7 workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }} command: ['buildah', 'bud', '--tls-verify=$(inputs.params.TLSVERIFY)', '--layers', '-f', 'Dockerfile', '-t', 'image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)', '.'] resources: {} @@ -51,7 +51,7 @@ spec: privileged: true - name: image-push - image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0 + image: registry.redhat.io/rhel8/buildah@sha256:1674c155e63cfdf945f1ae9a70218ae94ae2245962998627141bbaf73edbf2c7 command: ['buildah', 'push', '--tls-verify=$(inputs.params.TLSVERIFY)', '--digestfile', '$(workspaces.source.path)/image-digest', 'image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)', 'docker://image-registry.openshift-image-registry.svc:5000/{{ .Values.application.environments.development }}/{{ .Values.application.name }}-development:$(inputs.params.revision-name)'] volumeMounts: - name: varlibcontainers diff --git a/charts/tekton-demo/templates/tasks/task-deploy.yaml b/charts/tekton-demo/templates/tasks/task-deploy.yaml index b4445144..bc56d335 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f script: | #!/bin/sh @@ -235,7 +235,7 @@ spec: fi - name: app-triggers - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "feature" ] || [ "$(inputs.params.revision-type)" == "develop" ]; then diff --git a/charts/tekton-demo/templates/tasks/task-docs.yaml b/charts/tekton-demo/templates/tasks/task-docs.yaml index a18a9d62..1fcbf6c1 100644 --- a/charts/tekton-demo/templates/tasks/task-docs.yaml +++ b/charts/tekton-demo/templates/tasks/task-docs.yaml @@ -44,7 +44,7 @@ spec: steps: - name: image-build - image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0 + image: registry.redhat.io/rhel8/buildah@sha256:1674c155e63cfdf945f1ae9a70218ae94ae2245962998627141bbaf73edbf2c7 workingDir: /workspace/source/{{ .Values.pipeline.build.s2i.context }}/docs resources: {} script: | @@ -61,7 +61,7 @@ spec: privileged: true - name: image-push - image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0 + image: registry.redhat.io/rhel8/buildah@sha256:1674c155e63cfdf945f1ae9a70218ae94ae2245962998627141bbaf73edbf2c7 script: | #!/bin/sh if [ "$(inputs.params.revision-type)" == "develop" ]; then @@ -75,7 +75,7 @@ spec: privileged: true - name: image-digest - image: registry.redhat.io/rhel8/buildah@sha256:de42c2158dceaa97f70cd6ce92cd7087538c5d2caad29da4b8ca34a0e8b041a0 + image: registry.redhat.io/rhel8/buildah@sha256:1674c155e63cfdf945f1ae9a70218ae94ae2245962998627141bbaf73edbf2c7 script: | #!/bin/sh printf %s "null" >> /tekton/results/digest diff --git a/charts/tekton-demo/templates/tasks/task-git-clone.yaml b/charts/tekton-demo/templates/tasks/task-git-clone.yaml index 8c73c0da..ae33a3e2 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f resources: {} script: | #!/bin/sh diff --git a/charts/tekton-demo/templates/tasks/task-github.yaml b/charts/tekton-demo/templates/tasks/task-github.yaml index c7339cad..b13a4a26 100644 --- a/charts/tekton-demo/templates/tasks/task-github.yaml +++ b/charts/tekton-demo/templates/tasks/task-github.yaml @@ -15,7 +15,7 @@ spec: type: string steps: - name: update-github - image: registry.access.redhat.com/ubi8/ubi:latest@sha256:83068ea81dd02717b8e39b55cdeb2c1b2c9a3db260f01381b991755d44b15073 + image: registry.access.redhat.com/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3 env: - name: GITHUBTOKEN valueFrom: diff --git a/charts/tekton-demo/templates/tasks/task-promote.yaml b/charts/tekton-demo/templates/tasks/task-promote.yaml index 5be02304..dce80f92 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f script: | #!/bin/sh @@ -214,7 +214,7 @@ spec: fi - name: app-triggers - image: registry.redhat.io/openshift4/ose-cli:latest@sha256:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f command: ["/bin/bash", "-c"] args: - |- @@ -224,7 +224,7 @@ spec: oc set triggers deployment/$appname -n {{ .Values.application.environments.production }} - name: report - image: registry.redhat.io/ubi8/ubi:latest@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af + image: registry.redhat.io/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3 env: - name: GITHUBTOKEN valueFrom: diff --git a/charts/tekton-demo/templates/tasks/task-status.yaml b/charts/tekton-demo/templates/tasks/task-status.yaml index 2beb1604..ffd4b41b 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f resources: {} workingDir: $(workspaces.source.path) script: | diff --git a/charts/tekton-demo/templates/tasks/task-test-integration.yaml b/charts/tekton-demo/templates/tasks/task-test-integration.yaml index 5d52f0a0..4c01e3fc 100644 --- a/charts/tekton-demo/templates/tasks/task-test-integration.yaml +++ b/charts/tekton-demo/templates/tasks/task-test-integration.yaml @@ -35,7 +35,7 @@ spec: # todo: condition to only run in dev env - name: test-report - image: registry.redhat.io/ubi8/ubi:latest@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af + image: registry.redhat.io/ubi8/ubi:latest@sha256:d497966ce214138de5271eef321680639e18daf105ae94a6bff54247d8a191a3 env: - name: GITHUBTOKEN valueFrom: diff --git a/charts/tekton-demo/templates/tasks/task-test-performance.yaml b/charts/tekton-demo/templates/tasks/task-test-performance.yaml index 6d6bd79c..04aca73b 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:5690a3e95f381102a9cbcf13c39c538c7d55c7ba9d4a494e2d22542b703601c7 + image: registry.redhat.io/openshift4/ose-cli:latest@sha256:7ea824531b593b2ec0da05557d5cd2565c3525c51c9007f85e9510b27f38b13f resources: {} script: | #!/bin/bash diff --git a/renovate.json b/renovate.json index 35a566ba..f9c88354 100644 --- a/renovate.json +++ b/renovate.json @@ -10,10 +10,8 @@ { "matchHost": "https://registry.redhat.io", "hostType": "docker", - "username": "7395610|uhc-1EBBVbhq5sePyNPTCkmOVrHnwn6", - "encrypted": { - "password": "wcFMA/xDdHCJBTolAQ//Sh19U5r/uu5MCxAjI+KZTwDVuTmQ2bS8Qj7t8z5oQuR51GI0QLcSxqtN6eWCeYPfdz+pxtsKE2CBExGl7mRbnpERJ9SVE/Pi8kUWeju9OERIVl105HZgYoN/0APBMVIP+LVSH7YqfLagyTc0HBW4qbUUTV/7frL9mXGF7XYCWapuqvbNgIcliiTL47SbDr3319vkiCJ0kHeShZpFh4oMhF5N8BI87jIiPATzh1vFBQyf7TQYhrT9eAayN89ZGtst+2lEf1cdg/BHskRCkuqSd1Lko7it/QJoE2RVVg5s+eDrzdDTloRsQyN0bH+gxvEqOonuxUnpmgRtc6ZZTYzZfW3DRlBQiTm8oGUerYiav0BASjmP/g8s9UHpQhZzTkfrju7ylgDw5orN28BeRWFnGP/RFfWA/YVlXoMa7VtTpSWzYknz/qjH2fCTqevy9C2aeISM8vOuoQGN/ZZ55oSozKA3FKREhIX2E88DZ1iEELq+bNUGlWCXhTIRzDTp6vbzBrv2vgNal7VrkIkE/iKwl8dUQyoCD3oaIsPocti+ykuTo3owhmqSVvPY7FWpfMhCSEeImFMEZMvLDIAevSqnmaxgc2BT60Bof4EnXVN1Z0tItvvXk+5K5NfOAzy14Kt5LR8xdk8Ssc4jgH1EAEgmzScLFEolG0dKPTVkQAMJapPSwpYBKpshI4XLTurNCMT0HsXBjhyKqcF0EUJZrOCmXBtqz5JdZpC/C1Tn1nc7Wq1gwwB/W3XrJGM8dHP0KAyJP/CzSJ5K9W7IvGxIcrdsx9Q4BPHQ00F+OWrG51+IL4ygD1rjVSg4lFIh3riOZHkiHUgmVhlDkoGP9gl5Nd/isuVgNRWgwLwC27y3ZzMjn7MIV8G12yvxhAdMFAEzOTKuCWyC4P3n5x8PY0FfjDBZk/tLfaDUo2quaCZrYrbWsN0pUcDzDpADJ7KC2297/RvtLTiXxjr4uyt1wxopf5NSZ/OcNz+G8XKSi40W/wdxUXQdv+7Q5ExdtdGdrra7IFKdjWRrSTq9UJYsgkZgaJ7W/u2pwOeSO3K9gNS99LpUEK9n00dEiuYRJ/VFjx3DyLqZzScCdhfmzIVvfGvSmKWkaGpC+0d3Z8j0lin4jy3TRghV7ejbGE2fIHfP8lypfP5E6frQoIOXM75l3RlOj1Wp7X3SpbT0vsMAUr9lffSBhw4Cjm26HxP8/wA8wesk6D87QDI/rkslQVtW74661V/tp3cw8H4xbranhR+OiE/O9dKaYsiFycYilnhTyDoibBPJgIYhxpJFOXe/FSR6D4hH9R6j8bQCBP2YrAFU6XJ8rMffeDtHGWOPFgfDYh6/JANcwaU7j+R9Qo4HltSdEgHSowUt5n2+XrX74WP5fUBWZUgNUNaIa99SRbZ4VdPSHYYYocJ2u/wPlXgDppybPKfpUWINd0unqiG4B4Z9JK7z1rOX0XejrMSya/am9SJA8/66al3U5U0CPCNaUDqXYesHfcW056RnfV9XDE0PDnhWCd70gzCtNS0JE3ChcHNNUTm+IU3vnRydzzS99LXrJ9uks6/PGNH5/q7AdAepv214yiEcAFxUQPs5yJaY0jeSYbVuJR2e2t1FXmU77+3pJxNWXYZcHtEAMjU48UdPBj9u2IKXJ9BFXRGGUBQtH1IcqJzyZ6QyAV8dtfo8v87CewuLx6u1iMNf6t0v/+Nz3223N8nBbRUlDHOr/M+3TyqmZfFOKvvJqdbtOeCnuOuog8f6DbUQSO8Kq3HD3a52TeC2L0wkyLOtw1XM5TFq8SKGEUDXXIQ2cDG2CofkJta3vLzOSrsd4bnf0/l6vA" - } + "username": "6340056|redhat-cop-helm-charts", + "password": "{{ secrets.REDHAT_REGISTRY_TOKEN }}" } ], "packageRules": [