UNCLASSIFIED - NO CUI

Skip to content

chore: updated the git repository's tag referenced in base to match the current tag/chart version

runyontr requested to merge patch-updated-gitrepository-in-base into master

This prevents the need for users of this base to update the gitrepository in their Kustomize file:

patchesStrategicMerge:
- |-
  apiVersion: source.toolkit.fluxcd.io/v1beta1
  kind: GitRepository
  metadata:
    name: bigbang
    namespace: bigbang
  spec:
    ref:
      $patch: replace
      semver: "1.0.2"

Merge request reports