You've already forked reposilite-charts
							
							chore(deps): update dependency volker.raschek/reposilite-charts to v0.3.0 #31
| @@ -37,7 +37,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi | ||||
| versions can break something! | ||||
|  | ||||
| ```bash | ||||
| CHART_VERSION=0.2.0 | ||||
| CHART_VERSION=0.3.0 | ||||
| helm show values volker.raschek/reposilite --version "${CHART_VERSION}" > values.yaml | ||||
| ``` | ||||
|  | ||||
| @@ -51,7 +51,7 @@ The helm chart also contains a persistent volume claim definition. It persistent | ||||
| Use the `--set` argument to persist your data. | ||||
|  | ||||
| ```bash | ||||
| CHART_VERSION=0.2.0 | ||||
| CHART_VERSION=0.3.0 | ||||
| helm install --version "${CHART_VERSION}" reposilite volker.raschek/reposilite \ | ||||
|   persistentVolumeClaim.enabled=true | ||||
| ``` | ||||
| @@ -72,7 +72,7 @@ connection problems. | ||||
| > error. | ||||
|  | ||||
| ```bash | ||||
| CHART_VERSION=0.2.0 | ||||
| CHART_VERSION=0.3.0 | ||||
| helm install --version "${CHART_VERSION}" reposilite volker.raschek/reposilite \ | ||||
|   --set 'deployment.reposilite.env[1].name=REPOSILITE_LOCAL_SSLENABLED' \ | ||||
|   --set 'deployment.reposilite.env[1].value="true"' \ | ||||
| @@ -187,7 +187,7 @@ be set the credentials manually. | ||||
| The following example enable Prometheus metrics with custom basic auth credentials: | ||||
|  | ||||
| ```bash | ||||
| CHART_VERSION=0.2.0 | ||||
| CHART_VERSION=0.3.0 | ||||
| helm install --version "${CHART_VERSION}" reposilite volker.raschek/reposilite \ | ||||
|   --set 'prometheus.metrics.enabled=true' \ | ||||
|   --set 'prometheus.metrics.basicAuthUsername=my-username' \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user