diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml index 97f0deb883d..6ab14cb6149 100644 --- a/charts/stable/syslog-ng/Chart.yaml +++ b/charts/stable/syslog-ng/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: syslog-ng -version: 0.0.23 +version: 0.1.0 appVersion: "3.30.1" description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. type: application diff --git a/charts/stable/syslog-ng/questions.yaml b/charts/stable/syslog-ng/questions.yaml index 6c1468668ac..bb1a7fdc4c7 100644 --- a/charts/stable/syslog-ng/questions.yaml +++ b/charts/stable/syslog-ng/questions.yaml @@ -1,28 +1,8 @@ # Include{groups} -portals: - web_portal: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" +portals: {} + questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: true + # Include{global} - variable: controller diff --git a/charts/stable/syslog-ng/values.yaml b/charts/stable/syslog-ng/values.yaml index c72cf19c846..e91324e96b9 100644 --- a/charts/stable/syslog-ng/values.yaml +++ b/charts/stable/syslog-ng/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/syslog-ng pullPolicy: IfNotPresent - tag: v3.30.1 + tag: v3.35.1@sha256:58fa2b58b78dbfd23f3e1ccfae757fa49fe065c1f5a1bf96e13a65319ef18f12 securityContext: runAsNonRoot: false @@ -11,14 +11,13 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -env: - PUID: 568 +env: {} service: main: ports: main: - targetPort: 6601 + targetPort: 601 port: 6601 syslog-udp: enabled: true @@ -26,7 +25,7 @@ service: syslog-udp: enabled: true protocol: UDP - targetPort: 5514 + targetPort: 514 port: 5514 syslog-tls: enabled: true