Skip to content

Commit 1d67e05

Browse files
authored
Update helm/kubeversion in CI checks (#3159)
1 parent f4dd4b7 commit 1d67e05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/helm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
with:
1414
ct_configfile: operations/pyroscope/helm/ct.yaml
1515
ct_check_version_increment: false
16-
helm_version: v3.8.2
17-
kubeVersion: "1.22"
16+
helm_version: v3.14.3
17+
kubeVersion: "1.23"

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,12 @@ helm/check: $(BIN)/kubeconform $(BIN)/helm
377377
$(BIN)/helm dependency update ./operations/pyroscope/helm/pyroscope/
378378
$(BIN)/helm dependency build ./operations/pyroscope/helm/pyroscope/
379379
mkdir -p ./operations/pyroscope/helm/pyroscope/rendered/
380-
$(BIN)/helm template -n default --kube-version "1.22.0" pyroscope-dev ./operations/pyroscope/helm/pyroscope/ \
380+
$(BIN)/helm template -n default --kube-version "1.23.0" pyroscope-dev ./operations/pyroscope/helm/pyroscope/ \
381381
| tee ./operations/pyroscope/helm/pyroscope/rendered/single-binary.yaml \
382-
| $(BIN)/kubeconform --summary --strict --kubernetes-version 1.22.0
383-
$(BIN)/helm template -n default --kube-version "1.22.0" pyroscope-dev ./operations/pyroscope/helm/pyroscope/ --values operations/pyroscope/helm/pyroscope/values-micro-services.yaml \
382+
| $(BIN)/kubeconform --summary --strict --kubernetes-version 1.23.0
383+
$(BIN)/helm template -n default --kube-version "1.23.0" pyroscope-dev ./operations/pyroscope/helm/pyroscope/ --values operations/pyroscope/helm/pyroscope/values-micro-services.yaml \
384384
| tee ./operations/pyroscope/helm/pyroscope/rendered/micro-services.yaml \
385-
| $(BIN)/kubeconform --summary --strict --kubernetes-version 1.22.0
385+
| $(BIN)/kubeconform --summary --strict --kubernetes-version 1.23.0
386386
cat operations/pyroscope/helm/pyroscope/values-micro-services.yaml \
387387
| go run ./tools/yaml-to-json \
388388
> ./operations/pyroscope/jsonnet/values-micro-services.json

0 commit comments

Comments
 (0)