Skip to content

Commit

Permalink
Merge pull request kubewarden#380 from kubewarden/renovate/all-minor-…
Browse files Browse the repository at this point in the history
…patch

chore(deps): update all non-major dependencies
  • Loading branch information
viccuad authored Mar 11, 2024
2 parents 7421813 + 7838f83 commit 51c5f21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
version: v3.8.0

- name: Install cosign
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0

- name: Generate container image files
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@1c73b91b39cd86ade2dc50f14d6b8581b71bc1f8 # v2.53.0
uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0

- name: Update kubewarden-defaults Helm chart
if: endsWith(github.event.client_payload.repository, 'policy-server')
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@1c73b91b39cd86ade2dc50f14d6b8581b71bc1f8 # v2.53.0
uses: updatecli/updatecli-action@ecfc21fd2d9e91be2af8b706ea10aea5154f6d5d # v2.54.0

- name: Major or minor update Kubewarden charts with NO CRDs update
if: steps.update_crds.outputs.must_update_crds_chart==0 && (needs.check-update-type.outputs.update_type == 'major' || needs.check-update-type.outputs.update_type == 'minor')
Expand Down
6 changes: 3 additions & 3 deletions charts/kubewarden-controller/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: policy-reporter
repository: https://kyverno.github.io/policy-reporter
version: 2.21.6
digest: sha256:ea3c5367fe585d4556d19f7886fa70c2808c2b3adfc75d9f8320de4257ce205c
generated: "2024-01-15T00:21:00.736352644Z"
version: 2.22.0
digest: sha256:fb8b9ab27b7dc2bb0c5b7590173e6cbc0d8504f665902895002e7b3f4bdf704a
generated: "2024-02-05T00:47:47.652758084Z"
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ annotations:
catalog.cattle.io/type: cluster-tool
dependencies:
- name: policy-reporter
version: 2.21.6
version: 2.22.0
repository: https://kyverno.github.io/policy-reporter
condition: auditScanner.policyReporter

0 comments on commit 51c5f21

Please sign in to comment.