Skip to content

Commit

Permalink
feat: add common file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Reggie Jones authored and Reggie Jones committed Jun 28, 2024
1 parent f68060e commit 6a423fd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
24 changes: 24 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: jira-common
description: "UDS Jira Common Package"

components:
- name: jira
required: true
charts:
- name: uds-jira-config
namespace: jira
version: 0.1.0
localPath: ../chart
# renovate: datasource=helm
- name: jira
namespace: jira
url: https://repo1.dso.mil/big-bang/product/community/jira.git
version: "1.20.0-bb.0"
gitPath: chart
repoName: jira
releaseName: jira
valuesFiles:
- ../values/common-values.yaml
17 changes: 5 additions & 12 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ metadata:
name: jira
description: "UDS Jira package"
# x-release-please-start-version
version: "1.20.0-uds.1"
version: "1.20.0-uds.0"
# x-release-please-end
architecture: amd64

variables:
- name: JIRA_DB_NAME
default: "jiradb"
Expand All @@ -22,20 +20,15 @@ components:
- name: jira
required: true
description: "Deploy jira"
import:
path: common
only:
flavor: registry1
cluster:
architecture: amd64
charts:
- name: uds-jira-config
namespace: jira
version: 0.1.0
localPath: chart
- name: jira
namespace: jira
url: https://repo1.dso.mil/big-bang/product/community/jira.git
gitPath: chart
version: "1.20.0-bb.0"
valuesFiles:
- values/common-values.yaml
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.16.1
Expand Down

0 comments on commit 6a423fd

Please sign in to comment.