Skip to content

Conversation

@HarryGogonis
Copy link
Contributor

@HarryGogonis HarryGogonis commented Nov 13, 2024

Fixes an unhandeled error that happens when creating a new Kustomization that did not exist in git history

@github-actions
Copy link

github-actions bot commented Nov 13, 2024

Comparing testdata/prod

Comparing testdata/prod/helm.toolkit.fluxcd.io_v2_helmrelease_testapp.yaml

@@ -10,7 +10,8 @@
         kind: GitRepository
         name: gitops
   interval: 1h
   releaseName: testapp
   values:
     deployment:
       useServiceAccount: false
+    foo: true

Comparing testdata/stage

Comparing testdata/stage/helm.toolkit.fluxcd.io_v2_helmrelease_testapp.yaml

@@ -10,7 +10,8 @@
         kind: GitRepository
         name: gitops
   interval: 1h
   releaseName: testapp
   values:
     deployment:
       useServiceAccount: true
+    foo: true

Comparing testdata/new

file list

@@ -0,0 +1 @@
+helm.toolkit.fluxcd.io_v2_helmrelease_testapp.yaml

@HarryGogonis HarryGogonis force-pushed the SRENEW-2465 branch 3 times, most recently from 1cd4793 to 8bf4a4e Compare November 13, 2024 15:54
@HarryGogonis HarryGogonis changed the title WIP: new folders SRENEW-2465 | fix to allow new kustomizations Nov 13, 2024
@HarryGogonis HarryGogonis force-pushed the SRENEW-2465 branch 7 times, most recently from e48010b to 9657452 Compare November 13, 2024 16:25
@HarryGogonis HarryGogonis marked this pull request as ready for review November 13, 2024 16:53
Copy link

@jasonreevessp jasonreevessp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@HarryGogonis HarryGogonis merged commit df4080d into main Nov 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants