-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcatalog.json
More file actions
82 lines (82 loc) · 4.59 KB
/
catalog.json
File metadata and controls
82 lines (82 loc) · 4.59 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"version": "1",
"functions": [
{
"description": "Update resource field values through setters",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/apply-setters.md",
"image": "ghcr.io/krm-functions/apply-setters",
"digest": "sha256:5807049387f4f775464e7e41da251fe224ac8229fd307c32773949fd6187f256",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Lookup container image digests and write back into e.g. RenderHelmChart values",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/digester.md",
"image": "ghcr.io/krm-functions/digester",
"digest": "sha256:1285722a33e42a25a6c63067ab3b6c4be084d085754465329cb875d01dd140a1",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Set enforcement action on GateKeeper constraint resources",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/gatekeeper-set-enforcement-action.md",
"image": "ghcr.io/krm-functions/gatekeeper-set-enforcement-action",
"digest": "sha256:fed864033464bc24e1ad36d31e359a9d6235e3c4a85e5308a0801aa96d1d32cb",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Lookup Helm chart upgrades and upgrade according to upgrade constraints",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/helm-upgrader.md",
"image": "ghcr.io/krm-functions/helm-upgrader",
"digest": "sha256:c32150ceb6661532e85793db39749f7091a14af02eedb9d1685bda936ad03598",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Validate resource schemas",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/kubeconform.md",
"image": "ghcr.io/krm-functions/kubeconform",
"digest": "sha256:10b02b73da6e02957471957bded732fc8f4bb02045b6187a378fcf761251be43",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Compose packages from other packages",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/package-compositor.md",
"image": "ghcr.io/krm-functions/package-compositor",
"digest": "sha256:04bdd68ece1e7f87c505394f56f82c761b65f42e8e063c9996b4764366fec195",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Remove resources marked as local-config-only",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/remove-local-config-resources.md",
"image": "ghcr.io/krm-functions/remove-local-config-resources",
"digest": "sha256:af7e984553154265adb2782924efe0687b19f4b8d8961e95e379f9bfd040dad8",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Render Helm chart",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/render-helm-chart.md",
"image": "ghcr.io/krm-functions/render-helm-chart",
"digest": "sha256:ef7666e8ea762cdc32a53c50e00307cbe10e914f1aaf8cfd9b0bb5c7d278dfe7",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Set resource annotations",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/set-annotations.md",
"image": "ghcr.io/krm-functions/set-annotations",
"digest": "sha256:0d65e3637dbdc6b3397ccfb93f9d6864a263c92cb21524cf0f3ed4178cd32fe1",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Set resource labels",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/set-labels.md",
"image": "ghcr.io/krm-functions/set-labels",
"digest": "sha256:e49f8927f83d286d626c50f6c6df1e9e7896ec8f3192eb8bfdc3837c0098cadc",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
},
{
"description": "Source a Helm chart for use with render-helm-chart function in declarative pipelines",
"documentation": "https://github.com/krm-functions/catalog/blob/main/docs/source-helm-chart.md",
"image": "ghcr.io/krm-functions/source-helm-chart",
"digest": "sha256:865232a46bca8e1294c64d0de35437e18936b049159d8329000b44fd4c84c99f",
"builder": "https://github.com/krm-functions/catalog/.github/workflows/build.yaml"
}
]
}