Skip to content

Commit c6f547a

Browse files
committed
fix: 🔧 add quote to support Helm version range
1 parent 02a0e97 commit c6f547a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/observability-plugin",
33
"type": "module",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"description": "Observability plugin for DSO console",
66
"exports": {
77
".": {

src/observability-repo-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: 0.1.0
1919
appVersion: "0.0.1"
2020
dependencies:
2121
- name: dso-observability
22-
version: ${observabilityChartVersion}
22+
version: "${observabilityChartVersion}"
2323
repository: https://cloud-pi-native.github.io/helm-charts/
2424
`
2525
const observabilityTemplateContent = `

0 commit comments

Comments
 (0)