feat(docker): add git and vim to Dockerfile; update helm chart version to 1.3.2 and image tag to 2.22.0

这个提交包含在:
rohow
2025-12-24 12:06:29 +08:00
未验证
父节点 4d85aa4e35
当前提交 b31b988d54
修改 2 个文件,包含 2 行新增57 行删除
-54
查看文件
@@ -1,54 +0,0 @@
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: halo-shop
namespace: apps
spec:
repo: https://halo-sigs.github.io/charts/
chart: halo
targetNamespace: apps
# 1.2.3版本报错,暂时回退到1.2.2
version: 1.2.2
valuesContent: |-
affinity:
podAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
cnpg.io/cluster: cnpg17-cluster-hk
role: primary
topologyKey: kubernetes.io/hostname
namespaceSelector: {}
image:
repository: halohub/halo-pro
tag: 2.22.0-alpha.1
service:
type: ClusterIP
ingress:
enabled: true
ingressClassName: nginx
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Accept-Encoding "";
hostname: shop.dev.cm
path: /
pathType: Prefix
metrics:
enabled: true
mysql:
enabled: false
postgresql:
enabled: false
externalDatabase:
platform: postgresql
host: cnpg17-cluster-hk-rw.infra-data
port: 5432
user: app
password: FybaFtf6NV5jnxhj5bOPpHbO6KypZeHiyiskgAWkM5nioW2j82HtCf6GnW9xVKjE
database: halo_shop
haloUsername: rohow
haloExternalUrl: https://shop.dev.cm
+2 -3
查看文件
@@ -7,8 +7,7 @@ spec:
repo: https://halo-sigs.github.io/charts/ repo: https://halo-sigs.github.io/charts/
chart: halo chart: halo
targetNamespace: apps targetNamespace: apps
# 1.2.3版本报错,暂时回退到1.2.2 version: 1.3.2
version: 1.2.2
valuesContent: |- valuesContent: |-
affinity: affinity:
podAffinity: podAffinity:
@@ -23,7 +22,7 @@ spec:
namespaceSelector: {} namespaceSelector: {}
image: image:
repository: halohub/halo-pro repository: halohub/halo-pro
tag: 2.21.10 tag: 2.22.0
service: service:
type: ClusterIP type: ClusterIP
ingress: ingress: