Skip to content

Commit

Permalink
fix: 修正版本号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 5, 2024
1 parent 2b9151c commit 47f3e82
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/celery/deployment-celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{- $imageName := "core" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/chen/deployment-chen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "chen" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/core/deployment-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{- $imageName := "core" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/koko/deployment-koko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "koko" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/lion/deployment-lion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "lion" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/magnus/deployment-magnus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{- $imageName := "magnus" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/pre-install-initdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $imageName := "core" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: batch/v1
kind: Job
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/razor/deployment-razor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "razor" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/video/deployment-video.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "video-worker" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/web/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "web" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion charts/jumpserver/templates/xrdp/deployment-xrdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- $imageName := "xrdp" }}
{{- $imageTag := $.Chart.AppVersion }}
{{- $imageSuffix := $.Values.xpack.enabled | ternary "ee" "ce" }}
{{- $imageWithTag := printf "%s/%s/%s:v%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}
{{- $imageWithTag := printf "%s/%s/%s:%s-%s" $registryName $imageOwner $imageName $imageTag $imageSuffix | quote }}

apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 47f3e82

Please sign in to comment.