File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,8 @@ global:
117117 image :
118118 registry : wiziopublic.azurecr.io/wiz-app
119119 fedRegistry : publicregistryfedrampwizio.azurecr.us/wiz-app
120- # Use this if you are deploying on federal environments with FIPS endpoints.
121- # repository: wiz-broker-fips
122120 repository : wiz-broker
121+ fedRepository : wiz-broker-fips
123122 pullPolicy : Always # Always pull the image on every deployment
124123 # Overrides the image tag whose default is the chart appVersion.
125124 tag : " "
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ log levels
149149
150150{ {- define " wiz-sensor-disk-scanner.image" -} }
151151 { {- if .Values.global.isFedRamp -} }
152- { { .Values.image.fedRegistry } }/{ { .Values.image.repository } }:{ { .Values.image.tag | default .Chart.AppVersion } }
152+ { { .Values.image.fedRegistry } }/{ { .Values.image.diskScanRepository } }:{ { .Values.image.diskScanTag } }
153153 { {- else -} }
154154 { {- if (coalesce .Values.global.image.registry .Values.image.registry) -} }
155155 { { printf " %s/%s:%s" (coalesce .Values.global.image.registry .Values.image.registry) .Values.image.diskScanRepository .Values.image.diskScanTag } }
@@ -161,7 +161,7 @@ log levels
161161
162162{ {- define " wiz-sensor.image" -} }
163163 { {- if .Values.global.isFedRamp -} }
164- { { .Values.image.fedRegistry } }/{ { .Values.image.repository } }:{ { .Values.image.tag | default .Chart.AppVersion } }
164+ { { .Values.image.fedRegistry } }/{ { .Values.image.repository } }:{ { .Values.image.tag } }
165165 { {- else -} }
166166 { {- if (coalesce .Values.global.image.registry .Values.image.registry) -} }
167167 { { printf " %s/%s:%s" (coalesce .Values.global.image.registry .Values.image.registry) .Values.image.repository .Values.image.tag } }
You can’t perform that action at this time.
0 commit comments