Loading pulsar/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.8.0 version: 0.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.15.3.dev6.ornl.0" appVersion: "0.15.3.dev8.ornl.0" pulsar/templates/config_fluentd.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ data: @type record_transformer enable_ruby <record> hostname onyx hostname {{ .Values.instance }} service pulsar log_level ${record["log_level"].downcase} </record> Loading pulsar/templates/deployment.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,7 @@ spec: configMap: name: {{ include "pulsar.fullname" . }}-fluentd - name: {{ include "pulsar.fullname" . }}-logs persistentVolumeClaim: claimName: {{ include "pulsar.fullname" . }}-logs-pvc emptyDir: {} containers: - name: {{ .Chart.Name }} Loading pulsar/templates/logs_volume.yamldeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ include "pulsar.fullname" . }}-logs-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Mi No newline at end of file pulsar/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ image: podAnnotations: {} instance: slate pulsar: managers: _default_: Loading Loading
pulsar/Chart.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.8.0 version: 0.9.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "0.15.3.dev6.ornl.0" appVersion: "0.15.3.dev8.ornl.0"
pulsar/templates/config_fluentd.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ data: @type record_transformer enable_ruby <record> hostname onyx hostname {{ .Values.instance }} service pulsar log_level ${record["log_level"].downcase} </record> Loading
pulsar/templates/deployment.yaml +1 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,7 @@ spec: configMap: name: {{ include "pulsar.fullname" . }}-fluentd - name: {{ include "pulsar.fullname" . }}-logs persistentVolumeClaim: claimName: {{ include "pulsar.fullname" . }}-logs-pvc emptyDir: {} containers: - name: {{ .Chart.Name }} Loading
pulsar/templates/logs_volume.yamldeleted 100644 → 0 +0 −10 Original line number Diff line number Diff line apiVersion: v1 kind: PersistentVolumeClaim metadata: name: {{ include "pulsar.fullname" . }}-logs-pvc spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Mi No newline at end of file
pulsar/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ image: podAnnotations: {} instance: slate pulsar: managers: _default_: Loading