Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Update to use updated uds-support-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Jul 19, 2023
1 parent a0d313c commit 9438c33
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 5 additions & 1 deletion gitlab-runner-flux-values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
application:
name: gitlab-runner
createNamespace: ###ZARF_VAR_GITLAB_RUNNER_CREATE_NAMESPACE###
namespace: gitlab-runner
path: chart
repository: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git
tag: 0.51.0-bb.2
ref:
tag: 0.51.0-bb.2
values: |
###ZARF_VAR_GITLAB_RUNNER_VALUES###
dependsOn:
###ZARF_VAR_GITLAB_RUNNER_DEPENDS_ON###
13 changes: 9 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ kind: ZarfPackageConfig
metadata:
name: gitlab-runner
description: "UDS GitLab Runner capability deployed via flux"
version: "0.0.1"
version: "0.0.2"
architecture: amd64

variables:
- name: GITLAB_RUNNER_DEPENDS_ON
default: "[]"
- name: GITLAB_RUNNER_CREATE_NAMESPACE
default: "true"

components:
- name: gitlab-runner-values
files:
Expand All @@ -24,9 +30,8 @@ components:
autoIndent: true
charts:
- name: flux-app
version: 1.0.0
url: https://github.com/defenseunicorns/flux-app-helm-chart.git
gitPath: charts
version: 1.0.3
url: https://defenseunicorns.github.io/uds-support-charts/
namespace: bigbang
valuesFiles:
- gitlab-runner-flux-values.yaml
Expand Down

0 comments on commit 9438c33

Please sign in to comment.