Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Upped dubbd and capability versions (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel authored Oct 3, 2023
1 parent edb1887 commit dbb40f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BUILD_HARNESS_REPO := ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness
BUILD_HARNESS_VERSION := 1.10.2
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/packages/dubbd-k3d extractVersion=^(?<version>\d+\.\d+\.\d+)
DUBBD_K3D_VERSION := 0.9.0
DUBBD_K3D_VERSION := 0.10.1

# Figure out which Zarf binary we should use based on the operating system we are on
ZARF_BIN := zarf
Expand Down
8 changes: 4 additions & 4 deletions uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: UDSBundle
metadata:
name: software-factory-demo
description: A UDS bundle for deploying a software factory to k3d for demonstration purposes NOT FOR PRODUCTION
version: 0.0.3
version: 0.0.4
architecture: amd64

zarf-packages:
Expand Down Expand Up @@ -79,7 +79,7 @@ zarf-packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/uds-capability/gitlab
ref: 0.1.0
ref: 0.1.1
imports:
- name: GITLAB_IDAM_ENABLED
package: software-factory-idam-gitlab
Expand All @@ -95,7 +95,7 @@ zarf-packages:

- name: gitlab-runner
repository: ghcr.io/defenseunicorns/uds-capability/gitlab-runner
ref: 0.0.7
ref: 0.0.8

# Sonarqube
- name: sonarqube-postgres
Expand All @@ -104,7 +104,7 @@ zarf-packages:

- name: sonarqube
repository: ghcr.io/defenseunicorns/uds-capability/sonarqube
ref: 0.0.9
ref: 0.0.10
imports:
- name: SONARQUBE_IDAM_ENABLED
package: software-factory-idam-sonarqube
Expand Down

0 comments on commit dbb40f6

Please sign in to comment.