Skip to content

Commit

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

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

---------

Co-authored-by: appstudio-staging-ci[bot] <99741369+appstudio-staging-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 43080c8 commit 48bd358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/jvm-build-service/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=3b4e904fb3567649f539aa4ab0b51de27318d64a
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=3b4e904fb3567649f539aa4ab0b51de27318d64a
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=3b4e904fb3567649f539aa4ab0b51de27318d64a
- https://github.com/redhat-appstudio/jvm-build-service/deploy/crds/base?ref=48dc87180fc211ddebd79d85bb394a8f3f057ad2
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/base?ref=48dc87180fc211ddebd79d85bb394a8f3f057ad2
- https://github.com/redhat-appstudio/jvm-build-service/deploy/operator/config?ref=48dc87180fc211ddebd79d85bb394a8f3f057ad2

# Skip applying the jvm-build-service operands (SystemConfig) while the jvm-build-service operator is being installed.
# See more information about this option, here:
Expand All @@ -15,7 +15,7 @@ namespace: jvm-build-service
images:
- name: hacbs-jvm-operator
newName: quay.io/redhat-appstudio/hacbs-jvm-controller
newTag: 3b4e904fb3567649f539aa4ab0b51de27318d64a
newTag: 48dc87180fc211ddebd79d85bb394a8f3f057ad2

patches:
- path: ./operator_env_patch.yaml
Expand Down
2 changes: 1 addition & 1 deletion components/jvm-build-service/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: 3b4e904fb3567649f539aa4ab0b51de27318d64a
value: 48dc87180fc211ddebd79d85bb394a8f3f057ad2

0 comments on commit 48bd358

Please sign in to comment.