forked from VirtusLab/jenkins-operator
-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Control cert-manager installation with a separate config value (#972)
Co-authored-by: Rafał Krzewski <[email protected]> Co-authored-by: Luigi Operoso <[email protected]> Co-authored-by: brokenpip3 <[email protected]>
- Loading branch information
1 parent
6dd45ee
commit cf49a4a
Showing
12 changed files
with
4,743 additions
and
16,113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,17 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: DeterminateSystems/nix-installer-action@v10 | ||
with: | ||
diagnostic-endpoint: "" | ||
- uses: DeterminateSystems/magic-nix-cache-action@v4 | ||
with: | ||
diagnostic-endpoint: "" | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- id: files | ||
uses: tj-actions/changed-files@v43 | ||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure | ||
- name: nix checks | ||
run: nix flake check | ||
- name: nix pre-commit | ||
run: nix develop . --command pre-commit run --files ${{ steps.files.outputs.all_changed_files }} --show-diff-on-failure |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: cert-manager | ||
repository: https://charts.jetstack.io | ||
version: v1.5.1 | ||
digest: sha256:3220f5584bd04a8c8d4b2a076d49cc046211a463bb9a12ebbbae752be9b70bb1 | ||
generated: "2021-08-18T01:07:49.505353718+05:30" | ||
version: v1.14.2 | ||
digest: sha256:5f6f7c115d7b96e8c8e85515e087a9379473fd3d5262198a9e25c1a84d4ff9bd | ||
generated: "2024-02-15T23:08:28.352007672+01:00" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
apiVersion: v2 | ||
name: cert-manager-crds | ||
version: "1.14.2" |
4,710 changes: 4,710 additions & 0 deletions
4,710
chart/jenkins-operator/charts/cert-manager-crds/crds/cert-manager.crds.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
16,101 changes: 0 additions & 16,101 deletions
16,101
chart/jenkins-operator/crds/cert-manager.crds.yaml
This file was deleted.
Oops, something went wrong.
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