Skip to content

Commit 19723b3

Browse files
committed
Revert argo cd version and add cf account id in workflow
1 parent e7a3226 commit 19723b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2222
AWS_DEFAULT_REGION: ap-southeast-1
2323
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
24+
TF_VAR_cloudflare_account_id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2425
TF_VAR_cloudflare_tunnel_name: ${{ vars.CLOUDFLARE_TUNNEL_NAME }}
2526
TF_VAR_cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2627
TF_VAR_github_token: ${{ secrets.GH_TOKEN }}

infrastructure/terraform/modules/helm/releases.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
repository = "https://argoproj.github.io/argo-helm"
66
chart = "argo-cd"
77
namespace = "argocd"
8-
version = "8.0.12"
8+
version = "8.0.3"
99
values = {
1010
"hostname" = var.cloudflare_domain
1111
}

0 commit comments

Comments
 (0)