Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Meaningful prefix for the job resource name. Must be under 52 chars in length to
Use the build/bin/set-cli-image-digest.sh script to update this value across all charts.
Included in $_job_hash (see below).
*/}}
{{- $_cli_image_digest := "sha256:1c5701a24c9796e02b33036f56babbe74032831e1db733ce9228a46dce4a870b" }}
{{- $_cli_image_digest := "sha256:9e7ed8519ef03a59f784bfe1b31241942c3dd5b439a2b9af62e5ffcd2116c33c" }}

{{- /*
A dict of values that influence the behaviour of the job in some way.
Expand All @@ -27,7 +27,7 @@ Increment this value whenever you make a change to an immutable field of the Job
E.g. passing in a new environment variable.
Included in $_job_hash (see below).
*/}}
{{- $_job_version := "v3" }}
{{- $_job_version := "v4" }}

{{- /*
10 char hash appended to the job name taking into account $_job_config_values, $_job_version and $_cli_image_digest
Expand Down Expand Up @@ -139,7 +139,9 @@ spec:
- name: CIS_ENTRIES_TO_ADD
value: "{{ .Values.cis_entries_to_add }}"
- name: CIS_ALLOWED_IPS
value: "{{ .Values.cis_allowed_ips }}"
value: "{{ .Values.cis_allowed_ips }}"
- name: MAS_CHANNEL
value: "{{ .Values.mas_channel }}"

- name: SM_AWS_REGION
value: "{{ .Values.sm_aws_region }}"
Expand Down Expand Up @@ -197,6 +199,7 @@ spec:
echo "DELETE_WILDCARDS Flag ............... ${COLOR_MAGENTA}${DELETE_WILDCARDS}"
echo "OVERRIDE_EDGE_CERTS Flag ............ ${COLOR_MAGENTA}${OVERRIDE_EDGE_CERTS}"
echo "CIS_ENTRIES_TO_ADD ................. ${COLOR_MAGENTA}${CIS_ENTRIES_TO_ADD}"
echo "MAS Channel ......................... ${COLOR_MAGENTA}${MAS_CHANNEL}"

echo "OCP_INGRESS ........................ ${COLOR_MAGENTA}${OCP_INGRESS}"
echo "SM_AWS_REGION ....................... ${COLOR_MAGENTA}${SM_AWS_REGION}"
Expand Down
Loading