File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.2
18+ version : 0.0.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ The following section lists the configurable parameters of the {{ template "char
4444
4545### General Parameters
4646
47- > **Note**: S3Proxy always binds to `0.0.0.0` (all interfaces) within the container. The bind port is controlled by `service.targetPort`.
48-
4947{{ template "chart.valuesSection" . }}
5048
5149## Usage Examples
Original file line number Diff line number Diff line change 5252 aws --endpoint-url http://<SERVICE_URL> s3 cp /path/to/file s3://test-bucket/
5353
5454
55- # You can also use other AWS S3 API compatible clients like MinIO's mc
55+ # You can also use other AWS S3 API compatible clients like MinIO's mc.
5656 mc alias set s3proxy http://<SERVICE_URL> <your-s3proxy-identity> <your-s3proxy-credential>
5757
5858 # List buckets
You can’t perform that action at this time.
0 commit comments