Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
faca00ed70
commit
edea0df581
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -310,7 +310,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cuddle-ci"
|
||||
version = "0.2.0"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#d471a6190a1f28e97aa0b71143c4a99c717b4ebf"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#018d21872a33caa0b682e0e702fe14c3ceafa6f1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
@ -343,12 +343,12 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "dagger-components"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#d471a6190a1f28e97aa0b71143c4a99c717b4ebf"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#018d21872a33caa0b682e0e702fe14c3ceafa6f1"
|
||||
|
||||
[[package]]
|
||||
name = "dagger-cuddle-please"
|
||||
version = "0.2.0"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#d471a6190a1f28e97aa0b71143c4a99c717b4ebf"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#018d21872a33caa0b682e0e702fe14c3ceafa6f1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dagger-sdk",
|
||||
@ -358,7 +358,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "dagger-rust"
|
||||
version = "0.2.0"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#d471a6190a1f28e97aa0b71143c4a99c717b4ebf"
|
||||
source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#018d21872a33caa0b682e0e702fe14c3ceafa6f1"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dagger-sdk",
|
||||
|
@ -20,5 +20,5 @@ replicas:
|
||||
|
||||
images:
|
||||
- name: "deployment"
|
||||
newName: "{{ service }}"
|
||||
newName: "{{ registry }}/{{ service }}"
|
||||
newTag: "{{ image_tag }}"
|
||||
|
Loading…
Reference in New Issue
Block a user