From 9bec327f36b86af23fae9f1a11a56ce233836ed8 Mon Sep 17 00:00:00 2001 From: awendt Date: Fri, 28 Jun 2024 12:53:58 -0600 Subject: [PATCH] chore: bump nexus and add NuGetApiKey realm (#136) fix: bump nexus again to bring in default saml role update --- bundles/uds-core-swf/uds-bundle.yaml | 8 ++++---- docs/packages-and-dependencies.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundles/uds-core-swf/uds-bundle.yaml b/bundles/uds-core-swf/uds-bundle.yaml index c022b4f7..d8149e31 100644 --- a/bundles/uds-core-swf/uds-bundle.yaml +++ b/bundles/uds-core-swf/uds-bundle.yaml @@ -11,7 +11,7 @@ metadata: x-gitlab-init-security-context: &gitlab-init-security-context privileged: true readOnlyRootFilesystem: false - runAsUser: 0 + runAsUser: 0 packages: # Zarf init @@ -330,7 +330,7 @@ packages: value: *gitlab-init-security-context - path: gitlab.gitaly.init.containerSecurityContext value: *gitlab-init-security-context - + variables: - name: MIGRATIONS_RESOURCES description: "Gitlab Migrations Resources" @@ -483,7 +483,7 @@ packages: # Nexus - name: nexus repository: ghcr.io/defenseunicorns/packages/uds/nexus - ref: 3.68.0-uds.1-registry1 + ref: 3.68.0-uds.3-registry1 overrides: nexus: nexus: @@ -492,8 +492,8 @@ packages: value: - "NexusAuthenticatingRealm" - "SamlRealm" - - "DefaultRole" - "User-Token-Realm" + - "NuGetApiKey" - path: nexus.docker.enabled value: true - path: nexus.docker.registries diff --git a/docs/packages-and-dependencies.md b/docs/packages-and-dependencies.md index 70be2e0c..90e4fcd0 100644 --- a/docs/packages-and-dependencies.md +++ b/docs/packages-and-dependencies.md @@ -48,7 +48,7 @@ The UDS Software Factory Bundle (SWF) is a collection of Zarf packages which inc | [Jira](https://github.com/defenseunicorns/uds-package-jira) | 1.19.0-uds.0-registry1 | 9.15.1 | A collaboration tool used for team management and task organization | | [Confluence](https://github.com/defenseunicorns/uds-package-confluence) | 1.18.0-uds.0-registry1 | 8.8.0 | A knowledge management tool used by teams to organize information | | [Mattermost](https://github.com/defenseunicorns/uds-package-mattermost) | 9.7.2-uds.0-registry1 | 9.7.2 | An instance of Mattermost, a self-hosted chat and collaboration platform | -| [Nexus](https://github.com/defenseunicorns/uds-package-nexus) | 3.68.0-uds.0-registry1 | 3.68.1-02 | An artifact repository used for storing compiled application libraries, packages, images and other such artifacts | +| [Nexus](https://github.com/defenseunicorns/uds-package-nexus) | 3.68.0-uds.3-registry1 | 3.68.1-02 | An artifact repository used for storing compiled application libraries, packages, images and other such artifacts | ## UDS Core UDS Core is a collection of tools that provide administrative capabilities such as deployment automation, centralized logging, monitoring, alerting and runtime security to a kubernetes cluster. The following applications and tools are installed: