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 Oct 16, 2024
1 parent 079558c commit d118a9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/cert-manager-webhook-pdns/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "helm-cert-manager" {
timeout = "600s"

values = {
installCRDs = "true"
installCRDs = true
}
}

Expand Down
1 change: 0 additions & 1 deletion images/clang/examples/hello/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion images/k8ssandra-operator/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "helm_cert_manager" {
chart = "cert-manager"

values = {
installCRDs = "true"
installCRDs = true
}
}

Expand Down
7 changes: 5 additions & 2 deletions images/thanos-operator/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ resource "imagetest_harness_k3s" "this" {
module "install" {
source = "../../../tflib/imagetest/helm"

repo = "https://kubernetes-charts.banzaicloud.com"
chart = "thanos-operator"
# Chart repo DNS has been down since Oct 3, 2024, see https://github.com/banzaicloud/banzai-charts/issues/1350
# It doesn't seem that the repo is actively maintained, and unclear if/when there will be a fix
# For now, grab the helm chart from the GitHub repo directly
git_repo = "https://github.com/banzaicloud/thanos-operator.git"
chart = "charts/thanos-operator"

values = {
image = {
Expand Down

0 comments on commit d118a9f

Please sign in to comment.