Compare commits
4 Commits
c485f70db5
...
e1fd2d9f16
Author | SHA1 | Date | |
---|---|---|---|
e1fd2d9f16 | |||
b00d3a6a14 | |||
fd2c32ed30 | |||
12e0b0cfcf |
@ -25,7 +25,7 @@ argo-events:
|
||||
# do NOT use -alpine tag as the entrypoint differs
|
||||
versions:
|
||||
- version: 2.10.11
|
||||
natsImage: nats:2.11.1-scratch
|
||||
natsImage: nats:2.11.4-scratch
|
||||
metricsExporterImage: natsio/prometheus-nats-exporter:0.17.3
|
||||
configReloaderImage: natsio/nats-server-config-reloader:0.14.1
|
||||
startCommand: /nats-server
|
||||
|
@ -19,7 +19,7 @@ dependencies:
|
||||
version: 0.2.1
|
||||
repository: https://cdn.zero-downtime.net/charts/
|
||||
- name: kube-prometheus-stack
|
||||
version: 73.0.0
|
||||
version: 73.1.0
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
- name: prometheus-adapter
|
||||
version: 4.11.0
|
||||
|
@ -41,12 +41,6 @@ haproxy:
|
||||
|
||||
|
||||
{{- define "network-argo" }}
|
||||
# Metallb
|
||||
ignoreDifferences:
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
jsonPointers:
|
||||
- /spec/conversion/webhook/clientConfig/caBundle
|
||||
{{- end }}
|
||||
|
||||
{{ include "kubezero-app.app" . }}
|
||||
|
9
charts/kubezero/templates/policy.yaml
Normal file
9
charts/kubezero/templates/policy.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
{{- define "policy-values" }}
|
||||
kyverno:
|
||||
test: true
|
||||
{{- end }}
|
||||
|
||||
{{- define "policy-argo" }}
|
||||
{{- end }}
|
||||
|
||||
{{ include "kubezero-app.app" . }}
|
@ -30,6 +30,10 @@ addons:
|
||||
aws-eks-asg-rolling-update-handler:
|
||||
enabled: false
|
||||
|
||||
policy:
|
||||
enabled: false
|
||||
targetRevision: 0.1.0
|
||||
|
||||
network:
|
||||
enabled: true
|
||||
retain: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user