Skip to content

Commit

Permalink
fix: update to fix bool conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 12, 2024
1 parent 13db08c commit af66f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitops/base-install/image-updater/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
api_url: https://530052405138.dkr.ecr.us-gov-west-1.amazonaws.com
prefix: 530052405138.dkr.ecr.us-gov-west-1.amazonaws.com
default: true
ping: yes
insecure: no
ping: true
insecure: false
credentials: ext:/scripts/ecr-login.sh
credsexpire: 6h
extraEnv:
Expand Down

0 comments on commit af66f1e

Please sign in to comment.