Skip to content
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.13.0
digest: sha256:14b49cf16fbd9e76e9756e3a8d2eaba40e49e0e7de30485c5588496b2f076833
generated: "2026-06-04T23:34:11.659991847Z"
version: 6.14.0
digest: sha256:97d3b1964dd10b42af069ae3c0b42dc953c14f3e2dfd517e95bc3d35a061f3f9
generated: "2026-06-30T17:55:02.048947229Z"
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.13.0
version: 6.14.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 @@ -16,7 +16,7 @@ components:
required: true
images:
# renovate: datasource=github-tags depName=stefanprodan/podinfo
- ghcr.io/stefanprodan/podinfo:6.13.0
- ghcr.io/stefanprodan/podinfo:6.14.0
charts:
- name: unicorn-podinfo
localPath: ./unicorn-podinfo
Expand Down
2 changes: 1 addition & 1 deletion src/test/packages/zarf-bug/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.13.0
- ghcr.io/stefanprodan/podinfo:6.14.0
charts:
- name: unicorn-podinfo
localPath: ../helm/unicorn-podinfo
Expand Down
Loading