diff --git a/templates/omnidb/deployment-omnidb.yaml b/templates/omnidb/deployment-omnidb.yaml index 65c2bc7..28ddbdc 100644 --- a/templates/omnidb/deployment-omnidb.yaml +++ b/templates/omnidb/deployment-omnidb.yaml @@ -2,7 +2,7 @@ {{- with .Values.omnidb }} {{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }} {{- $containerName := "jms-omnidb" }} -{{- $image := printf "%s:%s:%s" .image.registry .image.repository .image.tag }} +{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }} apiVersion: apps/v1 kind: Deployment metadata: diff --git a/templates/xrdp/deployment-xrdp.yaml b/templates/xrdp/deployment-xrdp.yaml index 89f8fd3..504db47 100644 --- a/templates/xrdp/deployment-xrdp.yaml +++ b/templates/xrdp/deployment-xrdp.yaml @@ -2,7 +2,7 @@ {{- with .Values.xrdp }} {{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }} {{- $containerName := "jms-xrdp" }} -{{- $image := printf "%s:%s:%s" .image.registry .image.repository .image.tag }} +{{- $image := printf "%s/%s:%s" .image.registry .image.repository .image.tag }} apiVersion: apps/v1 kind: Deployment metadata: