Skip to content

Commit

Permalink
[v2.7] bump version to v2.7.14
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Sep 9, 2023
1 parent 3155e06 commit 79945e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION_27
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BASE_VERSION=v2.7.12
SUFFIX_VERSION=fl.15
BASE_VERSION=v2.7.14
SUFFIX_VERSION=fl.$(cat patches-argo-cd/series | cut -d- -f1 | tail -1)
GITOPS_ENGINE_VERSION=ad9a694fe4bcc833d7619faa391b77dd587f852d
2 changes: 1 addition & 1 deletion patches-argo-cd-v2.7/13-upgrade-to-flux-v2-0-0-rc-1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ index 18f41430d..c75f83f73 100644
- Version: "v2beta1",
- Kind: "HelmRelease",
- }, app.Name, app.Spec.Destination.Namespace)
+ hl, err = m.kubectl.GetResource(context.TODO(), config, supportedKinds[Kustomization], app.Name, app.Spec.Destination.Namespace)
+ hl, err = m.kubectl.GetResource(context.TODO(), config, supportedKinds[HelmRelease], app.Name, app.Spec.Destination.Namespace)

if err != nil {
// err might be a "not found" one
Expand Down

0 comments on commit 79945e4

Please sign in to comment.