Skip to content

Commit

Permalink
Added bumped READMES
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Jan 5, 2025
1 parent d0248ea commit 595105c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cloudflared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ helm install cloudflared raven/cloudflared
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"cloudflare/cloudflared"` | |
| image.tag | string | `"2024.12.1"` | |
| image.tag | string | `"2024.12.2"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/corvid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ helm install corvid raven/corvid
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"bitnami/kubectl"` | |
| image.tag | string | `"1.31.3"` | |
| image.tag | string | `"1.32.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ helm install ollama raven/ollama
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"ollama/ollama"` | |
| image.tag | string | `"0.4.7"` | |
| image.tag | string | `"0.5.4"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/pgadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ helm install pgadmin raven/pgadmin
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"dpage/pgadmin4"` | |
| image.tag | string | `"8.13"` | |
| image.tag | string | `"8.14"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand All @@ -56,7 +56,7 @@ $ helm install pgadmin raven/pgadmin
| initContainers[0].command[0] | string | `"bash"` | |
| initContainers[0].command[1] | string | `"-c"` | |
| initContainers[0].command[2] | string | `"echo \"Chowning the following by changing dir:\"\ncp -r /usr/bin/python3.12 /chowned/.\nls -l /chowned\necho \"fin\"\n"` | |
| initContainers[0].image | string | `"docker.io/dpage/pgadmin4:8.13"` | |
| initContainers[0].image | string | `"docker.io/dpage/pgadmin4:8.14"` | |
| initContainers[0].name | string | `"chown"` | |
| initContainers[0].securityContext.allowPrivilegeEscalation | bool | `true` | |
| initContainers[0].securityContext.runAsUser | int | `0` | |
Expand Down

0 comments on commit 595105c

Please sign in to comment.