Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-service update #2343

Merged
merged 4 commits into from
Aug 31, 2023
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/release-service/config/grafana/?ref=3ba78742daa454c0c82456c56140e9154f5f42fe
- https://github.com/redhat-appstudio/release-service/config/grafana/?ref=56b15cd0564401261dd0944c215bb12b723e29fa
4 changes: 2 additions & 2 deletions components/release/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources:
- allow-argocd-to-manage.yaml
- argocd-permissions.yaml
- https://github.com/redhat-appstudio/release-service/config/default?ref=3ba78742daa454c0c82456c56140e9154f5f42fe
- https://github.com/redhat-appstudio/release-service/config/default?ref=56b15cd0564401261dd0944c215bb12b723e29fa
- release-pipeline-resources-clusterrole.yaml
- release-team.yaml

Expand All @@ -11,7 +11,7 @@ kind: Kustomization
images:
- name: quay.io/redhat-appstudio/release-service
newName: quay.io/redhat-appstudio/release-service
newTag: 3ba78742daa454c0c82456c56140e9154f5f42fe
newTag: 56b15cd0564401261dd0944c215bb12b723e29fa

namespace: release-service

Expand Down