Last active
April 29, 2024 18:30
-
-
Save KMatt11/1804e43a0821fa0047629cdd853bb52b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: ZarfPackageConfig | |
metadata: | |
name: podinfo | |
description: Example showcasing multiple ways to deploy helm charts | |
version: 0.0.1 | |
components: | |
- name: podinfo | |
required: true | |
charts: | |
- name: podinfo | |
version: 6.4.0 | |
namespace: podinfo | |
# In this case `url` will load the helm chart located in the podinfo git repository | |
url: https://github.com/stefanprodan/podinfo.git | |
# By default git will look in the root of the git repository but you can define a sub directory with `gitPath` | |
gitPath: charts/podinfo | |
valuesFiles: | |
- values.yaml | |
images: | |
- curlimages/curl:7.69.0 | |
- ghcr.io/stefanprodan/podinfo:6.4.0 | |
- giantswarm/tiny-tools | |
- stefanprodan/grpc_health_probe:v0.3.0 | |
# Cosign artifacts for images - helm-charts - demo-helm-charts | |
- ghcr.io/stefanprodan/podinfo:sha256-57a654ace69ec02ba8973093b6a786faa15640575fbf0dbb603db55aca2ccec8.sig | |
- name: uds-package-podinfo | |
required: true | |
manifests: | |
- name: podinfo-uds-package | |
namespace: podinfo | |
files: | |
- uds-package.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment