Skip to content

Commit da544ce

Browse files
authored
Update license proxyserver (#31)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent d1a9986 commit da544ce

File tree

9 files changed

+429
-224
lines changed

9 files changed

+429
-224
lines changed

pkg/manager/agent-manifests/license-proxyserver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: Kubernetes license-proxyserver by AppsCode
33
name: license-proxyserver
44
version: v2024.6.3
55
appVersion: v0.0.11
6-
home: https://github.com/bytebuilders/license-proxyserver
6+
home: https://github.com/appscode-cloud/license-proxyserver
77
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
88
sources:
9-
- https://github.com/bytebuilders/license-proxyserver
9+
- https://github.com/appscode-cloud/license-proxyserver
1010
maintainers:
1111
- name: appscode
1212
email: support@appscode.com

pkg/manager/agent-manifests/license-proxyserver/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# AppsCode License ProxyServer
22

3-
[AppsCode License ProxyServer](https://github.com/bytebuilders/license-proxyserver) - AppsCode License ProxyServer
3+
[AppsCode License ProxyServer](https://github.com/appscode-cloud/license-proxyserver) - AppsCode License ProxyServer
44

55
## TL;DR;
66

77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable
99
$ helm repo update
10-
$ helm search repo appscode/license-proxyserver --version=v2024.5.17
11-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17
10+
$ helm search repo appscode/license-proxyserver --version=v2024.6.3
11+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.6.3
1212
```
1313

1414
## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Kubernetes license proxyserver on a [Kubernetes](http://kub
2424
To install/upgrade the chart with the release name `license-proxyserver`:
2525

2626
```bash
27-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17
27+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.6.3
2828
```
2929

3030
The command deploys a Kubernetes license proxyserver on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -81,20 +81,22 @@ The following table lists the configurable parameters of the `license-proxyserve
8181
| monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | <code>{}</code> |
8282
| platform.baseURL | | <code>""</code> |
8383
| platform.token | | <code>""</code> |
84+
| platform.tokenSecretName | | <code>""</code> |
8485
| licenses | Offline licenses for various products. Get a license by following the steps from [here](https://license-issuer.appscode.com/). <br> Example: <br> `helm install appscode/license-proxyserver \` <br> `--set-file licenses.key1=/path/to/license/file1 \` <br> `--set-file licenses.key2=/path/to/license/file2` | <code>{}</code> |
8586
| encodedLicenses | Offline licenses for various products. Get a license by following the steps from [here](https://license-issuer.appscode.com/). <br> Example: <br> `helm install appscode/license-proxyserver \` <br> `--set licenses.key1=base64_encoded(/path/to/license/file1) \` <br> `--set licenses.key2=base64_encoded(/path/to/license/file2)` | <code>{}</code> |
8687
| hubKubeconfigSecretName | Name of OCM Hub Kubeconfig secret | <code>""</code> |
88+
| clusterName | We need to pass the cluster name because the OCM-MC host cluster doesn't have Klusterlet object. | <code>""</code> |
8789

8890

8991
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
9092

9193
```bash
92-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17 --set replicaCount=1
94+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.6.3 --set replicaCount=1
9395
```
9496

9597
Alternatively, a YAML file that specifies the values for the parameters can be provided while
9698
installing the chart. For example:
9799

98100
```bash
99-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17 --values values.yaml
101+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.6.3 --values values.yaml
100102
```

0 commit comments

Comments
 (0)