Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Update version in manifests and docs
  • Loading branch information
Manuel Morejón authored Jul 3, 2021
2 parents 2c7f88b + 3f0114b commit 7370dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ El funcionamiento de la aplicación puede ser modificado a través de variables
Para ver su funcionamiento utilice el siguiente comando:

```bash
docker container run --rm ghcr.io/sngular/gitops-echobot:v0.2.0
docker container run --rm ghcr.io/sngular/gitops-echobot:v0.2.2

hostname: 86f43c549bd4 - Gitops Flux series!
hostname: 86f43c549bd4 - Gitops Flux series!
Expand All @@ -50,7 +50,7 @@ docker container run --rm \
--env MONGODB_URI="mongodb://test:1234@localhost:27017" \
--env MONGODB_DATABASE="echobot" \
--env MONGODB_COLLECTION="log" \
ghcr.io/sngular/gitops-echobot:v0.2.0
ghcr.io/sngular/gitops-echobot:v0.2.2

Traza insertada en base de datos (507f1f77bcf86cd799439011): 680c3892c04c - Sngular utiliza Gitops en sus entornos
Traza insertada en base de datos (757f191a810c19729de860ae): 680c3892c04c - Sngular utiliza Gitops en sus entornos
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: echobot
image: ghcr.io/sngular/gitops-echobot:v0.1.3
image: ghcr.io/sngular/gitops-echobot:v0.2.2
env:
- name: CHARACTER
value: "Ahora tenemos 3 réplicas!. Tag v0.1.3 desplegado!"
Expand Down

0 comments on commit 7370dad

Please sign in to comment.