Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/psiinon/bodgeit"` | Container Image containing the bodgeit |
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/docs/README.ArtifactHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ helm upgrade --install bodgeit secureCodeBox/bodgeit
| annotations | object | `{}` | add annotations to the deployment, service and pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/psiinon/bodgeit"` | Container Image containing the bodgeit |
| image.repository | string | `"docker.io/securecodebox/bodgeit"` | Container Image containing the bodgeit |
| image.tag | string | defaults to the "latest" version because the appVersion tag is not available at docker.io | The image tag |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion demo-targets/bodgeit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 1

image:
# image.repository -- Container Image containing the bodgeit
repository: docker.io/psiinon/bodgeit
repository: docker.io/securecodebox/bodgeit
# image.tag -- The image tag
# @default -- defaults to the "latest" version because the appVersion tag is not available at docker.io
tag: latest
Expand Down