From edea0df58118cb5ec188e9c9a00c8ce206c2f6c4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 3 Feb 2024 21:00:46 +0100 Subject: [PATCH] feat: added stuff" Signed-off-by: kjuulh --- Cargo.lock | 8 ++++---- templates/kustomize/base/kustomization.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c692d0..4fe6efb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/templates/kustomize/base/kustomization.yaml b/templates/kustomize/base/kustomization.yaml index e1d460b..1681e3b 100644 --- a/templates/kustomize/base/kustomization.yaml +++ b/templates/kustomize/base/kustomization.yaml @@ -20,5 +20,5 @@ replicas: images: - name: "deployment" - newName: "{{ service }}" + newName: "{{ registry }}/{{ service }}" newTag: "{{ image_tag }}"