We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66be7be commit dc897f0Copy full SHA for dc897f0
.circleci/config.yml
@@ -560,7 +560,7 @@ workflows:
560
name: install_k8s-1.30_helm-3.16.3_unstable
561
helm_repo: "https://charts.codacy.com/unstable"
562
chart_version: $(cat .version)
563
- microk8s_channel: "1.30/stable"
+ microk8s_channel: "1.31/stable"
564
helm_version: "v3.16.3"
565
helm_timeout: 1200
566
context: CodacyDocker
@@ -810,7 +810,7 @@ workflows:
810
<<: *helm_values
811
requires:
812
- helm_push_incubator
813
-
+
814
- codacy/microk8s_install:
815
name: install_k8s-1.30_helm-3.16.3
816
helm_repo: "https://charts.codacy.com/incubator"
0 commit comments