Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flux reconcile make HR upgrade without any update #675

Closed
longquan0104 opened this issue Apr 20, 2023 · 0 comments
Closed

Flux reconcile make HR upgrade without any update #675

longquan0104 opened this issue Apr 20, 2023 · 0 comments

Comments

@longquan0104
Copy link
Contributor

My helm-release was upgraded and re-rendered to generate new resources without any update.
My helm-release has those value

      test:
              632bd80235a05f4192aefade: TEST_SECRET_VALUE
              632bd80ddf416cf32fd50679: TEST_SECRET_VALUE
              632bd817c559818a52307da2: TEST_SECRET_VALUE
              632bd82398e71231a98004b6: TEST_SECRET_VALUE 

every time re-render it makes a new manifest with only one update position of this map key: value
The update is only about the position:
for example changes from revision 1 to 2:

        test:
+          632bd80235a05f4192aefade: TEST_SECRET_VALUE
           632bd80ddf416cf32fd50679: TEST_SECRET_VALUE
           632bd817c559818a52307da2: TEST_SECRET_VALUE
-          632bd80235a05f4192aefade: TEST_SECRET_VALUE
           632bd82398e71231a98004b6: TEST_SECRET_VALUE

and changes from revision 2 to 3:

        test:
-           632bd80235a05f4192aefade: TEST_SECRET_VALUE
            632bd80ddf416cf32fd50679: TEST_SECRET_VALUE
            632bd817c559818a52307da2: TEST_SECRET_VALUE
+           632bd80235a05f4192aefade: TEST_SECRET_VALUE
            632bd82398e71231a98004b6: TEST_SECRET_VALUE

My expectation is this should not consider an update and there should be no upgrading action happened.

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

No branches or pull requests

2 participants