Skip to content

Commit

Permalink
Preview mode, do not merge into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hmariset committed Nov 18, 2024
1 parent 9a53bf2 commit d5af683
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion argo-cd-apps/base/member/optional/helm/rekor/rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
strategy:
type: Recreate
ingress:
hostname: rekor-server.enterprise-contract-service.svc
hostname: rekor.apps.homajacluster03.lab.upshift.rdu2.redhat.com
annotations:
route.openshift.io/termination: "edge"
mysql:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- op: replace
path: /spec/source/repoURL
value: https://github.com/redhat-appstudio/infra-deployments.git
value: https://github.com/hmariset/infra-deployments.git
- op: replace
path: /spec/source/targetRevision
value: main
value: preview-crossplane-KFLUXVNGD-88
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- op: replace
path: /spec/template/spec/sources/1/repoURL
value: https://github.com/redhat-appstudio/infra-deployments.git
value: https://github.com/hmariset/infra-deployments.git
- op: replace
path: /spec/template/spec/sources/1/targetRevision
value: main
value: preview-crossplane-KFLUXVNGD-88
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- op: replace
path: /spec/template/spec/source/repoURL
value: https://github.com/redhat-appstudio/infra-deployments.git
value: https://github.com/hmariset/infra-deployments.git
- op: replace
path: /spec/template/spec/source/targetRevision
value: main
value: preview-crossplane-KFLUXVNGD-88
10 changes: 2 additions & 8 deletions components/has/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@ resources:
- ./argocd-roles
- ./rbac
- https://github.com/redhat-appstudio/application-service/config/default?ref=338ad7f4e3577aa7c9b5be293a97689d84a28442


components:
- ../k-components/manager-resources
- ../k-components/enable-profiling

images:
- name: quay.io/redhat-appstudio/application-service
newName: quay.io/redhat-appstudio/application-service
newTag: 338ad7f4e3577aa7c9b5be293a97689d84a28442

configMapGenerator:
- literals:
- GITHUB_ORG=""
- GITHUB_ORG=hmariset
name: github-config
behavior: replace
- literals:
- ENVIRONMENT="development"
name: feature-flag-config
behavior: replace


namespace: application-service
namespace: application-service

0 comments on commit d5af683

Please sign in to comment.