Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update podinfo to v6.6.0 #462

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/test/packages/helm/unicorn-podinfo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: podinfo
repository: https://stefanprodan.github.io/podinfo
version: 6.5.4
digest: sha256:0db7bdcd71ac4162a0d2b9ebfc792f19f1cf52050933edeacd4f514f4bc3033b
generated: "2023-12-18T07:32:32.320434073Z"
version: 6.6.0
digest: sha256:e98b771f48adfc407ca45353678f0a44f82cf24aa10bb1d1b304183e2284db4d
generated: "2024-02-26T12:39:38.675839591Z"
2 changes: 1 addition & 1 deletion src/test/packages/helm/unicorn-podinfo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ appVersion: "1.16.0"

dependencies:
- name: podinfo
version: 6.5.4
version: 6.6.0
repository: https://stefanprodan.github.io/podinfo
2 changes: 1 addition & 1 deletion src/test/packages/helm/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
required: true
images:
# renovate: datasource=github-tags depName=stefanprodan/podinfo
- ghcr.io/stefanprodan/podinfo:6.5.4
- ghcr.io/stefanprodan/podinfo:6.6.0
charts:
- name: unicorn-podinfo
localPath: ./unicorn-podinfo
Expand Down
Loading