Skip to content

Commit

Permalink
Merge pull request #6 from mcanoy/cleanup
Browse files Browse the repository at this point in the history
readme and pom update
  • Loading branch information
mcanoy authored Jun 7, 2021
2 parents 83b097e + c913958 commit a1c28d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd lodestar-config/deployment
```shell script
helm template . \
--values values-dev.yaml \
--set git.uri=https://github.com/dwasinge/lodestar-config.git \
--set git.uri=https://github.com/rht-labs/lodestar-config.git \
--set git.ref=main \
--set namespaces=<your-namespaces> \
| oc apply -f -
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.7</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down

0 comments on commit a1c28d1

Please sign in to comment.