Skip to content

Commit f0a0a80

Browse files
committed
replace image and chart locations for fork
1 parent e7d8735 commit f0a0a80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

helm/charts/k8s-image-availability-exporter/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This chart bootstraps a [k8s-image-availability-exporter](https://github.com/fla
1313
To install the chart with the release name `my-release`:
1414

1515
```bash
16-
helm repo add flant_common_github https://charts.flant.com/common/github
16+
helm repo add webfleet-k8s-iae https://Webfleet-Solutions.github.io/k8s-image-availability-exporter
1717
helm repo update
18-
helm install my-release flant_common_github/k8s-image-availability-exporter
18+
helm install my-release webfleet-k8s-iae/k8s-image-availability-exporter
1919
```
2020

2121
The command deploys k8s-image-availability-exporter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -40,8 +40,8 @@ The following tables list the configurable parameters of the k8s-image-availabil
4040
| Parameter | Description | Default |
4141
| ----- | ----------- | ------ |
4242
| `k8sImageAvailabilityExporter.image.pullPolicy` | Image pull policy to use for the k8s-image-availability-exporter deployment | `IfNotPresent` |
43-
| `k8sImageAvailabilityExporter.image.repository` | Repository to use for the k8s-image-availability-exporter deployment | `flant/k8s-image-availability-exporter` |
44-
| `k8sImageAvailabilityExporter.image.tag` | Tag to use for the k8s-image-availability-exporter deployment | `v0.1.13` |
43+
| `k8sImageAvailabilityExporter.image.repository` | Repository to use for the k8s-image-availability-exporter deployment | `ghcr.io/Webfleet-Solutions/k8s-image-availability-exporter` |
44+
| `k8sImageAvailabilityExporter.image.tag` | Tag to use for the k8s-image-availability-exporter deployment | `latest` |
4545
| `k8sImageAvailabilityExporter.replicas` | Number of instances to deploy for a k8s-image-availability-exporter deployment. | `1` |
4646
| `k8sImageAvailabilityExporter.resources` | Resource limits for k8s-image-availability-exporter | `{}` |
4747
| `serviceMonitor.enabled` | Create [Prometheus Operator](https://github.com/coreos/prometheus-operator) serviceMonitor resource | `false` |

helm/charts/k8s-image-availability-exporter/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
k8sImageAvailabilityExporter:
22
image:
3-
repository: registry.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter
4-
tag: v0.5.1
3+
repository: ghcr.io/Webfleet-Solutions/k8s-image-availability-exporter
4+
tag: latest
55
pullPolicy: IfNotPresent
66
replicas: 1
77
resources: {}

0 commit comments

Comments
 (0)