Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazarr Exportarr Gets Deployed Regardless of Metrics Enabled or Not #16343

Closed
1 task done
ali-essam opened this issue Dec 21, 2023 · 2 comments
Closed
1 task done

Bazarr Exportarr Gets Deployed Regardless of Metrics Enabled or Not #16343

ali-essam opened this issue Dec 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@ali-essam
Copy link

App Name

bazarr

Operating System

TrueNAS SCALE 22.12.4.1 or prior

App Version

1.4.0

Application Events

Back-off restarting failed container bazarr in pod bazarr-exportarr-6dcbf5df66-dnhgm_ix-bazarr(79743674-d21c-4b60-9f9d-dd4343773e01)

Application Logs

2023-12-21 15:02:00.388726+01:002023-12-21T15:02:00.388+0100	INFO	Starting exportarr	{"app_name": "exportarr", "version": "v1.6.0", "buildTime": "2023-10-18T12:55:57.008Z", "revision": "294191ecae08120e407f1a8b2c5dda12ffb7b007"}
2023-12-21 15:02:00.388927+01:00ApiKey:
2023-12-21 15:02:00.388943+01:00regex: api-key must be a 32 character hex string

Application Configuration

Metrics -> Enabled -> False

Describe the bug

Exportarr pod gets deployed regardless of the value of metrics.enabled

To Reproduce

  • Deploy bazarr with metrics enabled set to false

Expected Behavior

  • Exportarr doesn't get deployed

Screenshots

N/A

Additional Context

Issue introduced in Chart Version: 15.2.1 after #14761 , from what I see so far seems like the issue is that the enabled value is quoted as a string while it should be a boolean

workload:
 exportarr:
   enabled: "{{ .Values.metrics.main.enabled }}"

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.
@ali-essam ali-essam added the bug Something isn't working label Dec 21, 2023
@ali-essam
Copy link
Author

@RobReus @Ornias1993 FYI

@stavros-k
Copy link
Member

Duplicate of #16334

@stavros-k stavros-k marked this as a duplicate of #16334 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants