diff --git a/charts/grafana-operator/Chart.yaml b/charts/grafana-operator/Chart.yaml index ff0efa67..1bc3af68 100755 --- a/charts/grafana-operator/Chart.yaml +++ b/charts/grafana-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: grafana-operator description: A Helm chart for Grafana Operator by AppsCode type: application -version: v0.0.4 -appVersion: v0.0.4 +version: v0.0.5 +appVersion: v0.0.5 home: https://github.com/open-viz/grafana-operator icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png sources: diff --git a/charts/grafana-operator/README.md b/charts/grafana-operator/README.md index 8372906b..c276f61b 100644 --- a/charts/grafana-operator/README.md +++ b/charts/grafana-operator/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/grafana-operator --version=v0.0.4 -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.4 +$ helm search repo appscode/grafana-operator --version=v0.0.5 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.5 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Grafana operator on a [Kubernetes](http://kubernetes.io) cl To install/upgrade the chart with the release name `grafana-operator`: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.4 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.5 ``` The command deploys a Grafana operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -80,12 +80,12 @@ The following table lists the configurable parameters of the `grafana-operator` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.4 --set replicaCount=1 +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.5 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.4 --values values.yaml +$ helm upgrade -i grafana-operator appscode/grafana-operator -n kubeops --create-namespace --version=v0.0.5 --values values.yaml ``` diff --git a/charts/monitoring-operator/Chart.yaml b/charts/monitoring-operator/Chart.yaml index 9af7b342..49b13918 100755 --- a/charts/monitoring-operator/Chart.yaml +++ b/charts/monitoring-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: monitoring-operator description: A Helm chart for monitoring-operator by AppsCode type: application -version: v0.0.4 -appVersion: v0.0.4 +version: v0.0.5 +appVersion: v0.0.5 home: https://github.com/kubeops/monitoring-operator icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png sources: diff --git a/charts/monitoring-operator/README.md b/charts/monitoring-operator/README.md index eacc19fa..937ea264 100644 --- a/charts/monitoring-operator/README.md +++ b/charts/monitoring-operator/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/monitoring-operator --version=v0.0.4 -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 +$ helm search repo appscode/monitoring-operator --version=v0.0.5 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.5 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Grafana UI Server on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `monitoring-operator`: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.5 ``` The command deploys a Grafana UI Server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -86,12 +86,12 @@ The following table lists the configurable parameters of the `monitoring-operato Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 --set replicaCount=1 +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.5 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.4 --values values.yaml +$ helm upgrade -i monitoring-operator appscode/monitoring-operator -n kubeops --create-namespace --version=v0.0.5 --values values.yaml ``` diff --git a/charts/trickster/README.md b/charts/trickster/README.md index 51355fda..b72cde6a 100644 --- a/charts/trickster/README.md +++ b/charts/trickster/README.md @@ -45,43 +45,43 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the `trickster` chart and their default values. -| Parameter | Description | Default | -|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| -| replicaCount | | 1 | -| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ghcr.io | -| image.registry | Docker registry used to pull app container image | appscode | -| image.repository | App container image | trickster | -| image.tag | Overrides the image tag whose default is the chart appVersion. | "" | -| image.pullPolicy | | IfNotPresent | -| imagePullSecrets | | [] | -| nameOverride | | "" | -| fullnameOverride | | "" | -| serviceAccount.create | Specifies whether a service account should be created | true | -| serviceAccount.annotations | Annotations to add to the service account | {} | -| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | -| podAnnotations | | {} | -| podSecurityContext | | {} | -| securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534} | -| service.type | | ClusterIP | -| service.port | | 80 | -| ingress.enabled | | false | -| ingress.className | | "" | -| ingress.annotations | | {} | -| ingress.hosts | kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" | [{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}] | -| ingress.tls | | [] | -| resources | | {} | -| autoscaling.enabled | | false | -| autoscaling.minReplicas | | 1 | -| autoscaling.maxReplicas | | 100 | -| autoscaling.targetCPUUtilizationPercentage | | 80 | -| nodeSelector | | {} | -| tolerations | | [] | -| affinity | | {} | -| monitoring.agent | Name of monitoring agent (eg "prometheus.io/operator") | "" | -| monitoring.port | | 8080 | -| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {} | -| sidecars.spec | | [] | -| sidecars.volumes | | [] | +| Parameter | Description | Default | +|--------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| replicaCount | | 1 | +| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | ghcr.io | +| image.registry | Docker registry used to pull app container image | appscode | +| image.repository | App container image | trickster | +| image.tag | Overrides the image tag whose default is the chart appVersion. | "" | +| image.pullPolicy | | IfNotPresent | +| imagePullSecrets | | [] | +| nameOverride | | "" | +| fullnameOverride | | "" | +| serviceAccount.create | Specifies whether a service account should be created | true | +| serviceAccount.annotations | Annotations to add to the service account | {} | +| serviceAccount.name | The name of the service account to use. If not set and create is true, a name is generated using the fullname template | | +| podAnnotations | | {} | +| podSecurityContext | | {} | +| securityContext | Security options this container should run with | {"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}} | +| service.type | | ClusterIP | +| service.port | | 80 | +| ingress.enabled | | false | +| ingress.className | | "" | +| ingress.annotations | | {} | +| ingress.hosts | kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: "true" | [{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}] | +| ingress.tls | | [] | +| resources | | {} | +| autoscaling.enabled | | false | +| autoscaling.minReplicas | | 1 | +| autoscaling.maxReplicas | | 100 | +| autoscaling.targetCPUUtilizationPercentage | | 80 | +| nodeSelector | | {} | +| tolerations | | [] | +| affinity | | {} | +| monitoring.agent | Name of monitoring agent (eg "prometheus.io/operator") | "" | +| monitoring.port | | 8080 | +| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | {} | +| sidecars.spec | | [] | +| sidecars.volumes | | [] | Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: