{"id":37720424,"url":"https://github.com/olopost/chartrepo","last_synced_at":"2026-01-16T13:31:58.530Z","repository":{"id":65544747,"uuid":"593239816","full_name":"olopost/chartrepo","owner":"olopost","description":"An helm chart repo for nginx s3 gateway and maybe more","archived":false,"fork":false,"pushed_at":"2025-02-22T09:03:18.000Z","size":115,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T09:40:40.193Z","etag":null,"topics":["gateway","helm","nginx","nginx-s3-gateway","s3"],"latest_commit_sha":null,"homepage":"https://www.meyn.fr","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olopost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T15:04:16.000Z","updated_at":"2025-02-22T09:03:22.000Z","dependencies_parsed_at":"2025-02-11T17:25:54.341Z","dependency_job_id":null,"html_url":"https://github.com/olopost/chartrepo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/olopost/chartrepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olopost%2Fchartrepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olopost%2Fchartrepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olopost%2Fchartrepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olopost%2Fchartrepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olopost","download_url":"https://codeload.github.com/olopost/chartrepo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olopost%2Fchartrepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gateway","helm","nginx","nginx-s3-gateway","s3"],"created_at":"2026-01-16T13:31:57.717Z","updated_at":"2026-01-16T13:31:58.524Z","avatar_url":"https://github.com/olopost.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-s3-gateway-chart\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/olopost)](https://artifacthub.io/packages/search?repo=olopost)\n\nThis chart deploy Nginx S3 gateway with customizable configuration\n\n## How to add this helm repository\n\n``` sh\nhelm repo add olopost https://olopost.github.io/nginx-s3-gateway-chart\n```\n\nto verify you can type the following command\n\n``` console\n$ helm repo list\n\nNAME         \tURL\nolopost      \thttps://olopost.github.io/nginx-s3-gateway-chart\n```\n\n## To deploy the helm\n\n``` sh\nhelm install nginx-s3 olopost/nginx-s3 -f values.yaml\n```\n\n# nginx-s3\n\n![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-20250217](https://img.shields.io/badge/AppVersion-latest--20250217-informational?style=flat-square)\n\nNginx S3 gateway\n\n## Values\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| affinity | object | `{}` |  |\n| autoscaling.enabled | bool | `false` |  |\n| autoscaling.maxReplicas | int | `100` |  |\n| autoscaling.minReplicas | int | `1` |  |\n| autoscaling.targetCPUUtilizationPercentage | int | `80` |  |\n| containerPort | int | `8080` |  |\n| fullnameOverride | string | `\"\"` |  |\n| image.pullPolicy | string | `\"IfNotPresent\"` |  |\n| image.repository | string | `\"ghcr.io/nginxinc/nginx-s3-gateway/nginx-oss-s3-gateway\"` |  |\n| image.tag | string | `\"unprivileged-oss\"` |  |\n| imagePullSecrets | list | `[]` |  |\n| ingress.annotations | object | `{}` |  |\n| ingress.className | string | `\"\"` |  |\n| ingress.enabled | bool | `false` |  |\n| ingress.hosts[0].host | string | `\"chart-example.local\"` |  |\n| ingress.hosts[0].paths[0].path | string | `\"/\"` |  |\n| ingress.hosts[0].paths[0].pathType | string | `\"ImplementationSpecific\"` |  |\n| ingress.tls | list | `[]` |  |\n| nameOverride | string | `\"\"` |  |\n| nginx.extraEnvs | list | `[]` |  |\n| nginx.s3.accessKey | string | `\"access\"` |  |\n| nginx.s3.allowDirectoryListing | bool | `false` |  |\n| nginx.s3.awsSigsVersion | int | `4` |  |\n| nginx.s3.awsregion | string | `\"fra\"` |  |\n| nginx.s3.bucketName | string | `\"name\"` |  |\n| nginx.s3.debug | bool | `false` |  |\n| nginx.s3.provideIndexPage | bool | `false` |  |\n| nginx.s3.region | string | `\"fra\"` |  |\n| nginx.s3.secretKey | string | `\"secret\"` |  |\n| nginx.s3.server.host | string | `\"localhost\"` |  |\n| nginx.s3.server.port | int | `443` |  |\n| nginx.s3.server.proto | string | `\"https\"` |  |\n| nginx.s3.style | string | `\"virtual\"` |  |\n| nodeSelector | object | `{}` |  |\n| podAnnotations | object | `{}` |  |\n| podSecurityContext | object | `{}` |  |\n| replicaCount | int | `1` |  |\n| resources | object | `{}` |  |\n| securityContext | object | `{}` |  |\n| service.port | int | `80` |  |\n| service.type | string | `\"ClusterIP\"` |  |\n| serviceAccount.annotations | object | `{}` |  |\n| serviceAccount.create | bool | `true` |  |\n| serviceAccount.name | string | `\"\"` |  |\n| tolerations | list | `[]` |  |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folopost%2Fchartrepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folopost%2Fchartrepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folopost%2Fchartrepo/lists"}