Skip to content

Commit

Permalink
Bump tf providers
Browse files Browse the repository at this point in the history
Also fix an issue with wolfictl apko config (command -> cmd).

Signed-off-by: Jon Johnson <[email protected]>
  • Loading branch information
jonjohnsonjr committed Dec 14, 2023
1 parent d23d3d4 commit 1ad0cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion images/wolfictl/configs/latest.apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ contents:
entrypoint:
command: /usr/bin/wolfictl

command: -h
cmd: -h
6 changes: 3 additions & 3 deletions tflib/publisher/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
cosign = {
source = "chainguard-dev/cosign"
version = "0.0.16"
version = "0.0.17"
}
apko = {
source = "chainguard-dev/apko"
version = "0.8.9"
version = "0.12.0"
}
}
}
Expand All @@ -22,7 +22,7 @@ variable "extra_packages" {

module "this" {
source = "chainguard-dev/apko/publisher"
version = "0.0.9"
version = "0.0.10"

target_repository = var.target_repository
config = var.config
Expand Down

0 comments on commit 1ad0cfc

Please sign in to comment.