File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed
pkg/manager/agent-manifests/license-proxyserver Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Kubernetes license-proxyserver by AppsCode
33name : license-proxyserver
4- version : v2024.2.25
5- appVersion : v0.0.8
4+ version : v2024.5.17
5+ appVersion : v0.0.9
66home : https://github.com/bytebuilders/license-proxyserver
77icon : https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
88sources :
Original file line number Diff line number Diff line change 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.2.25
11- $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.2.25
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
1212```
1313
1414## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Kubernetes license proxyserver on a [Kubernetes](http://kub
2424To 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.2.25
27+ $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17
2828```
2929
3030The 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.
@@ -89,12 +89,12 @@ The following table lists the configurable parameters of the `license-proxyserve
8989Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
9090
9191``` bash
92- $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.2.25 --set replicaCount=1
92+ $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17 --set replicaCount=1
9393```
9494
9595Alternatively, a YAML file that specifies the values for the parameters can be provided while
9696installing the chart. For example:
9797
9898``` bash
99- $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.2.25 --values values.yaml
99+ $ helm upgrade -i license-proxyserver appscode/license-proxyserver -n kubeops --create-namespace --version=v2024.5.17 --values values.yaml
100100```
Original file line number Diff line number Diff line change 4747 - --baseURL={{ .Values.platform.baseURL }}
4848 - --token=$(PLATFORM_API_TOKEN)
4949 {{- end }}
50- {{- if (or .Values.licenses .Values.encodedLicenses .Values.hubKubeconfigSecretName) }}
5150 - --license-dir=/var/run/secrets/appscode/license
52- {{- end }}
5351 {{- if .Values.hubKubeconfigSecretName }}
5452 - --hub-kubeconfig=/var/run/secrets/ocm/auth/kubeconfig
5553 {{- end }}
9391 name : cache-dir
9492 - mountPath : /var/serving-cert
9593 name : serving-cert
96- {{- if (or .Values.licenses .Values.encodedLicenses .Values.hubKubeconfigSecretName) }}
9794 - mountPath : /var/run/secrets/appscode/license
9895 name : licenses
99- {{- end }}
10096 {{- if .Values.hubKubeconfigSecretName }}
10197 - mountPath : /var/run/secrets/ocm/auth
10298 name : ocm-auth
@@ -108,13 +104,11 @@ spec:
108104 secret :
109105 defaultMode : 420
110106 secretName : {{ include "license-proxyserver.fullname" . }}-apiserver-cert
111- {{- if (or .Values.licenses .Values.encodedLicenses .Values.hubKubeconfigSecretName) }}
112107 - name : licenses
113108 secret :
114109 defaultMode : 420
115110 secretName : {{ include "license-proxyserver.fullname" . }}-licenses
116111 optional : true
117- {{- end }}
118112 {{- if .Values.hubKubeconfigSecretName }}
119113 - name : ocm-auth
120114 secret :
Original file line number Diff line number Diff line change 1- {{- if (or .Values.licenses .Values.encodedLicenses) }}
21apiVersion : v1
32kind : Secret
43metadata :
1413{{- range $k, $v := .Values.encodedLicenses }}
1514 e_{{ $k }} : {{ $v | quote }}
1615{{- end }}
17- {{- end }}
You can’t perform that action at this time.
0 commit comments