Skip to content

Commit

Permalink
chore: release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 3, 2024
1 parent 255406e commit 541babd
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.5/helm.tgz --set automationToken=YOUR_AUTOMATION_TOKEN -n monokle
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
```

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

```bash
kubectl create ns monokle && \
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.5/install-cloud.yaml
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/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 @@ -124,7 +124,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.5/helm.tgz -n monokle
helm install my-release https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/helm.tgz -n monokle
```

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

```bash
kubectl create ns monokle && \
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.5/install-standalone.yaml
kubectl apply -f https://github.com/kubeshop/monokle-admission-controller/releases/download/v0.2.6/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.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"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.5
appVersion: "0.2.5"
version: 0.2.6
appVersion: "0.2.6"

0 comments on commit 541babd

Please sign in to comment.