From 817ac568931075de859a442a1888bc988040e0a4 Mon Sep 17 00:00:00 2001 From: Cliff Colvin Date: Sat, 24 Feb 2024 08:43:09 -0600 Subject: [PATCH] update image repo Signed-off-by: Cliff Colvin --- charts/opencost/README.md | 8 ++++---- charts/opencost/tests/deployment_test.yaml | 2 +- charts/opencost/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/opencost/README.md b/charts/opencost/README.md index 274710d..f2ad3e6 100644 --- a/charts/opencost/README.md +++ b/charts/opencost/README.md @@ -54,8 +54,8 @@ $ helm install opencost opencost/opencost | opencost.exporter.extraEnv | object | `{}` | Any extra environment variables you would like to pass on to the pod | | opencost.exporter.extraVolumeMounts | list | `[]` | A list of volume mounts to be added to the pod | | opencost.exporter.image.pullPolicy | string | `"IfNotPresent"` | Exporter container image pull policy | -| opencost.exporter.image.registry | string | `"quay.io"` | Exporter container image registry | -| opencost.exporter.image.repository | string | `"kubecost1/kubecost-cost-model"` | Exporter container image name | +| opencost.exporter.image.registry | string | `"ghcr.io"` | Exporter container image registry | +| opencost.exporter.image.repository | string | `"opencost/opencost"` | Exporter container image name | | opencost.exporter.image.tag | string | `""` (use appVersion in Chart.yaml) | Exporter container image tag | | opencost.exporter.livenessProbe.enabled | bool | `true` | Whether probe is enabled | | opencost.exporter.livenessProbe.failureThreshold | int | `3` | Number of failures for probe to be considered failed | @@ -127,8 +127,8 @@ $ helm install opencost opencost/opencost | opencost.ui.enabled | bool | `true` | Whether or not to deploy the `opencost-ui` container | | opencost.ui.extraVolumeMounts | list | `[]` | A list of volume mounts to be added to the pod | | opencost.ui.image.pullPolicy | string | `"IfNotPresent"` | UI container image pull policy | -| opencost.ui.image.registry | string | `"quay.io"` | UI container image name | -| opencost.ui.image.repository | string | `"kubecost1/opencost-ui"` | UI container image name | +| opencost.ui.image.registry | string | `"ghcr.io"` | UI container image name | +| opencost.ui.image.repository | string | `"opencost/opencost-ui"` | UI container image name | | opencost.ui.image.tag | string | `""` (use appVersion in Chart.yaml) | UI container image tag | | opencost.ui.ingress.annotations | object | `{}` | Annotations for Ingress resource | | opencost.ui.ingress.enabled | bool | `false` | Ingress for OpenCost UI | diff --git a/charts/opencost/tests/deployment_test.yaml b/charts/opencost/tests/deployment_test.yaml index f865889..79cd084 100644 --- a/charts/opencost/tests/deployment_test.yaml +++ b/charts/opencost/tests/deployment_test.yaml @@ -13,4 +13,4 @@ tests: pattern: -opencost$ - matchRegex: path: spec.template.spec.containers[0].image - pattern: quay\.io\/kubecost1\/kubecost-cost-model:prod-[0-9]*\.[0-9]*\.[0-9]* + pattern: ghcr\.io\/opencost\/opencost:[0-9]*\.[0-9]*\.[0-9]* diff --git a/charts/opencost/values.yaml b/charts/opencost/values.yaml index b6271d1..97b4112 100644 --- a/charts/opencost/values.yaml +++ b/charts/opencost/values.yaml @@ -91,9 +91,9 @@ opencost: defaultClusterId: 'default-cluster' image: # -- Exporter container image registry - registry: quay.io + registry: ghcr.io # -- Exporter container image name - repository: kubecost1/kubecost-cost-model + repository: opencost/opencost # -- Exporter container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: "" @@ -308,9 +308,9 @@ opencost: enabled: true image: # -- UI container image registry - registry: quay.io + registry: ghcr.io # -- UI container image name - repository: kubecost1/opencost-ui + repository: opencost/opencost-ui # -- UI container image tag # @default -- `""` (use appVersion in Chart.yaml) tag: ""