Skip to content

Commit

Permalink
use bitnami image:
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 6, 2025
1 parent 8ef9312 commit 0a89848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ to loki.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.87.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.89.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.17.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 2.35.1 |

## Modules

Expand All @@ -42,7 +41,6 @@ to loki.
| Name | Type |
|------|------|
| [helm_release.loki](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [kubernetes_namespace.ns](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/namespace) | resource |
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
| [aws_s3_bucket.s3_server_access_logs](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket) | data source |

Expand Down
12 changes: 6 additions & 6 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ locals {
enabled = true
dest_path = null
name = "grafana/loki"
source_image = "grafana/loki"
source_registry = "docker.io"
source_image = "bitnami/grafana-loki"
source_registry = "public.ecr.aws"
source_tag = var.loki_tag
tag = var.loki_tag
},
Expand All @@ -30,8 +30,8 @@ locals {
enabled = true
dest_path = null
name = "memcached"
source_image = "memcached"
source_registry = "docker.io"
source_image = "bitnami/memcached"
source_registry = "public.ecr.aws"
source_tag = var.memcached_tag
tag = var.memcached_tag
},
Expand Down Expand Up @@ -66,8 +66,8 @@ locals {
enabled = true
dest_path = null
name = "grafana/nginx-unprivileged"
source_image = "nginxinc/nginx-unprivileged"
source_registry = "docker.io"
source_image = "nginx/nginx-unprivileged"
source_registry = "public.ecr.aws"
source_tag = var.gateway_tag
tag = var.gateway_tag
},
Expand Down

0 comments on commit 0a89848

Please sign in to comment.