Skip to content

Commit 25a2488

Browse files
committed
update for 1.19. Update readme to include new fields
1 parent b0cca2f commit 25a2488

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
6060
| `search.port` | Port to use for search connection - only required for elasticsearch | `9200` |
6161
| `search.user` | Basic auth username for elasticsearch | `null` |
6262
| `search.password` | Basic auth password for elasticsearch | `null |
63-
| `environment.*` | Optional map of values that will be created as environment variables inside the pod. | `FUSIONAUTH_MEMORY: 256M` |
63+
| `environment.*` | Optional map of values that will be created as environment variables inside the pod. | `null` |
6464
| `kickstart.enabled` | Configure if fusionauth kickstart is enabled | `false` |
6565
| `kickstart.data` | define kickstart data to pass to fusionauth | `{}` |
6666
| `ingress.enabled` | Enables ingress | `false` |
@@ -77,4 +77,8 @@ The command removes all the Kubernetes components associated with the chart and
7777
| `podAnnotations` | Annotations for the pod objects | `{}` |
7878
| `livenessProbe` | Configures liveness probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "periodSeconds":30}` |
7979
| `readinessProbe` | Configures readiness probe for deployment | `{"httpGet": {"path":"/","port":"http"}}` |
80-
| `startupProbe` | Configures startup probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10}` |
80+
| `startupProbe` | Configures startup probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10}` |
81+
| `app.memory` | Configures memory for fusionauth application to use | `256M` |
82+
| `app.runtimeMode` | Configures whether to run fusionauth in development or production mode | `development` |
83+
| `dnsPolicy` | Allows setting pod dnsPolicy | `ClusterFirst` |
84+
| `dnsConfig` | Allows setting pod dnsConfig fields | `{}` |

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "1.18.7"
2+
appVersion: "1.19.0"
33
description: Helm chart for fusionauth
44
name: fusionauth
55
version: 0.0.0+dev

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66
image:
77
repository: fusionauth/fusionauth-app
8-
tag: 1.18.7
8+
tag: 1.19.0
99
pullPolicy: IfNotPresent
1010

1111
imagePullSecrets: []

0 commit comments

Comments
 (0)