Skip to content

Commit

Permalink
:chore: change upstream-ce to upstream
Browse files Browse the repository at this point in the history
- Changed from upstream-ce to upstream
- #39

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Feb 26, 2024
1 parent b0862ec commit 7aa787e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
flavor: [upstream-ce, registry1]
flavor: [upstream, registry1]
name: Deploy ${{ matrix.flavor }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For local testing and CI, SonarQube is bundled with the [dev-postgres package](g

| Flavor | Description | Example Creation |
| ------ | ----------- | ---------------- |
| `upstream-ce` | Uses upstream images within the package | `zarf package create . -f upstream-ce` |
| `upstream` | Uses upstream images within the package | `zarf package create . -f upstream` |
| `registry1` | Uses images from registry1.dso.mil within the package | `zarf package create . -f registry1` |

> **_NOTE:_** `registry1` flavor only supports the amd64 architecture
Expand Down
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ components:
- "registry1.dso.mil/ironbank/big-bang/base:2.1.0"
- "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.3-community"

# Note: upstream-ce flavor is experimental
# Note: upstream flavor is experimental
- name: sonarqube
required: true
description: "Deploy sonarqube"
only:
flavor: upstream-ce
flavor: upstream
charts:
- name: uds-sonarqube-config
namespace: sonarqube
Expand Down

0 comments on commit 7aa787e

Please sign in to comment.