From 60f616a962d191476fe23564e283d35961858ba2 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Thu, 26 Oct 2023 19:07:53 +0000 Subject: [PATCH] harbor update to 1.13.0-bb.1 --- chart/templates/harbor/values.yaml | 1 + chart/values.yaml | 4 ++-- tests/test-values.yaml | 5 +---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/chart/templates/harbor/values.yaml b/chart/templates/harbor/values.yaml index de4af61219..db7811973a 100644 --- a/chart/templates/harbor/values.yaml +++ b/chart/templates/harbor/values.yaml @@ -17,6 +17,7 @@ domain: {{ .Values.domain }} istio: enabled: {{ .Values.istio.enabled }} + injection: {{ dig "istio" "injection" "enabled" .Values.addons.harbor }} harbor: gateways: - istio-system/{{ default "public" .Values.addons.harbor.ingress.gateway }} diff --git a/chart/values.yaml b/chart/values.yaml index 917e99ddc4..73b5965a64 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1865,12 +1865,12 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/harbor.git - tag: "1.12.4-bb.3" + tag: "1.13.0-bb.1" path: "./chart" helmRepo: repoName: "registry1" chartName: "harbor" - tag: "1.12.4-bb.3" + tag: "1.13.0-bb.1" # -- Flux reconciliation overrides specifically for the Jaeger Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 1472bc4e0a..1ad42a2ba1 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -1817,10 +1817,7 @@ addons: enabled: false # -- Values to pass through to Habor chart: https://repo1.dso.mil/big-bang/product/packages/harbor.git - values: - redis: - external: - addr: "harbor-redis-bb-headless:6379" + values: expose: type: clusterIP tls: -- GitLab