File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
14141515type : application
16- version : 1.9.0
16+ version : 1.9.1
1717appVersion : " 1.0.0"
Original file line number Diff line number Diff line change 7575
7676{{- $config := merge $config (dict "proxy" (include "host.proxy_config" . | fromYaml)) }}
7777
78- {{- if and (include "common.semver.is_valid" .Values.host_windows.image.tag) (semverCompare ">= 0.8.0" .Values.host_windows.image.tag) }}
78+ {{- if and (include "common.semver.is_valid" .Values.host_windows.image.tag) (semverCompare ">= 0.8.0-0 " .Values.host_windows.image.tag) }}
7979{{- $runtimeAdditionalSettings := (include "host.windows.runtime_config_override" .) | fromYaml }}
8080{{- $_ := set $runtimeAdditionalSettings "k8s_cluster_name" .Values.cluster_config.name -}}
8181{{- $config := merge $config (dict "internals" (dict "agent_runtime" (dict "additional_settings" $runtimeAdditionalSettings))) }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
99data :
1010 host-shield.yaml : |
1111 {{- include "host.windows.host_shield_config" . | nindent 4 }}
12- {{- if and (include "common.semver.is_valid" .Values.host_windows.image.tag) (semverCompare "< 0.8.0" .Values.host_windows.image.tag) }}
12+ {{- if and (include "common.semver.is_valid" .Values.host_windows.image.tag) (semverCompare "< 0.8.0-0 " .Values.host_windows.image.tag) }}
1313 dragent.yaml : |
1414 {{- include "host.windows.configmap" . | nindent 4 }}
1515{{- end }}
You can’t perform that action at this time.
0 commit comments