diff --git a/charts/ascii-movie/Chart.yaml b/charts/ascii-movie/Chart.yaml index b980ef4f2..d66ef8a66 100644 --- a/charts/ascii-movie/Chart.yaml +++ b/charts/ascii-movie/Chart.yaml @@ -24,7 +24,7 @@ annotations: - kind: changed description: Update ghcr.io/gabe565/ascii-movie Docker tag to v1.3.1 - kind: added - description: Exclude probe logs via 0s disconnect flag instead of gateway IP + description: Exclude probe logs via duration flag instead of gateway IP artifacthub.io/links: |- - name: App Source url: https://github.com/gabe565/ascii-movie diff --git a/charts/ascii-movie/templates/common.yaml b/charts/ascii-movie/templates/common.yaml index 61da9d9bd..786767f0c 100644 --- a/charts/ascii-movie/templates/common.yaml +++ b/charts/ascii-movie/templates/common.yaml @@ -7,7 +7,7 @@ env: ASCII_MOVIE_TELNET_ENABLED: {{ .Values.service.main.ports.telnet.enabled }} ASCII_MOVIE_TELNET_ADDRESS: :{{ .Values.service.main.ports.telnet.port }} - ASCII_MOVIE_LOG_EXCLUDE_0S: "true" + ASCII_MOVIE_LOG_EXCLUDE_FASTER: "100ms" {{- if or .Values.service.main.ports.ssh.enabled .Values.secrets.ssh.enabled }} ASCII_MOVIE_SSH_HOST_KEY: /etc/ssh/ssh_host_rsa_key,/etc/ssh/ssh_host_ed25519_key