Skip to content

Commit 3761c8a

Browse files
authored
Merge pull request #26 from ObolNetwork/chg_oci_version
chg repo to OCI + bump to 2.2.17
2 parents 9ee8f88 + cffcde1 commit 3761c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

haproxy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "helm_release" "haproxy" {
22
name = "haproxy"
3-
repository = "https://charts.bitnami.com/bitnami"
3+
repository = "oci://registry-1.docker.io/bitnamicharts"
44
chart = "haproxy"
55
version = var.haproxy_chart_version
66
namespace = var.relay_name

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ variable "loki_endpoint" {
5050
variable "haproxy_chart_version" {
5151
description = "Haproxy helm chart version"
5252
type = string
53-
default = "2.2.28"
53+
default = "2.2.17"
5454
}
5555

5656
variable "haproxy_replicas_count" {

0 commit comments

Comments
 (0)