Skip to content

Commit 40592eb

Browse files
authored
chore: replace appstudio-utils by task-runner in konflux ui stage (#11966)
Replace appstudio-utils image reference in Konflux UI resources by task-runner image. This change is only for stage environemnt. Production should come after validation in stage in separeted PR. Jira KONFLUX-13284
1 parent f7da7c8 commit 40592eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/konflux-ui/staging/stone-stage-p01/configure-oauth-proxy-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
echo "skipping dex restart"
103103
fi
104104
105-
image: quay.io/konflux-ci/appstudio-utils:ab6b0b8e40e440158e7288c73aff1cf83a2cc8a9@sha256:24179f0efd06c65d16868c2d7eb82573cce8e43533de6cea14fec3b7446e0b14
105+
image: quay.io/konflux-ci/task-runner:955c3525538ea50bf0f562dbd1f0cda330df9054@sha256:1c0582a85dae0949f3ec94aca95695c5d7698b371f1b76c5a78822a6249073dc
106106
imagePullPolicy: Always
107107
name: konflux-oauth-client-secret-generation
108108
resources:

components/konflux-ui/staging/stone-stg-rh01/configure-oauth-proxy-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
echo "skipping dex restart"
103103
fi
104104
105-
image: quay.io/konflux-ci/appstudio-utils:ab6b0b8e40e440158e7288c73aff1cf83a2cc8a9@sha256:24179f0efd06c65d16868c2d7eb82573cce8e43533de6cea14fec3b7446e0b14
105+
image: quay.io/konflux-ci/task-runner:955c3525538ea50bf0f562dbd1f0cda330df9054@sha256:1c0582a85dae0949f3ec94aca95695c5d7698b371f1b76c5a78822a6249073dc
106106
imagePullPolicy: Always
107107
name: konflux-oauth-client-secret-generation
108108
resources:

0 commit comments

Comments
 (0)