mirror of https://github.com/Mai-with-u/MaiBot.git
update: 更新helm chart镜像版本
parent
b4342d7f7f
commit
81476b3e3c
|
|
@ -29,7 +29,7 @@ spec:
|
||||||
value: 99f08e0cab0190de853cb6af7d64d4de
|
value: 99f08e0cab0190de853cb6af7d64d4de
|
||||||
- name: PRIVACY_AGREE
|
- name: PRIVACY_AGREE
|
||||||
value: 9943b855e72199d0f5016ea39052f1b6
|
value: 9943b855e72199d0f5016ea39052f1b6
|
||||||
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.2-beta" }}
|
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.3-beta" }}
|
||||||
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
@ -69,7 +69,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- python3
|
- python3
|
||||||
workingDir: /MaiMBot
|
workingDir: /MaiMBot
|
||||||
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.2-beta" }}
|
image: {{ .Values.core.image.repository | default "sengokucola/maibot" }}:{{ .Values.core.image.tag | default "0.11.3-beta" }}
|
||||||
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.core.image.pullPolicy }}
|
||||||
name: setup-plugins
|
name: setup-plugins
|
||||||
resources: { }
|
resources: { }
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: adapter-cm-generator
|
- name: adapter-cm-generator
|
||||||
image: {{ .Values.adapter.cm_generator.image.repository | default "reg.mikumikumi.xyz/maibot/adapter-cm-generator" }}:{{ .Values.adapter.cm_generator.image.tag | default "0.11.2-beta" }}
|
image: {{ .Values.adapter.cm_generator.image.repository | default "reg.mikumikumi.xyz/maibot/adapter-cm-generator" }}:{{ .Values.adapter.cm_generator.image.tag | default "0.11.3-beta" }}
|
||||||
workingDir: /app
|
workingDir: /app
|
||||||
env:
|
env:
|
||||||
- name: PYTHONUNBUFFERED
|
- name: PYTHONUNBUFFERED
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
value: "{{ .Values.napcat.permission.uid }}"
|
value: "{{ .Values.napcat.permission.uid }}"
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Asia/Shanghai
|
value: Asia/Shanghai
|
||||||
image: {{ .Values.napcat.image.repository | default "mlikiowa/napcat-docker" }}:{{ .Values.napcat.image.tag | default "v4.9.70" }}
|
image: {{ .Values.napcat.image.repository | default "mlikiowa/napcat-docker" }}:{{ .Values.napcat.image.tag | default "v4.9.72" }}
|
||||||
imagePullPolicy: {{ .Values.napcat.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.napcat.image.pullPolicy }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ adapter:
|
||||||
cm_generator:
|
cm_generator:
|
||||||
image:
|
image:
|
||||||
repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator
|
repository: # 默认 reg.mikumikumi.xyz/maibot/adapter-cm-generator
|
||||||
tag: # 默认 0.11.2-beta
|
tag: # 默认 0.11.3-beta
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@ core:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: # 默认 sengokucola/maibot
|
repository: # 默认 sengokucola/maibot
|
||||||
tag: # 默认 0.11.2-beta
|
tag: # 默认 0.11.3-beta
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
|
|
@ -117,7 +117,7 @@ napcat:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: # 默认 mlikiowa/napcat-docker
|
repository: # 默认 mlikiowa/napcat-docker
|
||||||
tag: # 默认 v4.9.70
|
tag: # 默认 v4.9.72
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
pullSecrets: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue