Skip to content

Commit

Permalink
fix(helm-chart): script file name typo in init config (#410)
Browse files Browse the repository at this point in the history
Co-authored-by: Amr Yassen <[email protected]>
  • Loading branch information
AmrAlaaYassen and Amr Yassen committed Aug 1, 2024
1 parent 77e78f5 commit a951b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.28.5
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 5.4.2
version: 5.4.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ initConfig:
echo "${TAC_SHA256_SUM} terragrunt-atlantis-config_${TAC_VERSION}_linux_amd64.tar.gz" | sha256sum -c
tar xf "terragrunt-atlantis-config_${TAC_VERSION}_linux_amd64.tar.gz"
cp -fv "terragrunt-atlantis-config_${TAC_VERSION}_linux_amd64/terragrunt-atlantis-config_${TAC_VERSION}_linux_amd64" "${TAC_FILE}"
chmod 755 "${TG_FILE}"
chmod 755 "${TAC_FILE}"
terragrunt-atlantis-config version
# -- Optionally specify hostAliases for the Atlantis pod.
Expand Down

0 comments on commit a951b05

Please sign in to comment.