Skip to content

Commit

Permalink
application-service update (#4864)
Browse files Browse the repository at this point in the history
Included PRs:

- chore: update application-api version (#489)

Signed-off-by: Ryan Cole <[email protected]>
  • Loading branch information
14rcole authored Nov 21, 2024
1 parent 3586dfc commit 7eeb81c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions components/has/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
resources:
- ./argocd-roles
- ./rbac
- https://github.com/redhat-appstudio/application-service/config/default?ref=338ad7f4e3577aa7c9b5be293a97689d84a28442
- https://github.com/redhat-appstudio/application-service/config/default?ref=38f1c98cff769f7ee98fe16bb57ab4ca0f751f49


components:
Expand All @@ -13,7 +13,7 @@ components:
images:
- name: quay.io/redhat-appstudio/application-service
newName: quay.io/redhat-appstudio/application-service
newTag: 338ad7f4e3577aa7c9b5be293a97689d84a28442
newTag: 38f1c98cff769f7ee98fe16bb57ab4ca0f751f49

configMapGenerator:
- literals:
Expand All @@ -26,4 +26,4 @@ configMapGenerator:
behavior: replace


namespace: application-service
namespace: application-service
8 changes: 4 additions & 4 deletions components/has/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resources:
- ../base/argocd-roles
- ../base/external-secrets
- ../base/rbac
- https://github.com/redhat-appstudio/application-service/config/default?ref=338ad7f4e3577aa7c9b5be293a97689d84a28442
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=338ad7f4e3577aa7c9b5be293a97689d84a28442
- https://github.com/redhat-appstudio/application-service/config/default?ref=38f1c98cff769f7ee98fe16bb57ab4ca0f751f49
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=38f1c98cff769f7ee98fe16bb57ab4ca0f751f49

components:
- ../k-components/manager-resources
Expand All @@ -14,7 +14,7 @@ components:
images:
- name: quay.io/redhat-appstudio/application-service
newName: quay.io/redhat-appstudio/application-service
newTag: 338ad7f4e3577aa7c9b5be293a97689d84a28442
newTag: 38f1c98cff769f7ee98fe16bb57ab4ca0f751f49

configMapGenerator:
- literals:
Expand All @@ -33,4 +33,4 @@ patches:
kind: ExternalSecret
group: external-secrets.io
version: v1beta1
namespace: application-service
namespace: application-service
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=338ad7f4e3577aa7c9b5be293a97689d84a28442
- https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=38f1c98cff769f7ee98fe16bb57ab4ca0f751f49


configMapGenerator:
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=338ad7f4e3577aa7c9b5be293a97689d84a28442
- https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=38f1c98cff769f7ee98fe16bb57ab4ca0f751f49
- dashboard.yaml

0 comments on commit 7eeb81c

Please sign in to comment.