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

Commit

Permalink
upped dubbd to 0.13.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel authored Nov 15, 2023
1 parent 16a6193 commit 9112569
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# The version of Zarf to use. To keep this repo as portable as possible the Zarf binary will be downloaded and added to
# the build folder.
# renovate: datasource=github-tags depName=defenseunicorns/zarf
ZARF_VERSION := v0.30.1
ZARF_VERSION := v0.31.1

# The version of the build harness container to use
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.12.1
DUBBD_K3D_VERSION := 0.13.0

# Figure out which Zarf binary we should use based on the operating system we are on
ZARF_BIN := zarf
Expand Down
2 changes: 1 addition & 1 deletion sonarqube-flux-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application:
repository: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git
ref:
# renovate: datasource=gitlab-tags depName=big-bang/product/packages/sonarqube versioning=loose registryUrl=https://repo1.dso.mil
tag: 8.0.2-bb.1
tag: 8.0.2-bb.2
dependsOn:
###ZARF_VAR_SONARQUBE_DEPENDS_ON###
baseValues:
Expand Down
8 changes: 4 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ZarfPackageConfig
metadata:
name: sonarqube
description: "UDS Sonarqube capability deployed via flux"
version: "0.0.12"
version: "0.0.13"
architecture: amd64

variables:
Expand Down Expand Up @@ -56,10 +56,10 @@ components:
valuesFiles:
- sonarqube-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/packages/sonarqube.git@8.0.2-bb.1
- https://repo1.dso.mil/big-bang/product/packages/sonarqube.git@8.0.2-bb.2
images:
- "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.2-community"
- "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
- "registry1.dso.mil/ironbank/big-bang/sonarqube-9:9.9.2-community"
- "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
actions:
onDeploy:
after:
Expand Down

0 comments on commit 9112569

Please sign in to comment.