-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gotta-go-fast
- Loading branch information
Showing
84 changed files
with
2,055 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
kind: UDSBundle | ||
metadata: | ||
name: uds-core-rke2-nightly | ||
description: A UDS bundle for deploying RKE2 and UDS Core | ||
# x-release-please-start-version | ||
version: "0.28.0" | ||
# x-release-please-end | ||
|
||
packages: | ||
- name: pod-identity-webhook | ||
repository: ghcr.io/defenseunicorns/packages/uds/pod-identity-webhook | ||
ref: 0.3.1-upstream | ||
|
||
- name: init | ||
repository: ghcr.io/zarf-dev/packages/init | ||
ref: v0.40.1 | ||
overrides: | ||
zarf-registry: | ||
docker-registry: | ||
variables: | ||
- path: affinity.custom | ||
name: REGISTRY_AFFINITY_CUSTOM_UDS | ||
- path: persistence.accessMode | ||
name: REGISTRY_PVC_ACCESS_MODE | ||
default: ReadWriteMany | ||
zarf-seed-registry: | ||
docker-registry: | ||
variables: | ||
- path: affinity.custom | ||
name: REGISTRY_AFFINITY_CUSTOM_UDS | ||
- path: persistence.accessMode | ||
name: REGISTRY_PVC_ACCESS_MODE | ||
default: ReadWriteMany | ||
|
||
- name: core | ||
path: ../../../build | ||
# x-release-please-start-version | ||
ref: 0.28.0 | ||
# x-release-please-end | ||
optionalComponents: | ||
- metrics-server | ||
overrides: | ||
velero: | ||
velero: | ||
variables: | ||
- name: VELERO_USE_SECRET | ||
description: "Toggle use secret off to use IRSA." | ||
path: credentials.useSecret | ||
- name: VELERO_IRSA_ROLE_ARN | ||
description: "IRSA ARN annotation to use for Velero" | ||
path: serviceAccount.server.annotations.irsa/role-arn | ||
loki: | ||
loki: | ||
values: | ||
- path: loki.storage.s3.endpoint | ||
value: "" | ||
- path: loki.storage.s3.secretAccessKey | ||
value: "" | ||
- path: loki.storage.s3.accessKeyId | ||
value: "" | ||
- path: global.dnsService | ||
value: rke2-coredns-rke2-coredns | ||
variables: | ||
- name: LOKI_CHUNKS_BUCKET | ||
description: "The object storage bucket for Loki chunks" | ||
path: loki.storage.bucketNames.chunks | ||
- name: LOKI_RULER_BUCKET | ||
description: "The object storage bucket for Loki ruler" | ||
path: loki.storage.bucketNames.ruler | ||
- name: LOKI_ADMIN_BUCKET | ||
description: "The object storage bucket for Loki admin" | ||
path: loki.storage.bucketNames.admin | ||
- name: LOKI_S3_REGION | ||
description: "The S3 region" | ||
path: loki.storage.s3.region | ||
- name: LOKI_IRSA_ROLE_ARN | ||
description: "The irsa role annotation" | ||
path: serviceAccount.annotations.irsa/role-arn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Overwritten by ci-iac-aws package | ||
options: | ||
architecture: amd64 | ||
|
||
variables: | ||
core: | ||
loki_chunks_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_ruler_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_admin_bucket: ${ZARF_VAR_LOKI_S3_BUCKET} | ||
loki_s3_region: ${ZARF_VAR_LOKI_S3_AWS_REGION} | ||
loki_irsa_role_arn: ${ZARF_VAR_LOKI_S3_ROLE_ARN} | ||
velero_use_secret: false | ||
velero_irsa_role_arn: "${ZARF_VAR_VELERO_S3_ROLE_ARN}" | ||
velero_bucket: ${ZARF_VAR_VELERO_S3_BUCKET} | ||
velero_bucket_region: ${ZARF_VAR_VELERO_S3_AWS_REGION} | ||
velero_bucket_provider_url: "" | ||
velero_bucket_credential_name: "" | ||
velero_bucket_credential_key: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ resource "aws_iam_policy" "loki_policy" { | |
} | ||
] | ||
}) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.