Skip to content

Commit a319ee0

Browse files
committed
chore: release 0.2.7
1 parent 67041aa commit a319ee0

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.6/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN -n monokle
90+
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.7/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN -n monokle
9191
```
9292

9393
> **Tip**: To create namespace automatically as part of `helm install`, use `--create-namespace` flag.
@@ -100,7 +100,7 @@ You can install Monokle Admission Controller using `kubectl` and dedicated cloud
100100

101101
```bash
102102
kubectl create ns monokle && \
103-
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/install-cloud.yaml
103+
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.7/install-cloud.yaml
104104
```
105105

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

126126
```bash
127-
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/helm.tgz -n monokle
127+
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.7/helm.tgz -n monokle
128128
```
129129

130130
> **Tip**: To create namespace automatically as part of `helm install`, use `--create-namespace` flag.
@@ -137,7 +137,7 @@ You can install Monokle Admission Controller using `kubectl` and dedicated stand
137137

138138
```bash
139139
kubectl create ns monokle && \
140-
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/install-standalone.yaml
140+
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.7/install-standalone.yaml
141141
```
142142

143143
## 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.6",
3+
"version": "0.2.7",
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.6",
3+
"version": "0.2.7",
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.6",
3+
"version": "0.2.7",
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.6
6-
appVersion: "0.2.6"
5+
version: 0.2.7
6+
appVersion: "0.2.7"

0 commit comments

Comments
 (0)