We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ee8f88 + cffcde1 commit 3761c8aCopy full SHA for 3761c8a
haproxy.tf
@@ -1,6 +1,6 @@
1
resource "helm_release" "haproxy" {
2
name = "haproxy"
3
- repository = "https://charts.bitnami.com/bitnami"
+ repository = "oci://registry-1.docker.io/bitnamicharts"
4
chart = "haproxy"
5
version = var.haproxy_chart_version
6
namespace = var.relay_name
variables.tf
@@ -50,7 +50,7 @@ variable "loki_endpoint" {
50
variable "haproxy_chart_version" {
51
description = "Haproxy helm chart version"
52
type = string
53
- default = "2.2.28"
+ default = "2.2.17"
54
}
55
56
variable "haproxy_replicas_count" {
0 commit comments