From 48bd358bc1c5cda00e8c9fe195d7395b53473022 Mon Sep 17 00:00:00 2001 From: "appstudio-staging-ci[bot]" <99741369+appstudio-staging-ci[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:12:49 +0100 Subject: [PATCH] jvm-build-service update (#1397) * 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> --- components/jvm-build-service/kustomization.yaml | 8 ++++---- components/jvm-build-service/operator_env_patch.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/jvm-build-service/kustomization.yaml b/components/jvm-build-service/kustomization.yaml index 669e1a72062..72aa516e8a1 100644 --- a/components/jvm-build-service/kustomization.yaml +++ b/components/jvm-build-service/kustomization.yaml @@ -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: @@ -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 diff --git a/components/jvm-build-service/operator_env_patch.yaml b/components/jvm-build-service/operator_env_patch.yaml index da31eef9630..7629946da70 100644 --- a/components/jvm-build-service/operator_env_patch.yaml +++ b/components/jvm-build-service/operator_env_patch.yaml @@ -3,4 +3,4 @@ path: /spec/template/spec/containers/0/env value: - name: IMAGE_TAG - value: 3b4e904fb3567649f539aa4ab0b51de27318d64a \ No newline at end of file + value: 48dc87180fc211ddebd79d85bb394a8f3f057ad2 \ No newline at end of file