Skip to content

Commit

Permalink
jvm-build-service update (#2488)
Browse files Browse the repository at this point in the history
* update components/jvm-build-service/base/kustomization.yaml

* update components/jvm-build-service/base/operator_env_patch.yaml

* update components/monitoring/grafana/base/dashboards/jvm-build-service/kustomization.yaml

---------

Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
  • Loading branch information
rh-tap-build-team[bot] authored Oct 25, 2023
1 parent a9d2255 commit 8442dd1
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=2c8753d6c04de69f4277c68a6cc181c3b4f36106
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=2c8753d6c04de69f4277c68a6cc181c3b4f36106
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=2c8753d6c04de69f4277c68a6cc181c3b4f36106
- https://github.com/redhat-appstudio/jvm-build-service/deploy/crds/base?ref=b03b06453a12ca89f74b325150e6dd368a443a19
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=b03b06453a12ca89f74b325150e6dd368a443a19
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=b03b06453a12ca89f74b325150e6dd368a443a19
- monitoring.yaml

# Skip applying the jvm-build-service operands (SystemConfig) while the jvm-build-service operator is being installed.
Expand All @@ -16,7 +16,7 @@ namespace: jvm-build-service
images:
- name: hacbs-jvm-operator
newName: quay.io/redhat-appstudio/hacbs-jvm-controller
newTag: 2c8753d6c04de69f4277c68a6cc181c3b4f36106
newTag: b03b06453a12ca89f74b325150e6dd368a443a19

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: 2c8753d6c04de69f4277c68a6cc181c3b4f36106
value: b03b06453a12ca89f74b325150e6dd368a443a19
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=2c8753d6c04de69f4277c68a6cc181c3b4f36106
- https://github.com/redhat-appstudio/jvm-build-service/deploy/monitoring/grafana-dashboards/?ref=b03b06453a12ca89f74b325150e6dd368a443a19
- dashboard.yaml

0 comments on commit 8442dd1

Please sign in to comment.