forked from rstudio/helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
31 lines (31 loc) · 845 Bytes
/
Chart.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
name: prepull-daemonset
description: a daemonset to prepull images so they are cached
version: 0.0.4
apiVersion: v2
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
home: https://www.rstudio.com
sources:
- https://github.com/rstudio/helm
maintainers:
- name: sol-eng
email: [email protected]
url: https://github.com/sol-eng
annotations:
artifacthub.io/images: |
- name: ubuntu
image: ubuntu:bionic
- name: pause
image: gcr.io/google_containers/pause
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Docker Images
url: https://github.com/rstudio/rstudio-docker-products
- name: RStudio Community
url: https://community.rstudio.com/c/r-admin/5
keywords:
- "prepull"
- "bootstrap"
- "image-cache"
- "auto-scaling"
- "startup"
- "container"