Skip to content

Commit

Permalink
change oci package references (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabe <70963120+ntwkninja@users.noreply.github.com>
  • Loading branch information
AustinAbro321 and ntwkninja authored Jul 30, 2024
1 parent 063da1b commit e40247f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ components:
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.34.0

# Creates the temporary seed-registry
- name: zarf-seed-registry
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.34.0

# Creates the permanent registry
- name: zarf-registry
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.34.0

# Creates the pod+git mutating webhook
- name: zarf-agent
required: true
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.34.0

- name: git-server
import:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.34.0
only:
flavor: gitea-registry1

0 comments on commit e40247f

Please sign in to comment.