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 Sep 21, 2023
2 parents 630772c + b55f3fc commit c6ecfd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions components/jvm-build-service/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- allow-argocd-to-manage.yaml
- https://github.com/redhat-appstudio/jvm-build-service/deploy/crds/base?ref=8d0f3e447e81965939e00b29624beaf35efbaa90
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=8d0f3e447e81965939e00b29624beaf35efbaa90
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=8d0f3e447e81965939e00b29624beaf35efbaa90
- https://github.com/redhat-appstudio/jvm-build-service/deploy/crds/base?ref=f95009538ceafa73448dce142b75bddd6f073bbc
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=f95009538ceafa73448dce142b75bddd6f073bbc
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=f95009538ceafa73448dce142b75bddd6f073bbc
- monitoring.yaml
- rbac

Expand All @@ -17,7 +17,7 @@ namespace: jvm-build-service
images:
- name: hacbs-jvm-operator
newName: quay.io/redhat-appstudio/hacbs-jvm-controller
newTag: 8d0f3e447e81965939e00b29624beaf35efbaa90
newTag: f95009538ceafa73448dce142b75bddd6f073bbc

patches:
- path: ./operator_env_patch.yaml
Expand Down
2 changes: 1 addition & 1 deletion components/jvm-build-service/base/operator_env_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
path: /spec/template/spec/containers/0/env
value:
- name: IMAGE_TAG
value: 8d0f3e447e81965939e00b29624beaf35efbaa90
value: f95009538ceafa73448dce142b75bddd6f073bbc
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/jvm-build-service/deploy/monitoring/grafana-dashboards/?ref=8d0f3e447e81965939e00b29624beaf35efbaa90
- https://github.com/redhat-appstudio/jvm-build-service/deploy/monitoring/grafana-dashboards/?ref=f95009538ceafa73448dce142b75bddd6f073bbc
- dashboard.yaml

0 comments on commit c6ecfd9

Please sign in to comment.