Skip to content

Commit 0adbcec

Browse files
bump: helm version to 3.16.3 (#232)
1 parent 2a79299 commit 0adbcec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@7.0.0
4+
codacy: codacy/base@12.1.3
55

66
references:
77
circleci_job: &circleci_job

src/executors/machine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: >
33
https://circleci.com/docs/2.0/executor-types/#using-machine
44
55
machine:
6-
image: ubuntu-2004:2023.10.1
6+
image: ubuntu-2004:2024.08.1
77

88
working_directory: ~/workdir

src/jobs/microk8s_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
helm_version:
1616
description: "Helm version used to install the chart"
1717
type: string
18-
default: "v3.2.0"
18+
default: "v3.16.3"
1919
microk8s_channel:
2020
description: "Microk8s version used"
2121
type: string

0 commit comments

Comments
 (0)