File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The following Values are available for this chart.
40
40
| fullnameOverride | string | ` "" ` | |
41
41
| image.pullPolicy | string | ` "IfNotPresent" ` | Set the image pull policy. |
42
42
| image.registry | string | ` "ghcr.io" ` | Set the image registry |
43
- | image.repository | string | ` "projectcapsule/cortex-tenant " ` | Set the image repository |
43
+ | image.repository | string | ` "projectcapsule/cortex-proxy " ` | Set the image repository |
44
44
| image.tag | string | ` "" ` | Overrides the image tag whose default is the chart appVersion. |
45
45
| imagePullSecrets | list | ` [] ` | Configuration for ` imagePullSecrets ` so that you can use a private images registry. |
46
46
| livenessProbe | object | ` {"httpGet":{"path":"/healthz","port":10080}} ` | Configure the liveness probe using Deployment probe spec |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 87
87
# -- Set the image registry
88
88
registry : ghcr.io
89
89
# -- Set the image repository
90
- repository : projectcapsule/cortex-tenant
90
+ repository : projectcapsule/cortex-proxy
91
91
# -- Set the image pull policy.
92
92
pullPolicy : IfNotPresent
93
93
# -- Overrides the image tag whose default is the chart appVersion.
You can’t perform that action at this time.
0 commit comments