[Agent][Deploy] - cmii update
This commit is contained in:
@@ -105,7 +105,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/emqx:5.5.1
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/emqx:5.5.1
|
||||
image: {{ .HarborIP }}emqx:5.5.1
|
||||
{{- end }}
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/mongo:5.0
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/mongo:5.0
|
||||
image: {{ .HarborIP }}mongo:5.0
|
||||
{{- end }}
|
||||
resources: {}
|
||||
ports:
|
||||
|
||||
@@ -311,7 +311,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/bitnami-shell:11-debian-11-r136
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/bitnami-shell:11-debian-11-r136
|
||||
image: {{ .HarborIP }}bitnami-shell:11-debian-11-r136
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
command:
|
||||
@@ -329,7 +329,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/mysql:8.1.0-debian-11-r42
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/mysql:8.1.0-debian-11-r42
|
||||
image: {{ .HarborIP }}mysql:8.1.0-debian-11-r42
|
||||
{{- end }}
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
securityContext:
|
||||
|
||||
@@ -84,7 +84,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/nacos-server:v2.1.2
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/nacos-server:v2.1.2
|
||||
image: {{ .HarborIP }}nacos-server:v2.1.2
|
||||
{{- end }}
|
||||
ports:
|
||||
- containerPort: 8848
|
||||
|
||||
@@ -195,7 +195,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/bitnami-shell:11-debian-11-r136
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/bitnami-shell:11-debian-11-r136
|
||||
image: {{ .HarborIP }}bitnami-shell:11-debian-11-r136
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
command:
|
||||
@@ -218,7 +218,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/rabbitmq:3.9.12-debian-10-r3
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/rabbitmq:3.9.12-debian-10-r3
|
||||
image: {{ .HarborIP }}rabbitmq:3.9.12-debian-10-r3
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
env:
|
||||
|
||||
@@ -356,7 +356,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/redis:6.2.6-debian-10-r0
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/redis:6.2.6-debian-10-r0
|
||||
image: {{ .HarborIP }}redis:6.2.6-debian-10-r0
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
securityContext:
|
||||
@@ -494,7 +494,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/bitnami-shell:6.2.6-debian-10-r0
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/bitnami-shell:6.2.6-debian-10-r0
|
||||
image: {{ .HarborIP }}bitnami-shell:6.2.6-debian-10-r0
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user