Skip to content

Commit

Permalink
ecr image
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal2001 <[email protected]>
  • Loading branch information
anushkamittal2001 committed Feb 9, 2024
1 parent 3bbd676 commit 154b7ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ webhooksCleanup:
# -- Create a helm pre-delete hook to cleanup webhooks.
enabled: true
# -- `kubectl` image to run commands for deleting webhooks.
image: ghcr.io/nirmata/kubectl:1.29.0
image: 709825985650.dkr.ecr.us-east-1.amazonaws.com/nirmata/kubectl:1.29.0
# -- Image pull secrets
imagePullSecrets: []

Expand Down Expand Up @@ -429,9 +429,9 @@ cleanupJobs:

image:
# -- (string) Image registry
registry: ~
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
# -- Image repository
repository: ghcr.io/nirmata/kubectl
repository: nirmata/kubectl
# -- Image tag
# Defaults to `latest` if omitted
tag: '1.29.0'
Expand Down Expand Up @@ -500,9 +500,9 @@ cleanupJobs:

image:
# -- (string) Image registry
registry: ~
registry: 709825985650.dkr.ecr.us-east-1.amazonaws.com
# -- Image repository
repository: ghcr.io/nirmata/kubectl
repository: nirmata/kubectl
# -- Image tag
# Defaults to `latest` if omitted
tag: '1.29.0'
Expand Down

0 comments on commit 154b7ad

Please sign in to comment.