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

Update application-service #3241

Closed
Closed
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
8 changes: 4 additions & 4 deletions components/has/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ kind: Kustomization
resources:
- ./argocd-roles
- ./rbac
- https://github.com/redhat-appstudio/application-service/config/default?ref=2d425363673f7c798e29f186e27d24bb9704d004
- https://github.com/redhat-appstudio/application-service/config/default?ref=1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0


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: 2d425363673f7c798e29f186e27d24bb9704d004
- name: quay.io/redhat-user-workloads/rhtap-has-tenant/application-service/application-service
newName: quay.io/redhat-user-workloads/rhtap-has-tenant/application-service/application-service
newTag: 1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0

configMapGenerator:
- literals:
Expand Down
10 changes: 5 additions & 5 deletions components/has/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ resources:
- ../base/argocd-roles
- ../base/external-secrets
- ../base/rbac
- https://github.com/redhat-appstudio/application-service/config/default?ref=2d425363673f7c798e29f186e27d24bb9704d004
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=2d425363673f7c798e29f186e27d24bb9704d004
- https://github.com/redhat-appstudio/application-service/config/default?ref=1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0

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

images:
- name: quay.io/redhat-appstudio/application-service
newName: quay.io/redhat-appstudio/application-service
newTag: 2d425363673f7c798e29f186e27d24bb9704d004
- name: quay.io/redhat-user-workloads/rhtap-has-tenant/application-service/application-service
newName: quay.io/redhat-user-workloads/rhtap-has-tenant/application-service/application-service
newTag: 1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0

configMapGenerator:
- literals:
Expand Down
2 changes: 1 addition & 1 deletion components/has/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resources:
- ../base
- ../base/external-secrets
- rbac
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=2d425363673f7c798e29f186e27d24bb9704d004
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0


components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=2d425363673f7c798e29f186e27d24bb9704d004
- https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=1e7aa8103d322cd35e04a8cfa11bbb8b314cb2d0
- dashboard.yaml
Loading