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

sm-operator chart not listed in the index #154

Open
1 task done
AaronSeibert opened this issue Jun 23, 2024 · 3 comments
Open
1 task done

sm-operator chart not listed in the index #154

AaronSeibert opened this issue Jun 23, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@AaronSeibert
Copy link

Steps To Reproduce

From https://bitwarden.com/help/secrets-manager-kubernetes-operator/#example-usage-chart follow the directions for adding the repositor to helm - specifically helm show values bitwarden/sm-operator > my-values.yaml

Expected Result

When generating the sample values file, a file should be generated

Actual Result

❯ helm show values bitwarden/sm-operator > my-values.yaml
Error: chart "sm-operator" matching not found in bitwarden index. (try 'helm repo update'): no chart version found for sm-operat

Screenshots or Videos

No response

Additional Context

No response

Chart Version

N/A

Environment Details

N/A - chart doesn't actually exist

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@AaronSeibert AaronSeibert added the bug Something isn't working label Jun 23, 2024
@AaronSeibert
Copy link
Author

Showing update and then search repo output:

❯ helm repo update bitwarden
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "bitwarden" chart repository
Update Complete. ⎈Happy Helming!⎈
❯ helm search repo bitwarden
NAME               �����CHART VERSION���APP VERSION�����DESCRIPTION                                       
bitwarden/self-host�����2024.6.0     ���2024.6.1   �����A Helm chart for deploying a Bitwarden instance

@AaronSeibert
Copy link
Author

Looks like a --devel flag is required currently due to the Beta status. Not sure if you want to keep this open to notate in documentation?

@thekoma
Copy link

thekoma commented Jul 1, 2024

There is already an annotation in the documentation AFAIK. Also if you want to point at this helm via flux helmrelease (fluxcd.io) you need to specify the semver:

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: sm-operator
  namespace: flux-system
spec:
  install:
    crds: CreateReplace
  upgrade:
    crds: CreateReplace
  chart:
    spec:
      chart: sm-operator
      version: ">=0.1.0-Beta"
      sourceRef:
        kind: HelmRepository
        name: bitwarden
        namespace: flux-system
  interval: 2m30s
  values:
    settings:
      # How often the secrets synchronize in seconds.  Minimum value is 180.
      bwSecretsManagerRefreshInterval: 300

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