Skip to content

Commit bdb3a6c

Browse files
authored
feat(RELEASE-977): migrate release-service to konflux-ci (#3871)
This commit updates the release-service quay references to the new location in the konflux-ci quay org. It also updates the references to the latest commit, as this is the only one available in the new org. Signed-off-by: Johnny Bieren <[email protected]>
1 parent 7f14e44 commit bdb3a6c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

components/release/base/cronjobs/remove-expired-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
export -f deleteAndLog
5858
xargs -a ${EXPIRED_RELEASES_FILE} -i -P ${MAX_PROCS} bash -c 'deleteAndLog "{}"'
5959
imagePullPolicy: IfNotPresent
60-
image: quay.io/redhat-appstudio/release-service-utils:305541d8b8c2670dea4b50bd8c56858c365ca11e
60+
image: quay.io/konflux-ci/release-service-utils:38c3bfd7479c86b832cba5b61f9bbde40c469393
6161
volumeMounts:
6262
- mountPath: /var/tmp
6363
name: temp-directory

components/release/development/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/release-service/config/default?ref=758a1d48d0020e8d9356c63924507d970411ebea
5+
- https://github.com/konflux-ci/release-service/config/default?ref=5e27ea8bc9073de6a18dee73534ec93dffb93aba
66

77
images:
8-
- name: quay.io/redhat-appstudio/release-service
9-
newName: quay.io/redhat-appstudio/release-service
10-
newTag: 758a1d48d0020e8d9356c63924507d970411ebea
8+
- name: quay.io/konflux-ci/release-service
9+
newName: quay.io/konflux-ci/release-service
10+
newTag: 5e27ea8bc9073de6a18dee73534ec93dffb93aba
1111

1212
namespace: release-service

components/release/production/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/release-service/config/default?ref=386031571e33e33fa211b1029b359c93ee363c62
5+
- https://github.com/konflux-ci/release-service/config/default?ref=5e27ea8bc9073de6a18dee73534ec93dffb93aba
66

77
components:
88
- ../k-components/manager-resources-patch
99

1010
images:
11-
- name: quay.io/redhat-appstudio/release-service
12-
newName: quay.io/redhat-appstudio/release-service
13-
newTag: 386031571e33e33fa211b1029b359c93ee363c62
11+
- name: quay.io/konflux-ci/release-service
12+
newName: quay.io/konflux-ci/release-service
13+
newTag: 5e27ea8bc9073de6a18dee73534ec93dffb93aba
1414

1515
namespace: release-service

components/release/staging/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/release-service/config/default?ref=386031571e33e33fa211b1029b359c93ee363c62
5+
- https://github.com/konflux-ci/release-service/config/default?ref=5e27ea8bc9073de6a18dee73534ec93dffb93aba
66

77
components:
88
- ../k-components/manager-resources-patch
99

1010
images:
11-
- name: quay.io/redhat-appstudio/release-service
12-
newName: quay.io/redhat-appstudio/release-service
13-
newTag: 386031571e33e33fa211b1029b359c93ee363c62
11+
- name: quay.io/konflux-ci/release-service
12+
newName: quay.io/konflux-ci/release-service
13+
newTag: 5e27ea8bc9073de6a18dee73534ec93dffb93aba
1414

1515
namespace: release-service
1616

hack/preview.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ sed -i.bak "s/rekor-server.enterprise-contract-service.svc/$rekor_server/" $ROOT
200200
[ -n "${INTEGRATION_SERVICE_IMAGE_TAG}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/redhat-appstudio/integration-service\")) |=.newTag=\"${INTEGRATION_SERVICE_IMAGE_TAG}\"" $ROOT/components/integration/development/kustomization.yaml
201201
[[ -n "${INTEGRATION_SERVICE_PR_OWNER}" && "${INTEGRATION_SERVICE_PR_SHA}" ]] && yq -i e "(.resources[] | select(. ==\"*github.com/konflux-ci/integration-service*\")) |= (sub(\"\?ref=.+\", \"?ref=${INTEGRATION_SERVICE_PR_SHA}\" ) | sub(\"github.com/redhat-appstudio\", \"github.com/${INTEGRATION_SERVICE_PR_OWNER}\"))" $ROOT/components/integration/development/kustomization.yaml
202202

203-
[ -n "${RELEASE_SERVICE_IMAGE_REPO}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/redhat-appstudio/release-service\")) |=.newName=\"${RELEASE_SERVICE_IMAGE_REPO}\"" $ROOT/components/release/development/kustomization.yaml
204-
[ -n "${RELEASE_SERVICE_IMAGE_TAG}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/redhat-appstudio/release-service\")) |=.newTag=\"${RELEASE_SERVICE_IMAGE_TAG}\"" $ROOT/components/release/development/kustomization.yaml
203+
[ -n "${RELEASE_SERVICE_IMAGE_REPO}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/konflux-ci/release-service\")) |=.newName=\"${RELEASE_SERVICE_IMAGE_REPO}\"" $ROOT/components/release/development/kustomization.yaml
204+
[ -n "${RELEASE_SERVICE_IMAGE_TAG}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/konflux-ci/release-service\")) |=.newTag=\"${RELEASE_SERVICE_IMAGE_TAG}\"" $ROOT/components/release/development/kustomization.yaml
205205
[[ -n "${RELEASE_SERVICE_PR_OWNER}" && "${RELEASE_SERVICE_PR_SHA}" ]] && yq -i e "(.resources[] | select(. ==\"*github.com/konflux-ci/release-service*\")) |= \"https://github.com/${RELEASE_SERVICE_PR_OWNER}/release-service/config/default?ref=${RELEASE_SERVICE_PR_SHA}\"" $ROOT/components/release/development/kustomization.yaml
206206

207207
[ -n "${MINTMAKER_IMAGE_REPO}" ] && yq -i e "(.images.[] | select(.name==\"quay.io/konflux-ci/mintmaker\")) |=.newName=\"${MINTMAKER_IMAGE_REPO}\"" $ROOT/components/mintmaker/development/kustomization.yaml

0 commit comments

Comments
 (0)