Skip to content

Commit

Permalink
fix: removed unicorn flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Jul 9, 2024
1 parent 9247d76 commit 3c8d2cd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
flavor: [registry1, unicorn]
flavor: [registry1]
type: [install, upgrade]
steps:
- name: Shim for ${{ matrix.type }} ${{ matrix.flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Publish package
strategy:
matrix:
flavor: [registry1, unicorn]
flavor: [registry1]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 25
strategy:
matrix:
flavor: [registry1, unicorn]
flavor: [registry1]
type: [install, upgrade]

steps:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ The Jenkins Package expects to be deployed on top of [UDS Core](https://github.c
| Flavor | Description | Example Creation |
| ------ | ----------- | ---------------- |
| registry1 | Uses images from registry1.dso.mil within the package. | `zarf package create . -f registry1` |
| unicorn | Uses images from cgr.dev within the package. | `zarf package create . -f unicorn` |

> [!IMPORTANT]
> **NOTE:** To create the registry1 or the unicorn flavor you will need to be logged into Iron Bank - you can find instructions on how to do this in the [Big Bang Zarf Tutorial](https://docs.zarf.dev/tutorials/6-big-bang/#setup).
> **NOTE:** To create the registry1 flavor you will need to be logged into Iron Bank - you can find instructions on how to do this in the [Big Bang Zarf Tutorial](https://docs.zarf.dev/tutorials/6-big-bang/#setup).
## Releases

Expand Down
19 changes: 0 additions & 19 deletions values/unicorn.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,3 @@ components:
- registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent:3186.vc3b_7249b_87eb_-1
- registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.27.2
- registry1.dso.mil/ironbank/opensource/bats/bats:v1.10.0-ubi9

# Note: unicorn flavor is experimental
- name: jenkins
required: true
description: "Deploy jenkins with registry1 images"
import:
path: common
only:
flavor: unicorn
cluster:
architecture: amd64
charts:
- name: jenkins
valuesFiles:
- values/unicorn.yaml
images:
- cgr.dev/chainguard/jenkins:latest
- registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent:3186.vc3b_7249b_87eb_-1
- cgr.dev/chainguard/k8s-sidecar:latest

0 comments on commit 3c8d2cd

Please sign in to comment.