Skip to content

Commit 3cfdc7d

Browse files
committed
add bitnami docs
1 parent ed81859 commit 3cfdc7d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/troubleshooting.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ icon: tools
44
# Troubleshooting
55
This list is used to track issues and their remedies.
66

7+
## Docker Image Not Found - Bitnami Legacy Images and Helm Charts
8+
When installing helm charts that use legacy Bitnami images, you may encounter errors like:
9+
```
10+
Back-off pulling image "docker.io/bitnami/redis:7.2.2-debian-11-r0":ErrImagePull: rpc error: code = NotFound desc = failed to pull and unpack image "docker.io/bitnami/redis:7.2.2-debian-11-r0": failed to resolve reference "docker.io/bitnami/redis:7.2.2-debian-11-r0": docker.io/bitnami/redis:7.2.2-debian-11-r0: not found
11+
```
12+
This happens because some older Bitnami image versions are now located in the `bitnamilegacy` repository instead of the main `bitnami` repository. To solve the above issue, try providing custom image repository and registry to the helm chart. For example, for redis, you can set helm values like so:
13+
```
14+
image:
15+
repository: bitnamilegacy/redis
16+
registry: docker.io
17+
```
18+
719
## Low Ephemeral Storage Issue
820
Our new Terraform modules use a default ephemeral storage which might not be enough for certain workloads. This leads to an error similar to the following on deployments:
921
```

0 commit comments

Comments
 (0)