Skip to content

Commit

Permalink
chore: Bump Agent image version
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
argoyle authored Sep 27, 2024
1 parent ca17019 commit 84294e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
version = "0.43.2"
agent_version = "0.43.2"
agent_version = "0.43.3"
yaml = templatefile("${path.module}/custom-resources.yaml.tmpl", {
cluster_name = var.cluster_name
external_labels = merge({ cluster = var.cluster_name }, var.external_labels)
Expand Down

0 comments on commit 84294e0

Please sign in to comment.