-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change zfs-controller to a deployment from statefulset (#513)
* chore: change zfs-controller to a deployment from statefulset Signed-off-by: Abhinandan Purkait <[email protected]> * ci: bump github action workflows Signed-off-by: Abhinandan Purkait <[email protected]> * feat(charts): bump chart version and image tag Signed-off-by: Niladri Halder <[email protected]> * refactor(charts): move CRDs into a subchart Signed-off-by: Niladri Halder <[email protected]> * ci: update workflows Signed-off-by: Niladri Halder <[email protected]> * fix(charts): {{- end }} after document separator Signed-off-by: Niladri Halder <[email protected]> * refactor(charts): simplify CRD helm chart values Signed-off-by: Niladri Halder <[email protected]> * ci: remove mainatainers validation Signed-off-by: Abhinandan Purkait <[email protected]> * fix: shellcheck linit Signed-off-by: Abhinandan Purkait <[email protected]> --------- Signed-off-by: Abhinandan Purkait <[email protected]> Signed-off-by: Niladri Halder <[email protected]> Co-authored-by: Niladri Halder <[email protected]>
- Loading branch information
1 parent
d93c80b
commit f1998bb
Showing
37 changed files
with
1,254 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -22,9 +22,9 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v1 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.4.0 | ||
version: v3.14.3 | ||
|
||
- name: Copy generated CRDs | ||
run: make helm | ||
|
@@ -40,7 +40,7 @@ jobs: | |
fi | ||
- name: Run chart-releaser | ||
uses: helm/chart-releaser-action@v1.1.0 | ||
uses: helm/chart-releaser-action@v1.6.0 | ||
env: | ||
CR_TOKEN: "${{ secrets.CR_TOKEN }}" | ||
with: | ||
|
Oops, something went wrong.