| commit | f88434168174a99f76853e509877475c7ffde893 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed May 22 16:38:05 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jun 12 16:41:40 2024 +0400 |
| tree | 2fc1c2a35444462db55f09c3570bd22ec5b5c482 | |
| parent | 6ec78549d803828a27b62878dfc40567913db195 [diff] |
AppManager: cache helm charts and container images to local registry Caching container images is disabled until we figure out how to run container registry behind TLS. Change-Id: I0253f2a862e5adddff18a82b102f67258151c070
diff --git a/charts/appmanager/templates/install.yaml b/charts/appmanager/templates/install.yaml index f84e7ba..96d6b08 100644 --- a/charts/appmanager/templates/install.yaml +++ b/charts/appmanager/templates/install.yaml
@@ -10,6 +10,12 @@ verbs: - create - apiGroups: + - "batch" + resources: + - jobs + verbs: + - create +- apiGroups: - "helm.toolkit.fluxcd.io" resources: - helmreleases