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 }} {{- with .Values.omnidb }}
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }} {{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-omnidb" }}
{{- $containerName := "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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:

View File

@ -2,7 +2,7 @@
{{- with .Values.xrdp }} {{- with .Values.xrdp }}
{{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }} {{- $fullName := printf "%s-%s" (include "jumpserver.fullname" $) "jms-xrdp" }}
{{- $containerName := "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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata: