Skip to content

Commit 0f8d1fd

Browse files
committed
Update AKP and Kargo instance versions; add GitHub Actions account to ArgoCD config
1 parent 0e99047 commit 0f8d1fd

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

akuity-bootstrap/main.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ resource "akp_instance" "se-demo-iac" {
130130
}
131131
}
132132
argocd_cm = {
133-
"accounts.admin" = "login"
133+
"accounts.admin" = "login"
134+
"accounts.github-actions" = "apiKey"
134135
"dex.config" = <<-EOF
135136
connectors:
136137
- type: microsoft
@@ -156,6 +157,9 @@ resource "akp_instance" "se-demo-iac" {
156157
g, sedemo-admin, role:platform-team
157158
# grant auditor-role to readonly role
158159
g, sedemo-auditor, role:readonly
160+
# github-actions service account: refresh any ApplicationSet
161+
p, role:appset-refresh, applicationsets, get, */*, allow
162+
g, github-actions, role:appset-refresh
159163
EOF
160164
}
161165
# Set password for `admin` user.

akuity-bootstrap/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "akp_instance_name" {
1818
variable "akp_instance_version" {
1919
description = "The version of the AKP instance to create or update."
2020
type = string
21-
default = "v3.3.6-ak.79"
21+
default = "v3.3.9-ak.87"
2222
}
2323

2424
variable "kargo_instance_name" {
@@ -30,12 +30,12 @@ variable "kargo_instance_name" {
3030
variable "kargo_instance_version" {
3131
description = "The version of the Kargo instance to create or update."
3232
type = string
33-
default = "v1.10.0-rc.2"
33+
default = "v1.10.1-ak.0"
3434
}
3535
variable "kargo_agent_version" {
3636
description = "The version of the Kargo agent to create or update."
3737
type = string
38-
default = "0.5.86"
38+
default = "0.5.88"
3939
}
4040

4141
variable "kargo_agent_size" {

0 commit comments

Comments
 (0)