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
|`grafana`| Configuration for the customized Grafana instance for Cryostat ||
41
41
|`grafana.image.repository`| Repository for the Grafana container image |`quay.io/cryostat/cryostat-grafana-dashboard`|
42
-
|`grafana.image.pullPolicy`| Image pull policy for the Grafana container image |`Always`|
43
-
|`grafana.image.tag`| Tag for the Grafana container image |`cryostat-v2.4`|
42
+
|`grafana.image.pullPolicy`| Image pull policy for the Grafana container image |`IfNotPresent`|
43
+
|`grafana.image.tag`| Tag for the Grafana container image |`2.4.0`|
44
44
|`grafana.service.type`| Type of Service to create for Grafana |`ClusterIP`|
45
45
|`grafana.service.port`| Port number to expose on the Service for Grafana's HTTP server |`3000`|
46
46
|`grafana.sslProxied`| Enables SSL Proxied Environment Variables, useful when you are offloading SSL/TLS at External Loadbalancer instead of Ingress |`false`|
@@ -67,11 +67,12 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op
|`datasource`| Configuration for the JFR Data Source component, which translates recording events into a format consumable by Grafana ||
69
69
|`datasource.image.repository`| Repository for the JFR Data Source container image |`quay.io/cryostat/jfr-datasource`|
70
-
|`datasource.image.pullPolicy`| Image pull policy for the JFR Data Source container image |`Always`|
71
-
|`datasource.image.tag`| Tag for the JFR Data Source container image |`2.4.0-snapshot`|
70
+
|`datasource.image.pullPolicy`| Image pull policy for the JFR Data Source container image |`IfNotPresent`|
71
+
|`datasource.image.tag`| Tag for the JFR Data Source container image |`2.4.0`|
72
72
|`datasource.resources`| Resource requests/limits for the JFR Data Source container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)|`{}`|
73
73
|`datasource.securityContext`| Security Context for the JFR Data Source container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)|`{}`|
74
74
75
+
75
76
### Authentication
76
77
77
78
| Name | Description | Value |
@@ -80,6 +81,7 @@ A Helm chart for deploying [Cryostat](https://cryostat.io/) on Kubernetes and Op
80
81
|`authentication.basicAuth.secretName`| Name of the Secret that contains the credentials within Cryostat's namespace **(Required if basicAuth is enabled)**|`""`|
81
82
|`authentication.basicAuth.filename`| Key within Secret containing the properties file. The properties file should contain one user per line, with the syntax "user=passHex", where "user" is the username and "passHex" is the SHA-256 hash of the desired password **(Required if basicAuth is enabled)**|`""`|
## @param grafana.image.pullPolicy Image pull policy for the Grafana container image
73
-
pullPolicy: Always
73
+
pullPolicy: IfNotPresent
74
74
## @param grafana.image.tag Tag for the Grafana container image
75
-
tag: "cryostat-v2.4"
75
+
tag: "2.4.0"
76
76
service:
77
77
## @param grafana.service.type Type of Service to create for Grafana
78
78
type: ClusterIP
@@ -131,9 +131,9 @@ datasource:
131
131
## @param datasource.image.repository Repository for the JFR Data Source container image
132
132
repository: "quay.io/cryostat/jfr-datasource"
133
133
## @param datasource.image.pullPolicy Image pull policy for the JFR Data Source container image
134
-
pullPolicy: Always
134
+
pullPolicy: IfNotPresent
135
135
## @param datasource.image.tag Tag for the JFR Data Source container image
136
-
tag: "2.4.0-snapshot"
136
+
tag: "2.4.0"
137
137
## @param datasource.resources Resource requests/limits for the JFR Data Source container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
138
138
resources: {}
139
139
## @param datasource.securityContext [object] Security Context for the JFR Data Source container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)
0 commit comments