Skip to content

Commit

Permalink
Merge pull request #7 from defenseunicorns/common-file-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel authored Jun 28, 2024
2 parents f68060e + c569a7c commit 8d175f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 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
15 changes: 4 additions & 11 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
# x-release-please-start-version
version: "1.20.0-uds.1"
# 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 8d175f8

Please sign in to comment.