Skip to content

Commit

Permalink
fix: chart.yaml's indentation (#586)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait authored Sep 16, 2024
1 parent 8dbfd46 commit dbf9503
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ appVersion: 2.6.1-prerelease
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: https://openebs.io/
keywords:
- cloud-native-storage
- block-storage
- filesystem
- ZFS
- Local Persistent Volumes
- storage
- cloud-native-storage
- block-storage
- filesystem
- ZFS
- Local Persistent Volumes
- storage
sources:
- https://github.com/openebs/zfs-localpv
- https://github.com/openebs/zfs-localpv
dependencies:
- name: crds
version: 2.6.1-prerelease
condition: crds.enabled
- name: crds
version: 2.6.1-prerelease
condition: crds.enabled
2 changes: 1 addition & 1 deletion scripts/update-chart-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ update_chart_yaml() {

yq_ibl ".version = \"$VERSION\" | .appVersion = \"$APP_VERSION\"" "$CHART_YAML"
yq_ibl ".version = \"$VERSION\"" "$CRD_CHART_YAML"
yq_ibl "(.dependencies[] | select(.name == \"crds\") | .version) = \"$VERSION\"" "$CHART_YAML"
yq_ibl "(.dependencies[] | select(.name == \"crds\").version) |= \"$VERSION\"" "$CHART_YAML"
yq_ibl ".zfsPlugin.image.tag = \"$VERSION\"" "$VALUES_YAML"
}

Expand Down

0 comments on commit dbf9503

Please sign in to comment.