Merge pull request #18 from lvxiaohu/main

feat(xpack):  更新omnidb和xrdp镜像
This commit is contained in:
吴小白 2021-09-08 14:21:03 +08:00 committed by GitHub
commit 85e22ece52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: