Skip to content

Commit

Permalink
(clean + update) : remove 7e.. commit and add main vendor files
Browse files Browse the repository at this point in the history
  • Loading branch information
VILJkid committed Sep 4, 2024
1 parent b550d97 commit a07d844
Show file tree
Hide file tree
Showing 1,266 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/kube-prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This script looks for the `kubernetes-prometheus` version/release tag in your ku

If the mentioned version/release dir doesn't exists already (for eg: `main`), the script downloads it first, and then proceeds with the manifest building process. This way you can upgrade/downgrade with ease.

If `kube_prometheus_version` variable isn't present in the jsonnet vars file, it'll set it to `74e445ae4a2582f978bae2e0e9b63024d7f759d6` commit by default.
If `kube_prometheus_version` variable isn't present in the jsonnet vars file, it'll set it to `main` by default.

Note that you have to clone your kubeaid-config git repository seperately.

Expand Down
4 changes: 2 additions & 2 deletions build/kube-prometheus/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ fi
outdir="${cluster_dir}/kube-prometheus"

# NOTE: If 'kube_prometheus_version' isn't specified in the customer values file ($cluster_jsonnet),
# then we're setting '74e445ae4a2582f978bae2e0e9b63024d7f759d6' as the default tag for it.
# then we're setting 'main' as the default tag for it.
# You can always specify it to get the specific version/tag build by specifying `kube_prometheus_version`
# in the customer values file.
kube_prometheus_release=$(jsonnet "${cluster_jsonnet}" | jq -e -r '.kube_prometheus_version // "74e445ae4a2582f978bae2e0e9b63024d7f759d6"')
kube_prometheus_release=$(jsonnet "${cluster_jsonnet}" | jq -e -r '.kube_prometheus_version // "main"')
if [[ -z "${kube_prometheus_release}" ]]; then
echo "Unable to parse kube-prometheus version, please verify '${cluster_jsonnet}'"
exit 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "74e445ae4a2582f978bae2e0e9b63024d7f759d6"
"version": "main"
},
{
"source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"subdir": "common-lib"
}
},
"version": "f4f72ec792de41019e817b3d48840c622fc28951",
"version": "52be87fb93edc439b69b550acb893abb51a079c5",
"sum": "tfvNQmtjIkqbgy7FU3FDy34OYoZhWskDCQanbiScaHU="
},
{
Expand All @@ -118,7 +118,7 @@
"subdir": "grafana-builder"
}
},
"version": "f4f72ec792de41019e817b3d48840c622fc28951",
"version": "52be87fb93edc439b69b550acb893abb51a079c5",
"sum": "yxqWcq/N3E/a/XreeU6EuE6X7kYPnG0AspAQFKOjASo="
},
{
Expand All @@ -128,7 +128,7 @@
"subdir": "opensearch-mixin"
}
},
"version": "f4f72ec792de41019e817b3d48840c622fc28951",
"version": "52be87fb93edc439b69b550acb893abb51a079c5",
"sum": "AK83KBy5roMxhT0taG54ERV20oG9mhaCJA+EHRzuPO4="
},
{
Expand Down Expand Up @@ -188,7 +188,7 @@
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "74e445ae4a2582f978bae2e0e9b63024d7f759d6",
"version": "97368beb47e520fef937d25b8efe45461ea9ac4f",
"sum": "roigNXE23iQFFU6G8t7/SF+UKqG6zV9yQotiClXnkoM="
},
{
Expand Down
Loading

0 comments on commit a07d844

Please sign in to comment.