Skip to content

Commit

Permalink
puts chart into standard directory and polishes README (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Dec 31, 2023
1 parent 7f3b9fb commit 606456d
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 47 deletions.
85 changes: 44 additions & 41 deletions README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build-bin/helm/helm_prepare
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ fi

# Update appVersion
latest_app_version=${2?latest_app_version is required. Ex 4.5.6}
sh -c "sed -i 's/appVersion\:\s[0-9.]\+/appVersion\: ${latest_app_version}/g' Chart.yaml"
sh -c "sed -i 's/appVersion\:\s[0-9.]\+/appVersion\: ${latest_app_version}/g' ./charts/zipkin/Chart.yaml"

# Update version
sh -c "sed -i 's/version\:\s[0-9.]\+/version\: ${release_version}/g' Chart.yaml"
sh -c "sed -i 's/version\:\s[0-9.]\+/version\: ${release_version}/g' ./charts/zipkin/Chart.yaml"

# Commit changes to Chart.yaml
git add Chart.yaml && git commit -m "chore: prepare chart release ${release_version}"
# Commit changes to ./charts/zipkin/Chart.yaml
git add ./charts/zipkin/Chart.yaml && git commit -m "chore: prepare chart release ${release_version}"

# Push the changes in Chart.yaml to the release branch
# Push the changes in ./charts/zipkin/Chart.yaml to the release branch
git push origin ${release_branch}
2 changes: 1 addition & 1 deletion Chart.yaml → charts/zipkin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ appVersion: 2.26.0
name: zipkin
description: A Zipkin helm chart for kubernetes
type: application
version: 0.1.0
version: 0.0.0
maintainers:
- name: openzipkin
email: [email protected]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 606456d

Please sign in to comment.