You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imgproxy/README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,7 @@ To install imgproxy to your kubernetes cluster simply run:
10
10
11
11
```shell
12
12
helm repo add imgproxy https://helm.imgproxy.net/
13
-
14
-
# With Helm 3
15
13
helm upgrade -i imgproxy imgproxy/imgproxy
16
-
17
-
# With Helm 2
18
-
helm upgrade -i --name imgproxy imgproxy/imgproxy
19
14
```
20
15
21
16
## Introduction
@@ -38,12 +33,7 @@ See [official README](https://github.com/imgproxy/imgproxy#imgproxy) for more.
38
33
39
34
```shell
40
35
helm repo add imgproxy https://helm.imgproxy.net/
41
-
42
-
# With Helm 3
43
36
helm upgrade -i imgproxy imgproxy/imgproxy
44
-
45
-
# With Helm 2
46
-
helm upgrade -i --name imgproxy imgproxy/imgproxy
47
37
```
48
38
49
39
The command deploys imgproxy on the Kubernetes cluster in the default configuration. The [configuration section](#configuration) lists various ways to override default configuration during deployment.
0 commit comments