Skip to content

update chart kubeVersion limit#44

Open
philiplehmann wants to merge 1 commit into
qnap-dev:mainfrom
philiplehmann:main
Open

update chart kubeVersion limit#44
philiplehmann wants to merge 1 commit into
qnap-dev:mainfrom
philiplehmann:main

Conversation

@philiplehmann

@philiplehmann philiplehmann commented Feb 16, 2026

Copy link
Copy Markdown

fix #43

@an0n1man

Copy link
Copy Markdown

Arte there any plans about merging this pr?

@philiplehmann

Copy link
Copy Markdown
Author

@an0n1man you can use it directly from github

helm repo add qnap-plugins "git+https://github.com/philiplehmann/QNAP-CSI-PlugIn@Helm/trident?ref=v1.6.0"
helm install my-qnap qnap-plugins/trident

or via argo

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: qnap-csi
spec:
  destination:
    name: xy
    namespace: qnap-csi
  sources:
    - repoURL: https://github.com/philiplehmann/QNAP-CSI-PlugIn.git
      targetRevision: v1.6.0
      path: Helm/trident
      helm:
        releaseName: qnap-csi
        valuesObject: {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helm install fails due to mismatch Chart.yaml kubeversion

2 participants