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 Sep 9, 2023
1 parent e74b653 commit 0ad78d2
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 @@ -140,7 +140,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.2 --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:0.3 --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>0.3</version>
<version>0.4-SNAPSHOT</version>

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

0 comments on commit 0ad78d2

Please sign in to comment.