Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Use blob URL with pinned commit sha for EKS Anywhere cronjob reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Dec 8, 2023
1 parent 1e7482d commit a37e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities/ecr-credential-helper/credential-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { OnSchedule } = ECRCredentialHelper;

/**
* Following the same schedule used by the EKS Anywhere CronJob used to refresh ECR tokens.
* https://github.com/aws/eks-anywhere-packages/blob/main/charts/eks-anywhere-packages/templates/cronjob.yaml#L18
* https://github.com/aws/eks-anywhere-packages/blob/492a930b6cc1791208b9ac6da9907331350ace5a/charts/eks-anywhere-packages/templates/cronjob.yaml#L18
*/
OnSchedule({
name: "refresh-ecr-token",
Expand Down

0 comments on commit a37e285

Please sign in to comment.