Skip to content

Commit

Permalink
[DOP-2372] Fix: helm repo for charts moved to harbor.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanOkolita committed Nov 18, 2024
1 parent 017cc42 commit c2e3e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure/ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ resource "helm_release" "external-secrets" {
name = "external-secrets"
create_namespace = true
namespace = "default"
repository = "https://charts.external-secrets.io/"
repository = var.ipa_repo
chart = "external-secrets"
version = var.external_secrets_version
wait = true
Expand Down
4 changes: 2 additions & 2 deletions azure/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ resource "helm_release" "keda-monitoring" {
name = "keda"
create_namespace = true
namespace = "default"
repository = "https://kedacore.github.io/charts"
repository = var.ipa_repo
chart = "keda"
version = var.keda_version
wait = true
Expand Down Expand Up @@ -433,7 +433,7 @@ resource "helm_release" "opentelemetry-collector" {
name = "opentelemetry-collector"
create_namespace = true
namespace = "default"
repository = "https://open-telemetry.github.io/opentelemetry-helm-charts"
repository = var.ipa_repo
chart = "opentelemetry-collector"
version = var.opentelemetry-collector_version

Expand Down

0 comments on commit c2e3e0a

Please sign in to comment.