UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

change the helm dependency logic to only include minio-operator if minio (tenant) is enabled

Package Merge Request

Package Changes

Fixed the logic when minio-operator is added as a helmrelease dependency. Used .Values.loki.values.minio.enabled instead of objectStorage dict.

Package MR

(Link to Package MR here)

For Issue

Closes (#1473 (closed))

Upgrade Notices

n/a

Closes #1473 (closed)

Edited by Michael Martin

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 19 commits

    Compare with previous version

  • Kevin Scheunemann resolved all threads

    resolved all threads

  • added 10 commits

    • 2cfa078c...441d12cb - 8 commits from branch master
    • 57dcf44f - Merge remote-tracking branch 'origin/master' into...
    • e60c78cf - if minioOperator is enabled then enable it as a dependency.

    Compare with previous version

  • Michael Martin changed the description

    changed the description

  • Michael Martin changed milestone to %2.47.0

    changed milestone to %2.47.0

    • Resolved by Kirby Liu

      suggest we also remove this from bigbang/chart/templates/loki/values.yaml

      {{- with .Values.loki.objectStorage }}
      {{- if and (eq $.Values.loki.strategy "scalable") (not (and .endpoint .region)) }}
      minio:
        enabled: true
      
      {{- end }}

      This way, we're not forcing Values.loki.objectStorage settings on users to enable/disable minio -- let the end user enable minio if they know they need it

      Edited by Michael Martin
  • added 1 commit

    • 4805dc67 - remove confusing logic to enable minio-tenant

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading