feat: added stuff"
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-02-03 21:00:46 +01:00
parent faca00ed70
commit edea0df581
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -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",

View File

@ -20,5 +20,5 @@ replicas:
images:
- name: "deployment"
newName: "{{ service }}"
newName: "{{ registry }}/{{ service }}"
newTag: "{{ image_tag }}"