Skip to content

Commit

Permalink
Default amd64, not arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Nov 15, 2024
1 parent 9ee1183 commit 0d563ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/aws-login/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
awsAccessKeyId: "Override"
awsSecretAccessKey: "Override"
pullSecretName: aws-login-credentials
cpuArch: "arm64"
cpuArch: "amd64"

awsEcr:
configName: aws-ecr-config
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/thecombine/charts/maintenance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ global:
imageRegistry: ""
# Default AWS S3 location
awsS3Location: "thecombine.app"
cpuArch: "arm64"
cpuArch: "amd64"

imageName: combine_maint

Expand Down

0 comments on commit 0d563ac

Please sign in to comment.