Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent 5abebd9 commit 18cb029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/prometheus-blackbox-exporter/config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ variable "extra_packages" {

variable "extra_repositories" {
description = "The additional repositores to install from (e.g. extras)."
default = ["https://packages.cgr.dev/extras"]
default = []
}

variable "extra_keyring" {
description = "The additional keys to use (e.g. extras)."
default = ["https://packages.cgr.dev/extras/chainguard-extras.rsa.pub"]
default = []
}

output "config" {
Expand Down

0 comments on commit 18cb029

Please sign in to comment.