We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c38b3 commit 827babfCopy full SHA for 827babf
.github/workflows/helm-oci.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
paths:
8
- "charts/**"
9
+ - ".github/workflows/helm-oci.yml"
10
11
branches: ["main", "stable"]
12
# Publish semver tags as releases.
@@ -32,9 +33,9 @@ jobs:
32
33
name: chisel-operator
34
repository: chisel-operator
35
tag: 0.1.0
- path: charts/chisel-operator
36
+ path: fyralabs/chisel-operator/chart
37
registry: ghcr.io
38
registry_username: ${{ github.actor }}
39
registry_password: ${{ secrets.GITHUB_TOKEN }}
- update_dependencies: true
40
+ # update_dependencies: true
41
0 commit comments