You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
❯ 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
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/v2kind: HelmReleasemetadata:
name: sm-operatornamespace: flux-systemspec:
install:
crds: CreateReplaceupgrade:
crds: CreateReplacechart:
spec:
chart: sm-operatorversion: ">=0.1.0-Beta"sourceRef:
kind: HelmRepositoryname: bitwardennamespace: flux-systeminterval: 2m30svalues:
settings:
# How often the secrets synchronize in seconds. Minimum value is 180.bwSecretsManagerRefreshInterval: 300
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
The text was updated successfully, but these errors were encountered: