Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta committed Sep 16, 2024
1 parent 18ea64b commit 067740a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/replicate-chart.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash
# shellcheck disable=SC1091

set -euo pipefail

# This script is used to replicate the helm chart from storage account to OCI registry
# Note: This script is being added for historical. The helm chart is now being pushed to
# the OCI registry directly from the pipeline
# Usage: ./replicate-chart.sh <target_acr> <chart_version>

if [ "$#" -ne 2 ]; then
Expand Down

0 comments on commit 067740a

Please sign in to comment.