Skip to content

Commit

Permalink
Merge pull request #144 from harness/OPS-36476
Browse files Browse the repository at this point in the history
fix: [OPS-36476] Fix POD_NAME version
  • Loading branch information
harness-jc authored Nov 25, 2024
2 parents 683397e + e539071 commit 3ce93e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: library
# 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: 1.3.71
version: 1.3.72

# 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 src/common/templates/_jfr-helper.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ USAGE:
- name: POD_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: SERVICE_NAME
value: {{ $.Chart.Name }}
Expand Down

0 comments on commit 3ce93e7

Please sign in to comment.