UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit caadf40e authored by Quentin Powell's avatar Quentin Powell Committed by Ryan Garcia
Browse files

SKIP UPGRADE: Update vault tag

parent 924c53a1
No related branches found
No related tags found
2 merge requests!1386Master,!1158SKIP UPGRADE: Update vault tag
......@@ -110,7 +110,7 @@ networkPolicies:
nodeCidr: ""
# -- Global ImagePullPolicy value for all packages
# Permitted values are: None, Always, IfNotPresent
# Permitted values are: None, Always, IfNotPresent
imagePullPolicy: IfNotPresent
......@@ -1198,7 +1198,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
path: "./chart"
tag: "0.16.1-bb.3"
tag: "0.18.0-bb.0"
# -- Flux reconciliation overrides specifically for the Vault Package
flux: {}
......
......@@ -290,7 +290,7 @@ monitoring:
enabled: true
sso:
enabled: false
prometheus:
prometheus:
client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-prometheus
alertmanager:
client_id: platform1_a8604cc9-f5e9-4656-802d-d05624370245_bb8-alertmanager
......@@ -327,7 +327,7 @@ monitoring:
revision: 1
datasource: Prometheus
downloadDashboards:
resources:
resources:
limits:
cpu: 20m
memory: 20Mi
......@@ -1065,10 +1065,23 @@ addons:
values:
server:
dataStorage:
enabled: true
enabled: true
injector:
affinity: |
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/name: {{ template "vault.name" . }}-agent-injector
app.kubernetes.io/instance: "{{ .Release.Name }}"
component: webhook
topologyKey: kubernetes.io/hostname
bbtests:
enabled: true
cypress:
artifacts: true
artifacts: true
envs:
cypress_vault_url: "https://vault.bigbang.dev"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment