diff --git a/.github/workflows/ci-docs-shim.yaml b/.github/workflows/ci-docs-shim.yaml index 25d3f50..24c2402 100644 --- a/.github/workflows/ci-docs-shim.yaml +++ b/.github/workflows/ci-docs-shim.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: type: [install, upgrade] - flavor: [upstream, registry1] + flavor: [upstream, registry1, unicorn] uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2 with: flavor: ${{ matrix.flavor }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6bfed1c..3425984 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: if: ${{ needs.tag-new-version.outputs.release_created == 'true' }} strategy: matrix: - flavor: [upstream, registry1] + flavor: [upstream, registry1, unicorn] architecture: [amd64, arm64] exclude: - flavor: registry1 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 790e41f..dc203e3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,7 +55,7 @@ jobs: fail-fast: true matrix: type: [install, upgrade] - flavor: [upstream, registry1] + flavor: [upstream, registry1, unicorn] uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2 with: upgrade-flavors: ${{ needs.check-flavor.outputs.upgrade-flavors }} diff --git a/tasks.yaml b/tasks.yaml index 27d3fd5..5ed6daa 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -76,11 +76,11 @@ tasks: - task: actions:determine-arch - task: create:package - task: setup:k3d-test-cluster - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - task: dependencies:deploy - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - task: create-deploy-test-bundle - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - description: Publish the package task: publish:package with: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index e68f0bc..249d38a 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -4,4 +4,4 @@ image: registry: registry1.dso.mil repository: ironbank/container-hardening-tools/renovate/renovate - tag: 38.107.0 + tag: 38.133.0 diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml new file mode 100644 index 0000000..58e16d3 --- /dev/null +++ b/values/unicorn-values.yaml @@ -0,0 +1,7 @@ +# Copyright 2024 Defense Unicorns +# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial + +image: + registry: ghcr.io + repository: renovatebot/renovate + tag: 38.133.0-full diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index ad7eee0..58e16d3 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,4 +4,4 @@ image: registry: ghcr.io repository: renovatebot/renovate - tag: 38.107.0-full + tag: 38.133.0-full diff --git a/zarf.yaml b/zarf.yaml index 562235c..420c604 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -29,7 +29,7 @@ components: valuesFiles: - values/upstream-values.yaml images: - - ghcr.io/renovatebot/renovate:38.107.0-full + - ghcr.io/renovatebot/renovate:38.133.0-full - name: renovate required: true @@ -43,4 +43,18 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.107.0 + - registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:38.133.0 + + - name: renovate + required: true + description: "Deploy Renovate" + import: + path: common + only: + flavor: unicorn + charts: + - name: renovate + valuesFiles: + - values/unicorn-values.yaml + images: + - ghcr.io/renovatebot/renovate:38.133.0-full