Skip to content

Commit

Permalink
cr status
Browse files Browse the repository at this point in the history
  • Loading branch information
harshv1995 committed Sep 26, 2023
1 parent 8d5a387 commit e4c39c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: |
ls -lart .cr-release-packages
cat cr.yaml
cr upload --token $GITHUB_TOKEN --config cr.yaml
- name: update index.yaml
Expand Down
2 changes: 1 addition & 1 deletion cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ charts-dir: tracing-chart
sign: false
charts_repo_url: https://squadcasthub.github.io/tracing-demo
index-path: .
version: 0.9.0
version: 0.10.0
2 changes: 1 addition & 1 deletion tracing-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.9.0
version: 0.10.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions tracing-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ serviceAccount:

podAnnotations: {}

test: {}
podSecurityContext: {}
# fsGroup: 2000

Expand Down

0 comments on commit e4c39c0

Please sign in to comment.