mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 23:21:38 +01:00
docs(release): set module version to v1.3.0
This commit is contained in:
2
.github/workflows/plugins.yml
vendored
2
.github/workflows/plugins.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
tags: acouvreur/sablier:1.0.01.0.0-beta.1local
|
||||
tags: acouvreur/sablier:local
|
||||
outputs: type=docker,dest=/tmp/sablier.tar
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
additionalArguments:
|
||||
- "--experimental.plugins.sablier.moduleName=github.com/acouvreur/sablier"
|
||||
- "--experimental.plugins.sablier.version=v1.0.01.0.0-beta.11.1.1"
|
||||
- "--experimental.plugins.sablier.version=v1.3.0"
|
||||
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
restart: "no"
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:1.0.01.0.0-beta.1local
|
||||
image: acouvreur/sablier:local
|
||||
command:
|
||||
- start
|
||||
- --provider.name=docker
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
condition: none # Do not restart on setup failure
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:1.0.01.0.0-beta.1local
|
||||
image: acouvreur/sablier:local
|
||||
command:
|
||||
- start
|
||||
- --provider.name=swarm
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user