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.7.1 #965

Merged
merged 1 commit into from
Oct 28, 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.7.0
digest: sha256:0cf7fbd3a50fad65c822786ce275a57bdbcfa392ab179bb16a9aa3bc8c1eada6
generated: "2024-06-24T04:23:07.90307914Z"
version: 6.7.1
digest: sha256:44f02ba24b8462c56152283d5fa08b25faf7d3b685c4317da060ac1ba6b74358
generated: "2024-10-28T17:11:33.930916704Z"
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 @@ -28,5 +28,5 @@ appVersion: "1.16.0"

dependencies:
- name: podinfo
version: 6.7.0
version: 6.7.1
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 @@ -16,7 +16,7 @@ components:
required: true
images:
# renovate: datasource=github-tags depName=stefanprodan/podinfo
- ghcr.io/stefanprodan/podinfo:6.7.0
- ghcr.io/stefanprodan/podinfo:6.7.1
charts:
- name: unicorn-podinfo
localPath: ./unicorn-podinfo
Expand Down
Loading