mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-19 23:47:54 +00:00
perf: 固定镜像版本
This commit is contained in:
parent
a104bba694
commit
4206649b47
@ -3,14 +3,14 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-celery" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $mysqlPort := printf "%s" (include "jumpserver.magnus.mysql.port" $) }}
|
||||
{{- $mariadbPort := printf "%s" (include "jumpserver.magnus.mariadb.port" $) }}
|
||||
{{- $redisPort := printf "%s" (include "jumpserver.magnus.redis.port" $) }}
|
||||
{{- $postgresqlPort := printf "%s" (include "jumpserver.magnus.postgresql.port" $) }}
|
||||
{{- $oraclePorts := printf "%s" (include "jumpserver.magnus.oracle.ports" $) }}
|
||||
{{- $imageName := $.Values.xpack.enabled | ternary "jumpserver/core-ee" "jumpserver/core-ce" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-chen" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/chen" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,14 +3,14 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-core" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $mysqlPort := printf "%s" (include "jumpserver.magnus.mysql.port" $) }}
|
||||
{{- $mariadbPort := printf "%s" (include "jumpserver.magnus.mariadb.port" $) }}
|
||||
{{- $redisPort := printf "%s" (include "jumpserver.magnus.redis.port" $) }}
|
||||
{{- $postgresqlPort := printf "%s" (include "jumpserver.magnus.postgresql.port" $) }}
|
||||
{{- $oraclePorts := printf "%s" (include "jumpserver.magnus.oracle.ports" $) }}
|
||||
{{- $imageName := $.Values.xpack.enabled | ternary "jumpserver/core-ee" "jumpserver/core-ce" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-kael" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/kael" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-koko" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/koko" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-lion" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/lion" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,7 +3,6 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-magnus" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $mysqlPort := printf "%s" (include "jumpserver.magnus.mysql.port" $) }}
|
||||
{{- $mariadbPort := printf "%s" (include "jumpserver.magnus.mariadb.port" $) }}
|
||||
{{- $redisPort := printf "%s" (include "jumpserver.magnus.redis.port" $) }}
|
||||
@ -12,7 +11,8 @@
|
||||
{{- $oraclePortStart := printf "%s" (include "jumpserver.magnus.oracle.port.start" $) | int }}
|
||||
{{- $oraclePortEnd := printf "%s" (include "jumpserver.magnus.oracle.port.end" $) | int }}
|
||||
{{- $imageName := "jumpserver/magnus" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -2,9 +2,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-init-db" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := $.Values.xpack.enabled | ternary "jumpserver/core-ee" "jumpserver/core-ce" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-razor" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/razor" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-video" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/video" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-web" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/web" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -3,9 +3,9 @@
|
||||
{{- $fullName := include "jumpserver.fullname" $ }}
|
||||
{{- $containerName := "jms-xrdp" }}
|
||||
{{- $registryName := $.Values.global.imageRegistry | default .image.registry }}
|
||||
{{- $tag := $.Values.global.imageTag | default .image.tag }}
|
||||
{{- $imageName := "jumpserver/xrdp" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $tag | quote }}
|
||||
{{- $imageTag := "v3.9.3" }}
|
||||
{{- $imageWithTag := printf "%s/%s:%s" $registryName $imageName $imageTag | quote }}
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
@ -12,7 +12,6 @@ fullnameOverride: ""
|
||||
##
|
||||
global:
|
||||
imageRegistry: "ghcr.io"
|
||||
imageTag: v3.9.3
|
||||
## E.g.
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
@ -84,7 +83,6 @@ core:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
@ -169,7 +167,6 @@ koko:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -254,7 +251,6 @@ lion:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
@ -339,7 +335,6 @@ magnus:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -423,7 +418,6 @@ chen:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -499,7 +493,6 @@ kael:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -577,7 +570,6 @@ xrdp:
|
||||
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -651,7 +643,6 @@ razor:
|
||||
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -725,7 +716,6 @@ video:
|
||||
|
||||
image:
|
||||
registry: registry.fit2cloud.com
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env: []
|
||||
@ -799,7 +789,6 @@ web:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
tag: v3.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user