Skip to content

Commit fcef92c

Browse files
authored
Merge pull request #5 from comet-ml/CRThaze/test
Cleanup
2 parents 0b73ecb + 1c2b104 commit fcef92c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

charts/s3proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/s3proxy/README.md.gotmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

charts/s3proxy/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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

0 commit comments

Comments
 (0)