diff --git a/Makefile b/Makefile index 63b8928..56e1191 100755 --- a/Makefile +++ b/Makefile @@ -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=^(?\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 diff --git a/utils/pkg-deps/sonarqube/postgres/peerauth.yaml b/utils/pkg-deps/sonarqube/postgres/peerauth.yaml new file mode 100644 index 0000000..73bdfdc --- /dev/null +++ b/utils/pkg-deps/sonarqube/postgres/peerauth.yaml @@ -0,0 +1,8 @@ +apiVersion: security.istio.io/v1beta1 +kind: PeerAuthentication +metadata: + name: postgres-istio-exceptions + namespace: sonarqube-db +spec: + mtls: + mode: PERMISSIVE diff --git a/utils/pkg-deps/sonarqube/postgres/zarf.yaml b/utils/pkg-deps/sonarqube/postgres/zarf.yaml index 444e790..82fedf4 100644 --- a/utils/pkg-deps/sonarqube/postgres/zarf.yaml +++ b/utils/pkg-deps/sonarqube/postgres/zarf.yaml @@ -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: diff --git a/zarf.yaml b/zarf.yaml index 5cc821c..4321c85 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -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: