Skip to content

Tags: forkkit/minio-operator

Tags

1.0.3

Toggle 1.0.3's commit message
Move to go1.13

1.0.2

Toggle 1.0.2's commit message
Add travis builds

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix DNSName updates while ensuring defaults (minio#36)

* Create native resources with different names and update
docs around native resources created

* Fix deletion of CSR and Secret

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Auto TLS support via CertificateSigningRequest sent to k8s API (m…

…inio#32)

- Auto TLS via CertificateSigningRequest sent to k8s API
- ImagePath is now a part of MinIOInstance yaml
- Add docs regarding TLS and supported operator fields

Fixes minio#21