Skip to content

Commit

Permalink
chore(docs): remove wrong comment (#60)
Browse files Browse the repository at this point in the history
* chore(docs): remove wrong comment

---------

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Jun 18, 2024
1 parent c2e086d commit 4054d5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/joal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| initContainerImage.registry | string | `"docker.io"` | |
| initContainerImage.repository | string | `"busybox"` | |
| initContainerImage.sha | string | `""` | |
| initContainerImage.tag | string | `"1.36"` | Overrides the image tag whose default is the chart appVersion. |
| initContainerImage.tag | string | `"1.36"` | |
| joal.path_prefix | string | `"joal"` | |
| joal.secret_token | string | `"password"` | |
| nameOverride | string | `""` | |
Expand Down
1 change: 0 additions & 1 deletion charts/joal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ initContainerImage:
registry: docker.io
repository: busybox
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: "1.36"
sha: ""

Expand Down

0 comments on commit 4054d5e

Please sign in to comment.