Skip to content

Commit 5d09f7e

Browse files
committed
Update agent manifest
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 43fde1e commit 5d09f7e

File tree

4 files changed

+375
-74
lines changed

4 files changed

+375
-74
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Kubernetes license-proxyserver by AppsCode
33
name: license-proxyserver
4-
version: v2025.1.17
5-
appVersion: v0.0.20
4+
version: v2025.3.14
5+
appVersion: v0.0.21
66
home: https://github.com/appscode-cloud/license-proxyserver
77
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
88
sources:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable
99
$ helm repo update
10-
$ helm search repo appscode/license-proxyserver --version=v2025.1.17
11-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.1.17
10+
$ helm search repo appscode/license-proxyserver --version=v2025.3.14
11+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.3.14
1212
```
1313

1414
## Introduction
@@ -17,14 +17,14 @@ This chart deploys a Kubernetes license proxyserver on a [Kubernetes](http://kub
1717

1818
## Prerequisites
1919

20-
- Kubernetes 1.21+
20+
- Kubernetes 1.29+
2121

2222
## Installing the Chart
2323

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=v2025.1.17
27+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.3.14
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.
@@ -95,12 +95,12 @@ The following table lists the configurable parameters of the `license-proxyserve
9595
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
9696

9797
```bash
98-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.1.17 --set replicaCount=1
98+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.3.14 --set replicaCount=1
9999
```
100100

101101
Alternatively, a YAML file that specifies the values for the parameters can be provided while
102102
installing the chart. For example:
103103

104104
```bash
105-
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.1.17 --values values.yaml
105+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.3.14 --values values.yaml
106106
```

0 commit comments

Comments
 (0)