Skip to content

Commit

Permalink
chore: bump nexus and add NuGetApiKey realm (#136)
Browse files Browse the repository at this point in the history
fix: bump nexus again to bring in default saml role update
  • Loading branch information
anthonywendt committed Jun 28, 2024
1 parent 5b4031e commit 9bec327
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -492,8 +492,8 @@ packages:
value:
- "NexusAuthenticatingRealm"
- "SamlRealm"
- "DefaultRole"
- "User-Token-Realm"
- "NuGetApiKey"
- path: nexus.docker.enabled
value: true
- path: nexus.docker.registries
Expand Down
2 changes: 1 addition & 1 deletion docs/packages-and-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9bec327

Please sign in to comment.