diff --git a/argo-cd-apps/base/member/optional/helm/rekor/rekor.yaml b/argo-cd-apps/base/member/optional/helm/rekor/rekor.yaml index 67e387aea3f..26ddfec6ca0 100644 --- a/argo-cd-apps/base/member/optional/helm/rekor/rekor.yaml +++ b/argo-cd-apps/base/member/optional/helm/rekor/rekor.yaml @@ -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: diff --git a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-patch.yaml b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-patch.yaml index fde9d2f70fe..6ecab101c54 100644 --- a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-patch.yaml +++ b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-patch.yaml @@ -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 diff --git a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-multisrc-src-1-patch.yaml b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-multisrc-src-1-patch.yaml index 10d87d20b37..6649fca1816 100644 --- a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-multisrc-src-1-patch.yaml +++ b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-multisrc-src-1-patch.yaml @@ -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 diff --git a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-patch.yaml b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-patch.yaml index 0870134902a..71d03a6d61f 100644 --- a/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-patch.yaml +++ b/argo-cd-apps/k-components/inject-infra-deployments-repo-details/application-set-patch.yaml @@ -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 diff --git a/components/has/base/kustomization.yaml b/components/has/base/kustomization.yaml index 841d3a531b8..a3561d97d08 100644 --- a/components/has/base/kustomization.yaml +++ b/components/has/base/kustomization.yaml @@ -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 \ No newline at end of file +namespace: application-service