-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathactions.yaml
31 lines (30 loc) · 1.17 KB
/
actions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
upgrade-containerd:
description: |-
Upgrades Containerd to latest repository version
Deprecated action, instead use
$ juju run-action --wait containerd/X upgrade-packages --containerd=true
params:
dry-run:
type: boolean
description: Only run a dry-run upgrade and report the available version
upgrade-packages:
description: Upgrades Containerd charm packages to latest repository version
params:
dry-run:
type: boolean
default: false
description: Only run a dry-run upgrade and report the available versions.
containerd:
type: boolean
default: true
description: Upgrade containerd in the event there are package updates available.
gpu:
type: boolean
default: false
description: |-
Upgrade gpu drivers in the event there are package updates available.
Note: gpu drivers are ignored if gpu_support is unecessary
force:
type: boolean
default: false
description: Only works if `gpu=true`. Force reinstall the gpu drivers.