diff --git a/README.md b/README.md index cfbba2c..7d2fd7d 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ letting some customization to fit the resource inside your cluster. | plex.claim | **IMPORTANT** Token from your account, needed to claim the server | CHANGEME | | plex.replicaCount | Number of replicas serving plex | 1 | | plex.container.port | The port in use by the container | 32400 | +| plex.container.image | The image used by the container | docker.io/linuxserver/plex | | plex.container.tag | The tag used by the container | null | | plex.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP | | plex.service.port | The port assigned to the service | 32400 | @@ -152,6 +153,7 @@ letting some customization to fit the resource inside your cluster. |---------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------| | sonarr.enabled | Flag if you want to enable sonarr | true | | sonarr.container.port | The port in use by the container | 8989 | +| sonarr.container.image | The image used by the container | docker.io/linuxserver/sonarr | | sonarr.container.tag | The tag used by the container | null | | sonarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP | | sonarr.service.port | The port assigned to the service | 8989 | @@ -172,6 +174,7 @@ letting some customization to fit the resource inside your cluster. |---------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------| | radarr.enabled | Flag if you want to enable radarr | true | | radarr.container.port | The port in use by the container | 7878 | +| radarr.container.image | The image used by the container | docker.io/linuxserver/radarr | | radarr.container.tag | The tag used by the container | null | | radarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP | | radarr.service.port | The port assigned to the service | 7878 | @@ -192,6 +195,7 @@ letting some customization to fit the resource inside your cluster. |---------------------------------------------|-----------------------------------------------------------------------------------------------------------------|-----------| | jackett.enabled | Flag if you want to enable jackett | true | | jackett.container.port | The port in use by the container | 9117 | +| jackett.container.image | The image used by the container | docker.io/linuxserver/jackett | | jackett.container.tag | The tag used by the container | null | | jackett.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP | | jackett.service.port | The port assigned to the service | 9117 | @@ -212,6 +216,7 @@ letting some customization to fit the resource inside your cluster. |-----------------------------------------------|-----------------------------------------------------------------------------------------------------------------|-----------| | prowlarr.enabled | Flag if you want to enable prowlarr | true | | prowlarr.container.port | The port in use by the container | 9117 | +| prowlarr.container.image | The image used by the container | docker.io/linuxserver/prowlarr | | prowlarr.container.tag | The tag used by the container | develop | | prowlarr.service.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) | ClusterIP | | prowlarr.service.port | The port assigned to the service | 9117 | @@ -233,6 +238,7 @@ letting some customization to fit the resource inside your cluster. | transmission.enabled | Flag if you want to enable transmission | true | | transmission.container.port.utp | The port in use by the container | 9091 | | transmission.container.port.peer | The port in use by the container for peer connection | 51413 | +| transmission.container.image | The image used by the container | docker.io/linuxserver/transmission | | transmission.container.tag | The tag used by the container | null | | transmission.service.utp.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) for transmission itself | ClusterIP | | transmission.service.utp.port | The port assigned to the service for transmission itself | 9091 | @@ -262,6 +268,7 @@ letting some customization to fit the resource inside your cluster. | sabnzbd.enabled | Flag if you want to enable sabnzbd | true | | sabnzbd.container.port.http | The port in use by the container | 8080 | | sabnzbd.container.port.https | The port in use by the container for peer connection | 9090 | +| sabnzbd.container.image | The image used by the container | docker.io/linuxserver/sabnzbd | | sabnzbd.container.tag | The tag used by the container | null | | sabnzbd.service.http.type | The kind of Service (ClusterIP/NodePort/LoadBalancer) for sabnzbd itself | ClusterIP | | sabnzbd.service.http.port | The port assigned to the service for sabnzbd itself | 9091 |