UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c8999cab authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Merge branch '1425-hpa-redis' into 'master'

Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in Redis chart by default"

Closes #1425

See merge request !2721
parents 0453402e d72b7587
No related branches found
No related tags found
1 merge request!2721Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in Redis chart by default"
Pipeline #1743199 failed
......@@ -950,11 +950,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/argocd.git
path: "./chart"
tag: "5.28.0-bb.0"
tag: "5.28.0-bb.2"
helmRepo:
repoName: "registry1"
chartName: "argocd"
tag: "5.28.0-bb.0"
tag: "5.28.0-bb.2"
# -- Flux reconciliation overrides specifically for the ArgoCD Package
flux: {}
......@@ -1007,11 +1007,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/authservice.git
path: "./chart"
tag: "0.5.3-bb.7"
tag: "0.5.3-bb.8"
helmRepo:
repoName: "registry1"
chartName: "authservice"
tag: "0.5.3-bb.7"
tag: "0.5.3-bb.8"
# -- Flux reconciliation overrides specifically for the Authservice Package
flux: {}
......@@ -1397,11 +1397,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart"
tag: "1.24.1-bb.3"
tag: "1.24.1-bb.4"
helmRepo:
repoName: "registry1"
chartName: "anchore"
tag: "1.24.1-bb.3"
tag: "1.24.1-bb.4"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......
......@@ -901,6 +901,8 @@ addons:
size: 256Mi
replica:
replicaCount: 0
autoscaling:
enabled: false
persistence:
size: 256Mi
......@@ -1178,6 +1180,8 @@ addons:
enabled: true
replica:
replicaCount: 0
autoscaling:
enabled: false
bbtests:
enabled: true
scripts:
......
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