docs(release): set module version to v1.3.0

This commit is contained in:
Alexis Couvreur
2023-03-22 12:52:13 +00:00
parent 8da3225b7d
commit 1104af828b
8 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ services:
- ./conf/nginx_docker_classic.conf:/etc/nginx/conf.d/default.conf
sablier:
image: acouvreur/sablier:1.0.01.0.0-beta.1local
image: acouvreur/sablier:local
ports:
- 10000:10000
command:

View File

@@ -15,7 +15,7 @@ services:
- ./conf/nginx_docker_swarm.conf:/etc/nginx/conf.d/default.conf
sablier:
image: acouvreur/sablier:1.0.01.0.0-beta.1local
image: acouvreur/sablier:local
ports:
- 10000:10000
command:

View File

@@ -19,7 +19,7 @@ spec:
serviceAccount: sablier
containers:
- name: sablier
image: acouvreur/sablier:1.0.01.0.0-beta.1local
image: acouvreur/sablier:local
args: ["start", "--provider.name=kubernetes", "--logging.level=trace"]
ports:
- containerPort: 10000