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.12.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel authored Nov 3, 2023
1 parent 0723294 commit 16a6193
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.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
8 changes: 8 additions & 0 deletions utils/pkg-deps/sonarqube/postgres/peerauth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: postgres-istio-exceptions
namespace: sonarqube-db
spec:
mtls:
mode: PERMISSIVE
6 changes: 6 additions & 0 deletions utils/pkg-deps/sonarqube/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ components:
files:
- policy-exceptions/externalName.yaml
- policy-exceptions/registry.yaml
- name: postgres-istio-exceptions
required: true
manifests:
- name: istio-exceptions
files:
- "peerauth.yaml"
- name: postgres
required: true
charts:
Expand Down
2 changes: 1 addition & 1 deletion 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.11"
version: "0.0.12"
architecture: amd64

variables:
Expand Down

0 comments on commit 16a6193

Please sign in to comment.