Skip to content

Commit

Permalink
Updating helm bitnami charts url
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaspadilha committed Nov 26, 2024
1 parent 98f3f71 commit 17da588
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "helm_release" "rabbitmq" {
name = "rabbitmq"

repository = "https://charts.bitnami.com/bitnami"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "rabbitmq"
namespace = var.namespace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "helm_release" "redis" {
name = "redis"

repository = "https://charts.bitnami.com/bitnami"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "redis"
namespace = var.namespace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "helm_release" "rabbitmq" {
name = "rabbitmq"

repository = "https://charts.bitnami.com/bitnami"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "rabbitmq"
namespace = var.namespace

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "helm_release" "redis" {
name = "redis"

repository = "https://charts.bitnami.com/bitnami"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "redis"
namespace = var.namespace

Expand Down

0 comments on commit 17da588

Please sign in to comment.