-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzarf.yaml
71 lines (66 loc) · 2.25 KB
/
zarf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: gitlab-runner
description: "UDS GitLab Runner Package"
version: "dev"
variables:
- name: DOMAIN
default: "uds.dev"
- name: RUNNER_AUTH_TOKEN
description: The Runner Authentication Token to use when registering the GitLab Runner (if none is provided will register a default instance runner)
- name: RUNNER_SANDBOX_NAMESPACE
default: gitlab-runner-sandbox
- name: RUNNER_TAGS
description: The list of tags to register the runner as
default: uds
- name: ENABLE_SECURITY_CAPABILITIES
default: "false"
components:
- name: gitlab-runner
required: true
description: "Deploy gitlab-runner"
import:
path: common
only:
flavor: registry1
charts:
- name: gitlab-runner
valuesFiles:
- values/registry1-values.yaml
images:
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v17.5.4"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.3.1"
- "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5"
- name: gitlab-runner
required: true
description: "Deploy gitlab-runner"
import:
path: common
only:
flavor: upstream
charts:
- name: gitlab-runner
valuesFiles:
- values/upstream-values.yaml
images:
- "registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v17.7.0" # renovate: extractVersion=^alpine-v(?<version>\\d+\\.\\d+\\.\\d+)$
- "registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-ubi-images/gitlab-runner-helper-ocp:v17.7.0"
- "library/alpine:3.21.0"
- name: gitlab-runner
required: true
description: "Deploy gitlab-runner"
import:
path: common
only:
flavor: unicorn
charts:
- name: gitlab-runner
valuesFiles:
- values/unicorn-values.yaml
images:
- "cgr.dev/du-uds-defenseunicorns/gitlab-runner-fips:17.7.0"
- "cgr.dev/du-uds-defenseunicorns/gitlab-runner-helper-fips:17.7.0"
- "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37.0"