Skip to content

Commit

Permalink
PAF-299: Investigate date format
Browse files Browse the repository at this point in the history
- update ims-resolver image
- update yarn.lock
  • Loading branch information
Rhodine-orleans-lindsay committed Aug 15, 2024
1 parent bb97785 commit 90aeaae
Show file tree
Hide file tree
Showing 2 changed files with 2,476 additions and 2,367 deletions.
8 changes: 4 additions & 4 deletions kube/ims-resolver/ims-resolver-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: ims-resolver
image: quay.io/ukhomeofficedigital/ims-resolver:1ce7ba09ab5c8dbea704ede2f5663c80028b70f1
image: quay.io/ukhomeofficedigital/ims-resolver:0b2fbad812132ef2f3d8840538481c9338e8df28
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand All @@ -51,8 +51,8 @@ spec:
- configMapRef:
name: imscertchain-store
env:
# - name: NODE_TLS_REJECT_UNAUTHORIZED
# value: "0"
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: "0"
- name: NODE_EXTRA_CA_CERTS
value: "/etc/ssl/certs/ims-prp1-ca.crt"
- name: TZ
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
name: keycloak-user
key: password
# {{ if or (eq .KUBE_NAMESPACE .BRANCH_ENV) (eq .KUBE_NAMESPACE .UAT_ENV) }}
#- name: NODE_TLS_REJECT_UNAUTHORIZED
# - name: NODE_TLS_REJECT_UNAUTHORIZED
# value: "0"
# {{ end }}
{{ if (eq .KUBE_NAMESPACE .BRANCH_ENV) }}
Expand Down
Loading

0 comments on commit 90aeaae

Please sign in to comment.