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.9.0 version: 0.10.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.dev8.ornl.0" appVersion: "0.15.6.dev1.ornl.0" pulsar/templates/config_fluentd.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ data: <source> @type tail path {{ .Values.pulsar.log_folder }}/pulsar.log* exclude_path {{ .Values.pulsar.log_folder }}/pulsar.log*.gz follow_inodes true pos_file {{ .Values.pulsar.log_folder }}/pulsar.pos tag pulsar multiline_flush_interval 5s Loading pulsar/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,9 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: "CURL_CA_BUNDLE" value: "/etc/ssl/certs/ca-certificates.crt" volumeMounts: - mountPath: "/pulsar/app.yml" name: {{ include "pulsar.fullname" . }}-app 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.9.0 version: 0.10.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.dev8.ornl.0" appVersion: "0.15.6.dev1.ornl.0"
pulsar/templates/config_fluentd.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ data: <source> @type tail path {{ .Values.pulsar.log_folder }}/pulsar.log* exclude_path {{ .Values.pulsar.log_folder }}/pulsar.log*.gz follow_inodes true pos_file {{ .Values.pulsar.log_folder }}/pulsar.pos tag pulsar multiline_flush_interval 5s Loading
pulsar/templates/deployment.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,9 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: "CURL_CA_BUNDLE" value: "/etc/ssl/certs/ca-certificates.crt" volumeMounts: - mountPath: "/pulsar/app.yml" name: {{ include "pulsar.fullname" . }}-app Loading