@redpanda-data/docs-extensions-and-macros 4.12.5 → 4.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
module.exports = async (github, owner, repo, stableDockerTag, betaDockerTag) => {
|
|
14
14
|
const yaml = require('js-yaml');
|
|
15
|
-
const path = 'charts/redpanda/Chart.yaml';
|
|
15
|
+
const path = 'charts/redpanda/chart/Chart.yaml';
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* Helper function to fetch chart version from a branch derived from a docker tag
|