Skip to content

Commit 30bbac6

Browse files
committed
Update agent manifest
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 951bb99 commit 30bbac6

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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.3.14
5-
appVersion: v0.0.21
4+
version: v2025.4.30
5+
appVersion: v0.0.22
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
@@ -5,10 +5,10 @@
55
## TL;DR;
66

77
```bash
8-
$ helm repo add appscode https://charts.appscode.com/stable
8+
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
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
10+
$ helm search repo appscode/license-proxyserver --version=v2025.4.30
11+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.4.30
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=v2025.3.14
27+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.4.30
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.3.14 --set replicaCount=1
98+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.4.30 --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.3.14 --values values.yaml
105+
$ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2025.4.30 --values values.yaml
106106
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project:
55
description: AppsCode License ProxyServer
66
app: a Kubernetes license proxyserver
77
repository:
8-
url: https://charts.appscode.com/stable
8+
url: https://charts.appscode.com/stable/
99
name: appscode
1010
chart:
1111
name: license-proxyserver

pkg/manager/agent-manifests/license-proxyserver/values.openapiv3_schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ properties:
597597
properties:
598598
name:
599599
type: string
600+
request:
601+
type: string
600602
required:
601603
- name
602604
type: object
@@ -781,6 +783,8 @@ properties:
781783
runAsUser:
782784
format: int64
783785
type: integer
786+
seLinuxChangePolicy:
787+
type: string
784788
seLinuxOptions:
785789
properties:
786790
level:
@@ -807,6 +811,8 @@ properties:
807811
type: integer
808812
type: array
809813
x-kubernetes-list-type: atomic
814+
supplementalGroupsPolicy:
815+
type: string
810816
sysctls:
811817
items:
812818
properties:

0 commit comments

Comments
 (0)