We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac52283 commit 8af70b1Copy full SHA for 8af70b1
.github/workflows/publish.yml
@@ -374,7 +374,7 @@ jobs:
374
set -euo pipefail
375
VALUES_FILE="oss/charts/v2/airbyte/values.yaml"
376
# Get the current manifest-server tag from the values.yaml file
377
- PREVIOUS_VERSION=$(grep -A4 "^manifestServer:" "$VALUES_FILE" | grep "tag:" | awk '{print $2}')
+ PREVIOUS_VERSION=$(grep -A15 "^manifestServer:" "$VALUES_FILE" | grep -A4 "image:" | grep "tag:" | awk '{print $2}')
378
echo "Previous version: ${PREVIOUS_VERSION}"
379
echo "New version: ${VERSION}"
380
# Update the manifest-server tag in the Helm values file (preserves formatting)
0 commit comments