feat(apps): 升级集群应用版本

这个提交包含在:
2024-12-13 17:19:34 +08:00
未验证
父节点 3096d90779
当前提交 f22c1caf17
修改 8 个文件,包含 39 行新增10 行删除
@@ -9,7 +9,7 @@ spec:
repo: https://charts.jetstack.io repo: https://charts.jetstack.io
chart: cert-manager chart: cert-manager
targetNamespace: infra-devops targetNamespace: infra-devops
version: v1.16.1 version: v1.16.2
valuesContent: |- valuesContent: |-
affinity: affinity:
nodeAffinity: nodeAffinity:
+1 -1
查看文件
@@ -36,7 +36,7 @@ spec:
postgresql-ha: postgresql-ha:
enabled: false enabled: false
image: image:
tag: 1.22.3 tag: 1.22.5
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
+1 -1
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://vmware-tanzu.github.io/helm-charts repo: https://vmware-tanzu.github.io/helm-charts
chart: velero chart: velero
targetNamespace: infra-devops targetNamespace: infra-devops
version: 8.0.0 version: 8.1.0
valuesContent: |- valuesContent: |-
affinity: affinity:
nodeAffinity: nodeAffinity:
+1 -1
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://grafana.github.io/helm-charts repo: https://grafana.github.io/helm-charts
chart: loki chart: loki
targetNamespace: infra-monitor targetNamespace: infra-monitor
version: 6.21.0 version: 6.23.0
valuesContent: |- valuesContent: |-
deploymentMode: SingleBinary deploymentMode: SingleBinary
gateway: gateway:
+1 -1
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack chart: kube-prometheus-stack
targetNamespace: infra-monitor targetNamespace: infra-monitor
version: 66.2.2 version: 66.4.0
valuesContent: |- valuesContent: |-
kubeControllerManager: kubeControllerManager:
enabled: false enabled: false
+31 -4
查看文件
@@ -7,11 +7,11 @@ spec:
repo: https://crowdsecurity.github.io/helm-charts repo: https://crowdsecurity.github.io/helm-charts
chart: crowdsec chart: crowdsec
targetNamespace: infra-net targetNamespace: infra-net
version: 0.13.0 version: 0.15.0
valuesContent: |- valuesContent: |-
container_runtime: containerd container_runtime: containerd
image: image:
tag: v1.6.3 tag: v1.6.4
agent: agent:
# 由于dataScope为loki,所以此处强制要求部署在loki所在的节点 以节省网络资源 # 由于dataScope为loki,所以此处强制要求部署在loki所在的节点 以节省网络资源
nodeSelector: nodeSelector:
@@ -40,7 +40,6 @@ spec:
config: config:
enabled: false enabled: false
appsec: appsec:
enabled: true
affinity: affinity:
nodeAffinity: nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
@@ -51,9 +50,27 @@ spec:
operator: In operator: In
values: values:
- cn-hk - cn-hk
enabled: false
acquisitions:
- source: appsec
listen_addr: "0.0.0.0:7422"
path: /
appsec_config: crowdsecurity/crs-vpatch
labels:
type: appsec
configs:
mycustom-appsec-config.yaml: |
name: crowdsecurity/crs-vpatch
default_remediation: ban
#log_level: debug
outofband_rules:
- crowdsecurity/crs
inband_rules:
- crowdsecurity/base-config
- crowdsecurity/vpatch-*
env: env:
- name: COLLECTIONS - name: COLLECTIONS
value: "crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules" value: "crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-crs"
lapi: lapi:
affinity: affinity:
nodeAffinity: nodeAffinity:
@@ -87,6 +104,16 @@ spec:
user: app user: app
password: nyrHzh9WWlDZzvVw7bDFo74gKb9zsls0Sy7OwRTDWiRTNPQQQkW85taUFAoX2AIC password: nyrHzh9WWlDZzvVw7bDFo74gKb9zsls0Sy7OwRTDWiRTNPQQQkW85taUFAoX2AIC
sslmode: require sslmode: require
api:
server:
auto_registration:
enabled: true
token: "${REGISTRATION_TOKEN}"
allowed_ranges:
- "127.0.0.1/32"
- "192.168.0.0/16"
- "172.16.0.0/12"
- "10.0.0.0/8"
# api profiles.yaml配置 # api profiles.yaml配置
profiles.yaml: | profiles.yaml: |
name: captcha_remediation name: captcha_remediation
+2
查看文件
@@ -124,6 +124,8 @@ spec:
value: "live" value: "live"
- name: CACHE_EXPIRATION - name: CACHE_EXPIRATION
value: "3" value: "3"
- name: UPDATE_FREQUENCY
value: "10"
- name: REQUEST_TIMEOUT - name: REQUEST_TIMEOUT
value: "1000" value: "1000"
- name: CAPTCHA_PROVIDER - name: CAPTCHA_PROVIDER
+1 -1
查看文件
@@ -6,7 +6,7 @@ metadata:
spec: spec:
repo: https://devcm-repo.github.io/helm-charts repo: https://devcm-repo.github.io/helm-charts
chart: tailscale-derp chart: tailscale-derp
version: 0.0.4 version: 0.0.5
targetNamespace: infra-net targetNamespace: infra-net
valuesContent: |- valuesContent: |-
nodeSelector: nodeSelector: