docs(argocd-image-updater): Edit values.authscript section to include a working example#3727
Merged
jmeridth merged 1 commit intoargoproj:mainfrom Feb 15, 2026
Merged
docs(argocd-image-updater): Edit values.authscript section to include a working example#3727jmeridth merged 1 commit intoargoproj:mainfrom
jmeridth merged 1 commit intoargoproj:mainfrom
Conversation
tico24
requested changes
Feb 13, 2026
Member
tico24
left a comment
There was a problem hiding this comment.
I have put this PR into draft because a) it is not ready and b) my inbox is on fire from your PR review requests.
10226a4 to
5688e22
Compare
Collaborator
|
Could you pls refrain from keep creating and closing the same kind of PRs? Every PR gives maintainers a notification. |
TIL "draft mode" is a thing 😅 |
Collaborator
|
In addition to draft, you can just edit the one PR. |
jmeridth
reviewed
Feb 13, 2026
1a5a657 to
bf6c2c8
Compare
jmeridth
requested changes
Feb 14, 2026
jmeridth
requested changes
Feb 14, 2026
| - kind: changed | ||
| description: Bump argocd-image-updater to v1.1.0 | ||
| - kind: fixed | ||
| description: Bump argocd-image-updater to v1.1.1 |
Member
There was a problem hiding this comment.
Suggested change
| description: Bump argocd-image-updater to v1.1.1 | |
| description: Fix shebang line in azure-workload-identity example |
Signed-off-by: Lyqed <98341862+Lyqed@users.noreply.github.com>
jmeridth
approved these changes
Feb 15, 2026
tico24
approved these changes
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
What this PR does:
Fixes the authScripts.scripts example for Azure Workload Identity in values.yaml:
Fix shebang (#!/bin:sh → #!/bin/sh)
Run helm-docs