Skip to content

Commit 5d76219

Browse files
committed
chore: release 0.2.3
1 parent d3f8441 commit 5d76219

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ _You can read more about DockerHub OCI registry [here](https://docs.docker.com/d
8787
Or from GitHub release:
8888

8989
```bash
90-
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.2/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN
90+
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN
9191
```
9292

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

9999
```bash
100-
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.2/install-cloud.yaml
100+
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/install-cloud.yaml
101101
```
102102

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

123123
```bash
124-
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.2/helm.tgz
124+
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/helm.tgz
125125
```
126126

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

133133
```bash
134-
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.2/install-standalone.yaml
134+
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.3/install-standalone.yaml
135135
```
136136

137137
## Usage

admission-controller/init/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admission-controller/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admission-webhook-init",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

admission-controller/server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admission-controller/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admission-webhook",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

admission-controller/synchronizer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admission-controller/synchronizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admission-synchronizer",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: monokle-admission-controller
33
description: Monokle Admission Controller Helm Chart
44
type: application
5-
version: 0.2.2
6-
appVersion: "0.2.2"
5+
version: 0.2.3
6+
appVersion: "0.2.3"

0 commit comments

Comments
 (0)