Skip to content

Commit 4c26c13

Browse files
authored
Merge pull request #21 from linuxfoundation/andrest50/meetings-data-transformations
[LFXV2-896, LFXV2-897] Update meeting handlers with field name changes and string-to-int conversions
2 parents 2a304a1 + 5ad828b commit 4c26c13

File tree

5 files changed

+1092
-502
lines changed

5 files changed

+1092
-502
lines changed

.github/workflows/ko-build-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
set -euo pipefail
3636
APP_VERSION=$(echo ${{ github.ref_name }} | sed 's/v//g')
3737
CHART_NAME="$(yq '.name' charts/*/Chart.yaml)"
38-
CHART_VERSION="$(yq '.version' charts/*/Chart.yaml)"
38+
CHART_VERSION=$(echo ${{ github.ref_name }} | sed 's/v//g')
3939
{
4040
echo "app_version=$APP_VERSION"
4141
echo "chart_name=$CHART_NAME"

charts/lfx-v1-sync-helper/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ apiVersion: v2
55
name: lfx-v1-sync-helper
66
description: LFX Platform v1 Sync Helper chart
77
type: application
8-
version: 0.3.7
8+
version: 0.0.1

0 commit comments

Comments
 (0)