Skip to content

Commit 252c606

Browse files
authored
docs(argocd-image-updater): Edit values.authscript section to include a working example (#3727)
1 parent d044557 commit 252c606

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/argocd-image-updater/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argocd-image-updater
33
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
44
type: application
5-
version: 1.1.0
5+
version: 1.1.1
66
appVersion: v1.1.0
77
home: https://github.com/argoproj-labs/argocd-image-updater
88
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
@@ -18,5 +18,5 @@ annotations:
1818
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1919
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: Bump argocd-image-updater to v1.1.0
21+
- kind: fixed
22+
description: Fix shebang line in azure-workload-identity example

charts/argocd-image-updater/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ authScripts:
216216
# #!/bin/sh
217217
# echo "auth script 2 here"
218218
# azure-workload-identity.sh: |
219-
# #!/bin:sh
219+
# #!/bin/sh
220220
# # Example script for Azure Workload Identity.
221221
# # This script would typically use environment variables set by the workload identity
222222
# # to acquire an Azure AD token and authenticate with Azure Container Registry (ACR).

0 commit comments

Comments
 (0)