Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 15232a3 commit 08514dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .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@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2.0

- name: Generate container image files
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
helm repo update
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
with:
charts_dir: charts
env:
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 @@ -143,7 +143,7 @@ jobs:
echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@22fc20fc94d2482874876b66b797e2a4a7178445 # v2.48.0
uses: updatecli/updatecli-action@7687051ffd35aeb76e1c3a702df1e14fdd980885 # v2.50.0

- name: Update kubewarden-defaults Helm chart
if: endsWith(github.event.client_payload.repository, 'policy-server')
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
echo "must_update_crds_chart=$?" >> $GITHUB_OUTPUT
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@22fc20fc94d2482874876b66b797e2a4a7178445 # v2.48.0
uses: updatecli/updatecli-action@7687051ffd35aeb76e1c3a702df1e14fdd980885 # v2.50.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.1
digest: sha256:7e41024a79ade7b1f1738b1741baf69cc300d4447eb61ff54b6d0e9f9811f04a
generated: "2023-10-30T13:15:59.026422138Z"
version: 2.21.4
digest: sha256:78f89b91414dc7dddbc645dfada4591c6e3017e724d6e9211019881e6e7f1358
generated: "2023-12-10T15:28:15.280978811Z"
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.1
version: 2.21.4
repository: https://kyverno.github.io/policy-reporter
condition: auditScanner.policyReporter
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ policy-reporter:
image:
registry: ghcr.io
repository: kyverno/policy-reporter
tag: 2.17.0
tag: 2.17.4
ui:
enabled: true
image:
Expand Down

0 comments on commit 08514dc

Please sign in to comment.