Skip to content

Commit

Permalink
update prepull-daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed May 17, 2024
1 parent 55aadc8 commit 0617f75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion other-charts/prepull-daemonset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: prepull-daemonset
description: a daemonset to prepull images so they are cached
version: 0.0.3
version: 0.0.4
apiVersion: v2
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
home: https://www.rstudio.com
Expand Down
4 changes: 4 additions & 0 deletions other-charts/prepull-daemonset/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.4

- Update docs

## 0.0.3

- Updates to support standalone documentation site
Expand Down
6 changes: 3 additions & 3 deletions other-charts/prepull-daemonset/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# prepull-daemonset

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square)

#### _a daemonset to prepull images so they are cached_

## Installing the Chart

To install the chart with the release name `my-release` at version 0.0.3:
To install the chart with the release name `my-release` at version 0.0.4:

```bash
helm repo add rstudio https://helm.rstudio.com
helm install my-release rstudio/prepull-daemonset --version=0.0.3
helm install my-release rstudio/prepull-daemonset --version=0.0.4
```

## Use
Expand Down

0 comments on commit 0617f75

Please sign in to comment.