feat(docker): add git and vim to Dockerfile; update helm chart version to 1.3.2 and image tag to 2.22.0
这个提交包含在:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@ spec:
|
||||
repo: https://halo-sigs.github.io/charts/
|
||||
chart: halo
|
||||
targetNamespace: apps
|
||||
# 1.2.3版本报错,暂时回退到1.2.2
|
||||
version: 1.2.2
|
||||
version: 1.3.2
|
||||
valuesContent: |-
|
||||
affinity:
|
||||
podAffinity:
|
||||
@@ -23,7 +22,7 @@ spec:
|
||||
namespaceSelector: {}
|
||||
image:
|
||||
repository: halohub/halo-pro
|
||||
tag: 2.21.10
|
||||
tag: 2.22.0
|
||||
service:
|
||||
type: ClusterIP
|
||||
ingress:
|
||||
|
||||
在新议题中引用
屏蔽一个用户