Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Oct 25, 2023
1 parent 72bd24f commit 85acaa8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ kubectl -n monokle-admission-controller get all,CustomResourceDefinition,Validat
Monokle Admission controller can be installed directly from DockerHub OCI registry:

```bash
helm install my_release oci://registry-1.docker.io/kubeshop/monokle-admission-controller --version 0.0.2
helm install my_release oci://registry-1.docker.io/kubeshop/monokle-admission-controller --version 0.1.0
```

_You can read more about DockerHub OCI registry [here](https://docs.docker.com/docker-hub/oci-artifacts/)_.

Or directly from GitHub release:

```bash
helm install my_release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.0.2/helm.tgz
helm install my_release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.1.0/helm.tgz
```

> See [customization section](#customizing-helm-deployment) below on what can be customized with Helm variables.
Expand All @@ -84,7 +84,7 @@ helm install my_release https://github.com/kubeshop/monokle-admission-controller
You can install Monokle Admission Controller using `kubectl` and dedicated install manifest:

```bash
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.0.2/install.yaml
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.1.0/install.yaml
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions admission-controller/init/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admission-controller/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admission-webhook-init",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions admission-controller/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admission-controller/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admission-webhook",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: monokle-admission-controller
description: Monokle Admission Controller Helm Chart
type: application
version: 0.0.2
appVersion: "0.0.2"
version: 0.1.0
appVersion: "0.1.0"

0 comments on commit 85acaa8

Please sign in to comment.