Skip to content

Commit

Permalink
Merge pull request #9265 from radTuti/cp-gen-manifest-v3.29
Browse files Browse the repository at this point in the history
[cherry-pick] [v3.29] fix manifest generation
  • Loading branch information
radTuti authored Sep 24, 2024
2 parents 0d40fcf + f8d5b07 commit fc0b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CALICO_VERSION=${CALICO_VERSION:-$defaultCalicoVersion}
defaultOperatorVersion=$(cat ../charts/tigera-operator/values.yaml | grep version: | cut -d" " -f4)
OPERATOR_VERSION=${OPERATOR_VERSION:-$defaultOperatorVersion}

NON_HELM_MANIFEST_IMAGES="calico/apiserver calico/windows calico/ctl calico/csi calico/node-driver-registrar calico/dikastes"
NON_HELM_MANIFEST_IMAGES="calico/apiserver calico/windows calico/ctl calico/csi calico/node-driver-registrar calico/dikastes calico/flannel-migration-controller"

echo "Generating manifests for Calico=$CALICO_VERSION and tigera-operator=$OPERATOR_VERSION"

Expand Down

0 comments on commit fc0b422

Please sign in to comment.