Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 committed Oct 24, 2024
2 parents 8052c6b + 3ef21c0 commit 29e1adf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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/konflux-ci/release-service/config/grafana/?ref=69ae8399bf3b5961b672a5962a7d806376b7296f
- https://github.com/konflux-ci/release-service/config/grafana/?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5
4 changes: 2 additions & 2 deletions components/release/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: Kustomization
resources:
- ../base
- ../base/monitor/development
- https://github.com/konflux-ci/release-service/config/default?ref=69ae8399bf3b5961b672a5962a7d806376b7296f
- https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5

images:
- name: quay.io/konflux-ci/release-service
newName: quay.io/konflux-ci/release-service
newTag: 69ae8399bf3b5961b672a5962a7d806376b7296f
newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5

namespace: release-service
4 changes: 2 additions & 2 deletions components/release/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: Kustomization
resources:
- ../base
- ../base/monitor/staging
- https://github.com/konflux-ci/release-service/config/default?ref=69ae8399bf3b5961b672a5962a7d806376b7296f
- https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5

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

images:
- name: quay.io/konflux-ci/release-service
newName: quay.io/konflux-ci/release-service
newTag: 69ae8399bf3b5961b672a5962a7d806376b7296f
newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5

namespace: release-service

0 comments on commit 29e1adf

Please sign in to comment.