UNCLASSIFIED - NO CUI

Skip to content

argocd update to 8.0.10-bb.2

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/argocd/-/blob/8.0.10-bb.2/CHANGELOG.md

Package MR

big-bang/product/packages/argocd!354 (merged)

For Issue

Closes big-bang/product/packages/argocd#254 (closed)

Upgrade Notices

  • Refactoring package with passthrough pattern. Passing values to the argoCD upstream chart will require an additional layer of overlay: addons.argocd.values.upstream An example for update would look like the following:

Current Values

configs:
 cm: 
   oidc.config: |
     name: keycloak
     ...

Updated Values

upstream:
 configs:
   cm: 
     oidc.config: |
       name: keycloak
       ...

This change does not apply to bigbang specific values in the chart, i.e. awsCredentials, istio, monitoring, networkPolicies, upgradeJob, bbtests, openshift, and redis-bb. Note that global is also preserved due to an upstream requirement.

  • SSO is now propagated through the proper values.yaml channels in upstream argocd chart. Users should refer to upstream chart for any additional SSO configuration, specifically argo-cd/templates/argocd-configs/argocd-rbac-cm.yaml and argo-cd/templates/argocd-configs/argocd-cm.yaml found here.
Edited by Chris Schaefer

Merge request reports

Loading