We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9ee27 commit e20e207Copy full SHA for e20e207
charts/agent-group/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: agent-group
3
-version: 1.0.3
+version: 1.0.4
4
appVersion: 10
5
description: Jitterbit Agent Group
6
home: https://github.com/jitterbit/charts
charts/agent-group/values.yaml
@@ -79,9 +79,9 @@ affinity:
79
release: "{{ .Release.Name }}"
80
81
# env is a list of extra environment variables that may be specified in the container
82
-env:
83
- - name: CATALINA_OPTS
84
- value: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
+env: []
+# - name: CATALINA_OPTS
+# value: -Xms512m -Xmx1024m
85
# - name: ENV_VAR_NAME
86
# value: "ENV_VAR_VALUE"
87
# - name: SECRET_PASSWORD
0 commit comments