You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
40
40
| Parameter | Description | Default |
41
41
| ----- | ----------- | ------ |
42
42
|`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`|
45
45
|`k8sImageAvailabilityExporter.replicas`| Number of instances to deploy for a k8s-image-availability-exporter deployment. |`1`|
46
46
|`k8sImageAvailabilityExporter.resources`| Resource limits for k8s-image-availability-exporter |`{}`|
0 commit comments