Skip to content

Commit

Permalink
⬆️ Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2023
1 parent 49653cf commit a9cc5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/repository/do
To use the image, you can run the following command:
```bash
docker run --rm srozange/yupd:0.5 --repo-type github --token <updateme> --project srozange/playground --path k8s/deployment.yml --branch yupd-it --set *.containers[0].image=nginx:newversion
docker run --rm srozange/yupd:1.0 --repo-type github --token <updateme> --project srozange/playground --path k8s/deployment.yml --branch yupd-it --set *.containers[0].image=nginx:newversion
```
## Limitations
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.yupd</groupId>
<artifactId>yupd</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>

<properties>
<assembly-plugin.version>3.6.0</assembly-plugin.version>
Expand Down

0 comments on commit a9cc5d0

Please sign in to comment.