Skip to content

Commit

Permalink
Promote release-service from development to staging (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbieren authored Jan 10, 2024
1 parent b5da538 commit 06128f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/release/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/redhat-appstudio/release-service/config/default?ref=bb760ff178d79b459b3851083b88fdbf4fb9a1bf
- https://github.com/redhat-appstudio/release-service/config/default?ref=405596bf32f4b42e41f637925d82992a303bf336

components:
- ../k-components/manager-resources-patch

images:
- name: quay.io/redhat-appstudio/release-service
newName: quay.io/redhat-appstudio/release-service
newTag: bb760ff178d79b459b3851083b88fdbf4fb9a1bf
newTag: 405596bf32f4b42e41f637925d82992a303bf336

namespace: release-service

0 comments on commit 06128f2

Please sign in to comment.