Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/minio] Fix configmap issue, add ingress resource and general refactor #4281

Merged
merged 4 commits into from Mar 28, 2018
Merged

[stable/minio] Fix configmap issue, add ingress resource and general refactor #4281

merged 4 commits into from Mar 28, 2018

Conversation

rtluckie
Copy link
Contributor

@rtluckie rtluckie commented Mar 19, 2018

  • fix issue caused by ConfigMaps now being mounted ReadOnly
  • add ingress resource
  • consolidate svc resource to support all deployment modes
  • update labels and selectors to align with helm best practices
  • general cleanup to align with helm best practices/patterns observed in helm create
  • update values, README and _helpers accordingly
  • bump image tag
  • bump chart version

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 19, 2018
@rtluckie
Copy link
Contributor Author

/assign @unguiculus

@rtluckie
Copy link
Contributor Author

/assign @viglesiasce

Ryan Luckie added 2 commits March 19, 2018 17:59
- add ingress resource
- consolidate svc resource to support all deployment modes
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, README and _helpers accordingly
- bump image tag
- bump chart version
@rtluckie
Copy link
Contributor Author

/assign @sameersbn

@rtluckie rtluckie changed the title [stable/minio] add ingress resource and general refactor [stable/minio] Fix configmap issue, add ingress resource and general refactor Mar 26, 2018
@@ -1,7 +1,7 @@
apiVersion: v1
description: Distributed object storage server built for cloud applications and devops.
name: minio
version: 0.5.7
version: 0.6.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this deserves a 1.0.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@unguiculus SGTM. Fixed.

@unguiculus
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 27, 2018
@unguiculus
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 28, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rtluckie, unguiculus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 28, 2018
@k8s-ci-robot k8s-ci-robot merged commit 4ec06ab into helm:master Mar 28, 2018
rolanddb pushed a commit to Eneco/charts that referenced this pull request Apr 9, 2018
…refactor (helm#4281)

* Rename manifests to align with best practices

* Refactor minio chart

- add ingress resource
- consolidate svc resource to support all deployment modes
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, README and _helpers accordingly
- bump image tag
- bump chart version

* Fix issue caused by ConfigMaps now being mounted ReadOnly

Tested on:
k8s 1.8.10 and 1.9.6

Related:
kubernetes/kubernetes#58720

Fixes:
helm#4272

* Bump chart version to 1.0.0
@rtluckie rtluckie deleted the feature/minio_refactor branch April 10, 2018 18:09
ichtar pushed a commit to Bestmile/charts that referenced this pull request May 15, 2018
…refactor (helm#4281)

* Rename manifests to align with best practices

* Refactor minio chart

- add ingress resource
- consolidate svc resource to support all deployment modes
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, README and _helpers accordingly
- bump image tag
- bump chart version

* Fix issue caused by ConfigMaps now being mounted ReadOnly

Tested on:
k8s 1.8.10 and 1.9.6

Related:
kubernetes/kubernetes#58720

Fixes:
helm#4272

* Bump chart version to 1.0.0
voron pushed a commit to dysnix/helm-charts that referenced this pull request Sep 5, 2018
…refactor (helm#4281)

* Rename manifests to align with best practices

* Refactor minio chart

- add ingress resource
- consolidate svc resource to support all deployment modes
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, README and _helpers accordingly
- bump image tag
- bump chart version

* Fix issue caused by ConfigMaps now being mounted ReadOnly

Tested on:
k8s 1.8.10 and 1.9.6

Related:
kubernetes/kubernetes#58720

Fixes:
helm#4272

* Bump chart version to 1.0.0

Signed-off-by: voron <av@arilot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants