Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/openshift/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ spec:
- name: CONFIG_LEADERELECTION_NAME
value: tekton-operator-controller-config-leader-election
- name: IMAGE_ADDONS_PARAM_BUILDER_IMAGE
value: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
value: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
- name: IMAGE_ADDONS_PARAM_KN_IMAGE
value: registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel9@sha256:aee19896d17a431ba980564fdb73ef08ad1512f586fbdf954cecef6258f7a8df
- name: IMAGE_ADDONS_MVN_SETTINGS
value: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
value: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
- name: IMAGE_ADDONS_SKOPEO_COPY
value: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
value: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
- name: IMAGE_ADDONS_GENERATE
value: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
- name: IMAGE_ADDONS_GEN_ENV_FILE
value: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
- name: IMAGE_ADDONS_PARAM_MAVEN_IMAGE
value: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
value: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
- name: IMAGE_ADDONS_OC
value: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
- name: openshift-pipelines-operator-cluster-operations # tektoninstallerset reconciler
Expand Down
10 changes: 5 additions & 5 deletions operatorhub/openshift/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ image-substitutions:
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_ADDONS_OPC
- image: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
- image: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_ADDONS_SKOPEO_COPY
- IMAGE_ADDONS_SKOPEO_RESULTS
- image: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
- image: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
Expand All @@ -171,7 +171,7 @@ image-substitutions:
- IMAGE_ADDONS_GENERATE
- IMAGE_ADDONS_GEN_ENV_FILE
- IMAGE_ADDONS_S2I_GENERATE
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
Expand Down Expand Up @@ -210,7 +210,7 @@ image-substitutions:
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_CHAINS_TEKTON_CHAINS_CONTROLLER
- image: registry.redhat.io/rhel9/postgresql-15@sha256:1ce97000d1619e734f659d3b106aecd8454be4ff479ed979d921d876c44059ba
- image: registry.redhat.io/rhel9/postgresql-15@sha256:034554e4e112a6754c1b9be3e0661d42231751da43fb8173a82e953de3d01057
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
Expand Down Expand Up @@ -293,7 +293,7 @@ image-substitutions:
containerName: openshift-pipelines-operator-lifecycle
envKeys:
- IMAGE_RESULTS_RETENTION_POLICY_AGENT
- image: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
- image: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
replaceLocations:
envTargets:
- deploymentName: openshift-pipelines-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,35 +838,35 @@ spec:
- name: CONFIG_OBSERVABILITY_NAME
value: tekton-config-observability
- name: IMAGE_ADDONS_PARAM_BUILDER_IMAGE
value: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
value: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
- name: IMAGE_ADDONS_PARAM_KN_IMAGE
value: registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel9@sha256:aee19896d17a431ba980564fdb73ef08ad1512f586fbdf954cecef6258f7a8df
- name: IMAGE_ADDONS_KN
value: registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel9@sha256:aee19896d17a431ba980564fdb73ef08ad1512f586fbdf954cecef6258f7a8df
- name: IMAGE_ADDONS_SKOPEO_RESULTS
value: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
value: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
- name: IMAGE_ADDONS_BUILD
value: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
value: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
- name: IMAGE_ADDONS_S2I_BUILD
value: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
value: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
- name: IMAGE_ADDONS_S2I_GENERATE
value: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
- name: IMAGE_ADDONS_LOAD_SCRIPTS
value: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
value: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
- name: IMAGE_ADDONS_MAVEN_GENERATE
value: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
value: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
- name: IMAGE_ADDONS_PREPARE
value: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
value: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
- name: IMAGE_ADDONS_MVN_SETTINGS
value: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
value: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
- name: IMAGE_ADDONS_SKOPEO_COPY
value: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
value: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
- name: IMAGE_ADDONS_GENERATE
value: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
- name: IMAGE_ADDONS_GEN_ENV_FILE
value: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
- name: IMAGE_ADDONS_PARAM_MAVEN_IMAGE
value: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
value: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
- name: IMAGE_ADDONS_OC
value: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
- name: IMAGE_PIPELINES_TEKTON_PIPELINES_CONTROLLER
Expand Down Expand Up @@ -950,7 +950,7 @@ spec:
- name: IMAGE_PAC_PAC_CLI
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-rhel9@
- name: IMAGE_ADDONS_MAVEN_GOALS
value: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
value: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
- name: IMAGE_PIPELINES_CONSOLE_PLUGIN
value: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@
- name: IMAGE_PIPELINES_CONSOLE_PLUGIN_LEGACY
Expand Down Expand Up @@ -1074,15 +1074,15 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
- image: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
name: IMAGE_ADDONS_PARAM_BUILDER_IMAGE
- image: registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel9@sha256:aee19896d17a431ba980564fdb73ef08ad1512f586fbdf954cecef6258f7a8df
name: IMAGE_ADDONS_PARAM_KN_IMAGE
- image: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
- image: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
name: IMAGE_ADDONS_SKOPEO_COPY
- image: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
name: IMAGE_ADDONS_GENERATE
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
name: IMAGE_ADDONS_MVN_SETTINGS
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@
name: OPENSHIFT_PIPELINES_OPERATOR
Expand Down Expand Up @@ -1134,7 +1134,7 @@ spec:
name: IMAGE_PAC_TRIGGERTEMPLATE_APPLY_AND_LAUNCH
- image: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
name: IMAGE_ADDONS_GEN_ENV_FILE
- image: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
- image: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
name: IMAGE_ADDONS_PARAM_MAVEN_IMAGE
- image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
name: IMAGE_ADDONS_OC
Expand All @@ -1154,19 +1154,19 @@ spec:
name: IMAGE_ADDONS_CACHE_FETCH
- image: registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@
name: IMAGE_PIPELINES_ARG__SIDECARLOGRESULTS_IMAGE
- image: registry.redhat.io/rhel9/skopeo@sha256:300c5f85ecb9d518a34cc69b7c66621c7ad8712a89e040dd5eb019ecb3d6cadb
- image: registry.redhat.io/rhel9/skopeo@sha256:91446179b3fbbbc4177b62c6121fa92fa0dc0a911614f36198f29e57a2e25708
name: IMAGE_ADDONS_SKOPEO_RESULTS
- image: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
- image: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
name: IMAGE_ADDONS_BUILD
- image: registry.redhat.io/rhel9/buildah@sha256:6f02f53caf78828aac7da182e20fa5e691dcec74a5e6e19bedc00447299374dd
- image: registry.redhat.io/rhel9/buildah@sha256:61eccd0b8b3a6b87233376e6529ce08e4e002d9bef07f27c8fb431a500947792
name: IMAGE_ADDONS_S2I_BUILD
- image: registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:798e0e860df8e3ca1ff5f8aa796940d6dbd4b739ccfc35c6f4c9bc046d5f0c12
name: IMAGE_ADDONS_S2I_GENERATE
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
name: IMAGE_ADDONS_LOAD_SCRIPTS
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
name: IMAGE_ADDONS_MAVEN_GENERATE
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
- image: registry.redhat.io/ubi9/ubi-minimal@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
name: IMAGE_ADDONS_PREPARE
- image: registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@
name: IMAGE_ADDONS_TKN
Expand Down Expand Up @@ -1200,7 +1200,7 @@ spec:
name: IMAGE_SCHEDULER_WEBHOOK
- image: registry.redhat.io/openshift-pipelines/pipelines-syncer-service-rhel9@"
name: IMAGE_SYNCER_SERVICE_WORKLOAD_CONTROLLER
- image: registry.redhat.io/ubi9/openjdk-17@sha256:e63df53f403e6ab86bae643755625d32db0dba410bf82ddca3c988f903b34bca
- image: registry.redhat.io/ubi9/openjdk-17@sha256:d86143b4c23ecfad5eb29e32e7c38b6577198eb746bd5903e1742e3f508c1324
name: IMAGE_ADDONS_MAVEN_GOALS
- image: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@
name: IMAGE_PIPELINES_CONSOLE_PLUGIN
Expand Down
Loading