Skip to content

Commit

Permalink
Merge branch 'main' into docs-refresh-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Oct 11, 2024
2 parents ca585c5 + 6e47b11 commit 222c956
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ uds deploy k3d-core-slim-dev:0.28.0

#### Developing UDS Core

UDS Core development leverages the `uds zarf dev deploy` command. For convenience, a UDS Task is provided to setup the environment. You'll need to have [NodeJS](https://nodejs.org/en/download/) 20 or later installed to continue. Here's an example of a flow developing the [identity-authorization layer](./package/identity-authorization/README.md):
UDS Core development leverages the `uds zarf dev deploy` command. For convenience, a UDS Task is provided to setup the environment. You'll need to have [NodeJS](https://nodejs.org/en/download/) 20 or later installed to continue. Here's an example of a flow developing the [identity-authorization layer](./packages/identity-authorization/README.md):

```bash
# Create the dev environment
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gateway:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/nginx-fips
tag: 1.27.1
tag: 1.27.2
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
Expand Down
2 changes: 1 addition & 1 deletion src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ components:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.2.0
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.2
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.31
2 changes: 1 addition & 1 deletion src/metrics-server/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
- name: metrics-server
namespace: metrics-server
url: https://kubernetes-sigs.github.io/metrics-server
version: 3.12.1
version: 3.12.2
valuesFiles:
- "../values/values.yaml"
actions:
Expand Down
4 changes: 2 additions & 2 deletions src/runtime/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ components:
- name: uds-runtime
required: false
images:
- ghcr.io/defenseunicorns/uds-runtime:0.5.0
- ghcr.io/defenseunicorns/uds-runtime:0.6.0
charts:
- name: uds-runtime
namespace: uds-runtime
version: "v0.5.0"
version: "v0.6.0"
url: https://github.com/defenseunicorns/uds-runtime.git
gitPath: chart
actions:
Expand Down

0 comments on commit 222c956

Please sign in to comment.