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 2a79299 commit 0adbcecCopy full SHA for 0adbcec
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@7.0.0
+ codacy: codacy/base@12.1.3
5
6
references:
7
circleci_job: &circleci_job
src/executors/machine.yml
@@ -3,6 +3,6 @@ description: >
https://circleci.com/docs/2.0/executor-types/#using-machine
machine:
- image: ubuntu-2004:2023.10.1
+ image: ubuntu-2004:2024.08.1
8
working_directory: ~/workdir
src/jobs/microk8s_install.yml
@@ -15,7 +15,7 @@ parameters:
15
helm_version:
16
description: "Helm version used to install the chart"
17
type: string
18
- default: "v3.2.0"
+ default: "v3.16.3"
19
microk8s_channel:
20
description: "Microk8s version used"
21
0 commit comments