Skip to content

Commit

Permalink
add documentation for oci installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jul 6, 2024
1 parent 2500c5b commit b92d363
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ update-toolbox-tools:
toolbox makefile -f $(LOCALDIR)/Makefile \
github.com/onsi/ginkgo/v2/ginkgo \
github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/goreleaser/goreleaser/v2 \
github.com/norwoodj/helm-docs/cmd/helm-docs \
go.uber.org/mock/[email protected]/uber-go/mock \
github.com/bakito/semver \
github.com/goreleaser/goreleaser/v2
github.com/bakito/semver
## toolbox - end

build:
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v2
appVersion: v3.1.4
appVersion: v3.1.5
description: A web interface for Sealed Secrets by Bitnami.
home: https://github.com/bakito/sealed-secrets-web
icon: https://raw.githubusercontent.com/bakito/sealed-secrets-web/master/assets/logo.png
maintainers:
- name: bakito
url: https://github.com/bakito
name: sealed-secrets-web
version: 3.1.4
version: 3.1.5
sources:
- https://github.com/bakito/sealed-secrets-web
12 changes: 10 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# sealed-secrets-web

![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square)
![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-informational?style=flat-square) ![AppVersion: v3.1.5](https://img.shields.io/badge/AppVersion-v3.1.5-informational?style=flat-square)

A web interface for Sealed Secrets by Bitnami.

## Installation

### oci

```console
helm install my-sealed-secrets-web oci://ghcr.io/bakito/helm-charts/sealed-secrets-web --version 3.1.5
```

### helm repository

```console
helm repo add bakito https://charts.bakito.net
helm install sealed-secrets-web bakito/sealed-secrets-web
helm install my-sealed-secrets-web bakito/sealed-secrets-web --version 3.1.5
```

## Values
Expand Down
10 changes: 9 additions & 1 deletion chart/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@

## Installation

### oci

```console
helm install my-{{ template "chart.name" . }} oci://ghcr.io/bakito/helm-charts/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
```

### helm repository

```console
helm repo add bakito https://charts.bakito.net
helm install {{ template "chart.name" . }} bakito/{{ template "chart.name" . }}
helm install my-{{ template "chart.name" . }} bakito/{{ template "chart.name" . }} --version {{ template "chart.version" . }}
```

{{ template "chart.valuesSection" . }}
Expand Down

0 comments on commit b92d363

Please sign in to comment.