feat(xpack): 更新omnidb和xrdp镜像

This commit is contained in:
xiaohu
2021-09-08 14:06:19 +08:00
parent 21d12a386a
commit 6a61790c70
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: