Skip to content

Commit

Permalink
Merge branch 'main' into hotfix-netpol
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance authored Dec 9, 2024
2 parents b78cae1 + 42d5bda commit 84497a0
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1
with:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
version: v0.12.0
version: v0.13.0

- name: Iron Bank Login
if: ${{ inputs.registry1Username != '' }}
Expand Down
2 changes: 1 addition & 1 deletion src/loki/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
localPath: ../chart
- name: loki
url: https://grafana.github.io/helm-charts/
version: 6.19.0
version: 6.23.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 3.2.1
tag: 3.3.1
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand All @@ -26,4 +26,4 @@ gateway:
memcached:
image:
repository: registry1.dso.mil/ironbank/opensource/memcached/memcached
tag: 1.6.32
tag: 1.6.33
6 changes: 3 additions & 3 deletions src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ loki:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/loki
tag: 3.2.1
tag: 3.3.1
gateway:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/nginx-fips
tag: 1.27.2
tag: 1.27.3
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
tag: 1.6.32
tag: 1.6.33
4 changes: 2 additions & 2 deletions src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 3.2.1
tag: 3.3.1

gateway:
image:
Expand All @@ -17,4 +17,4 @@ memcached:
image:
registry: docker.io
repository: memcached
tag: 1.6.32-alpine
tag: 1.6.33-alpine
14 changes: 7 additions & 7 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:3.2.1
- docker.io/grafana/loki:3.3.1
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.32-alpine
- docker.io/memcached:1.6.33-alpine

- name: loki
required: true
Expand All @@ -35,9 +35,9 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.1
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.3.1
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.32
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.33

- name: loki
required: true
Expand All @@ -51,6 +51,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.2.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.2
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.32
- cgr.dev/du-uds-defenseunicorns/loki:3.3.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.3
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.33
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/create.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.0/tasks/create.yaml

variables:
- name: FLAVOR
Expand Down
2 changes: 1 addition & 1 deletion tasks/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial

includes:
- remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/lint.yaml
- remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.0/tasks/lint.yaml

tasks:
- name: fix
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ includes:
- base-layer: ../packages/base/tasks.yaml
- idam-layer: ../packages/identity-authorization/tasks.yaml
- common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/refs/tags/v0.13.1/tasks/setup.yaml
- compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.4.0/tasks/compliance.yaml
- compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.5.0/tasks/compliance.yaml

tasks:
- name: base
Expand Down

0 comments on commit 84497a0

Please sign in to comment.