Skip to content

Commit

Permalink
Add Common file and update Zarf.Yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reggie Jones authored and Reggie Jones committed Jun 27, 2024
1 parent c883f0d commit 293b11d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 21 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

Check failure on line 24 in common/zarf.yaml

View workflow job for this annotation

GitHub Actions / Lint

24:41 [new-line-at-end-of-file] no new line character at the end of file
37 changes: 16 additions & 21 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,19 @@ variables:
default: "uds.dev"

components:
- name: jira
required: true
description: "Deploy jira"
only:
flavor: registry1
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
- registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10
- name: jira

Check failure on line 22 in zarf.yaml

View workflow job for this annotation

GitHub Actions / Lint

22:5 [indentation] wrong indentation: expected 2 but found 4
required: true
description: "Deploy jira"
import:
path: common
only:
flavor: registry1
cluster:
architecture: amd64
charts:
- name: jira
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node:9.16.1
- registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10

0 comments on commit 293b11d

Please sign in to comment.