-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
Describe the bug
Upon building github.com/fanchaoo/hahu, the client container fails with the following:
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.qmstr:qmstr-maven-plugin:0.5:qmstr (qmstrpackage) on project hahu: qmstr: no package found -> [Help 1]
To Reproduce
- Move to the
deployfolder:cd deploy - Deploy our DGraph StatefulSet:
kubectl apply -k dgraph
- Explicitly specify all Docker image tags to enable manual deployment in
deploy/qmstr/kustomization.yaml:# In case of manual deployment, insert the desired image tags here. images: - name: endocodeci/qmstr-master newTag: sha-1068725 - name: endocodeci/qmstr-client-mvn newTag: sha-1068725 - name: endocodeci/pom-patch newTag: sha-1068725
- Override the repository URL in
deploy/qmstr/repo-url.yaml.
The patch will be automatically applied by Kustomize. - Deploy QMSTR:
kubectl apply -k qmstr
Metadata
Metadata
Assignees
Labels
No labels