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

Upped dubbd to 0.12.1 #24

Merged
merged 5 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.29.2
ZARF_VERSION := v0.30.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.10.1
DUBBD_K3D_VERSION := 0.12.1

# 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 gitlab-runner-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/gitlab-runner.git
ref:
# renovate: datasource=gitlab-tags depName=big-bang/product/packages/gitlab-runner versioning=loose registryUrl=https://repo1.dso.mil
tag: 0.52.0-bb.6
tag: 0.52.0-bb.7
values: |
###ZARF_VAR_GITLAB_RUNNER_VALUES###
dependsOn:
Expand Down
10 changes: 5 additions & 5 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ZarfPackageConfig
metadata:
name: gitlab-runner
description: "UDS GitLab Runner capability deployed via flux"
version: "0.0.8"
version: "0.0.9"
architecture: amd64

variables:
Expand Down Expand Up @@ -37,11 +37,11 @@ components:
valuesFiles:
- gitlab-runner-flux-values.yaml
repos:
- https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git@0.52.0-bb.6
- https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git@0.52.0-bb.7
images:
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v15.11.0"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v15.11.0"
- "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v15.11.0"
- "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v15.11.0"
- "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8"
actions:
onDeploy:
after:
Expand Down