Compare commits

..

No commits in common. "088c3cacd14940f049305daef70b0260a8a29f9c" and "6f69dfd8e9b2ccde6bc9b60904be7a254fbae563" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -38,15 +38,14 @@ Kubernetes: `>= 1.31.0-0`
| argo.argocd-image-updater.enabled | bool | `false` | |
| argo.enabled | bool | `false` | |
| argo.namespace | string | `"argocd"` | |
| argo.targetRevision | string | `"0.3.2"` | |
| argo.targetRevision | string | `"0.3.1"` | |
| cert-manager.enabled | bool | `false` | |
| cert-manager.namespace | string | `"cert-manager"` | |
| cert-manager.targetRevision | string | `"0.9.12"` | |
| falco.enabled | bool | `false` | |
| falco.k8saudit.enabled | bool | `false` | |
| falco.targetRevision | string | `"0.1.2"` | |
| global.aws.accountId | string | `"123456789012"` | |
| global.aws.region | string | `"the-moon"` | |
| global.aws | object | `{}` | |
| global.clusterName | string | `"zdt-trial-cluster"` | |
| global.gcp | object | `{}` | |
| global.highAvailable | bool | `false` | |

View File

@ -98,10 +98,6 @@ proxyProtocol: {{ default true (index .Values "istio-ingress" "proxyProtocol") }
hardening:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with (index .Values "istio-ingress" "httpFilter") }}
httpFilter:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}

View File

@ -93,10 +93,6 @@ proxyProtocol: {{ default true (index .Values "istio-private-ingress" "proxyProt
hardening:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with (index .Values "istio-private-ingress" "httpFilter") }}
httpFilter:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}