Skip to content

Commit de55fd9

Browse files
committed
set ghcr as the default registry
1 parent a55531a commit de55fd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/rustcloak-operator/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ The helm-chart for the rustcloak-operator
2121
| application.logLevel | string | `"info"` | one of error, warn, info, debug, trace. Also supports the [env_logger format](https://docs.rs/env_logger/latest/env_logger/#enabling-logging) |
2222
| fullnameOverride | string | `""` | |
2323
| image.pullPolicy | string | `"IfNotPresent"` | |
24-
| image.repository | string | `"withlazers/rustcloak-operator"` | |
24+
| image.registry | string | `"ghcr.io/withlazers/rustcloak-operator"` | |
25+
| image.repository | string | `"rustcloak-operator"` | |
2526
| image.tag | string | `""` | |
2627
| imagePullSecrets | list | `[]` | |
2728
| livenessProbe.httpGet.path | string | `"/healthz"` | |

0 commit comments

Comments
 (0)