From 6a61790c704a41f21bada4a36179f0da34f0d2ef Mon Sep 17 00:00:00 2001 From: xiaohu <564134281@qq.com> Date: Wed, 8 Sep 2021 14:06:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(xpack):=20=20=E6=9B=B4=E6=96=B0omnidb?= =?UTF-8?q?=E5=92=8Cxrdp=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/omnidb/deployment-omnidb.yaml | 2 +- templates/xrdp/deployment-xrdp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: