From 7fd4f87bc9a9500f190cea4704d28f6cc27ef202 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Thu, 9 Feb 2023 21:08:02 -0600 Subject: [PATCH] Update podinfo --- examples/flux-test/podinfo-source.yaml | 4 ++-- examples/flux-test/zarf.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/flux-test/podinfo-source.yaml b/examples/flux-test/podinfo-source.yaml index 2fafce99d8..0e5441c3e8 100644 --- a/examples/flux-test/podinfo-source.yaml +++ b/examples/flux-test/podinfo-source.yaml @@ -7,6 +7,6 @@ metadata: spec: interval: 30s ref: - tag: 6.1.6 - # Currently the Zarf Agent can only mutate urls that end in ".git" + tag: 6.3.3 + # Currently the Zarf Agent can only mutate urls that are proper URIs (i.e. ssh://host/repo.git) url: https://github.com/stefanprodan/podinfo.git diff --git a/examples/flux-test/zarf.yaml b/examples/flux-test/zarf.yaml index 04ca68f345..1c929679b2 100644 --- a/examples/flux-test/zarf.yaml +++ b/examples/flux-test/zarf.yaml @@ -28,4 +28,4 @@ components: repos: - https://github.com/stefanprodan/podinfo.git images: - - ghcr.io/stefanprodan/podinfo:6.1.6 + - ghcr.io/stefanprodan/podinfo:6.3.3