Skip to content

Commit 5ef927a

Browse files
committed
chore: correct gorelease config
Signed-off-by: Oliver Bähler <[email protected]>
1 parent d47d847 commit 5ef927a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

charts/cortex-proxy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following Values are available for this chart.
4040
| fullnameOverride | string | `""` | |
4141
| image.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy. |
4242
| 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 |
4444
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
4545
| imagePullSecrets | list | `[]` | Configuration for `imagePullSecrets` so that you can use a private images registry. |
4646
| livenessProbe | object | `{"httpGet":{"path":"/healthz","port":10080}}` | Configure the liveness probe using Deployment probe spec |

charts/cortex-proxy/ci/monitoring-values.yaml

-2
This file was deleted.

charts/cortex-proxy/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ image:
8787
# -- Set the image registry
8888
registry: ghcr.io
8989
# -- Set the image repository
90-
repository: projectcapsule/cortex-tenant
90+
repository: projectcapsule/cortex-proxy
9191
# -- Set the image pull policy.
9292
pullPolicy: IfNotPresent
9393
# -- Overrides the image tag whose default is the chart appVersion.

0 commit comments

Comments
 (0)