Skip to content

Commit

Permalink
chore: release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Nov 7, 2023
1 parent 51efa93 commit d27deb5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ _You can read more about DockerHub OCI registry [here](https://docs.docker.com/d
Or from GitHub release:

```bash
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.4/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN
```

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

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

Since Monokle Cloud automation token needs to be provided, there is a dedicated secret created which needs to be updated:
Expand All @@ -121,7 +121,7 @@ _You can read more about DockerHub OCI registry [here](https://docs.docker.com/d
Or from GitHub release:

```bash
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/helm.tgz
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.4/helm.tgz
```

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

```bash
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/install-standalone.yaml
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.4/install-standalone.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.2.3",
"version": "0.2.4",
"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.2.3",
"version": "0.2.4",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions admission-controller/synchronizer/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/synchronizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admission-synchronizer",
"version": "0.2.3",
"version": "0.2.4",
"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.2.3
appVersion: "0.2.3"
version: 0.2.4
appVersion: "0.2.4"

0 comments on commit d27deb5

Please sign in to comment.