dnskr commented on code in PR #9:
URL: https://github.com/apache/ozone-helm-charts/pull/9#discussion_r1813452273
##########
charts/ozone/Chart.yaml:
##########
@@ -18,7 +18,7 @@ apiVersion: v2
name: ozone
description: The official Helm chart for Apache Ozone
type: application
-version: 0.1.0
+version: 0.1.1
Review Comment:
This change triggers new version release.
@adoroszlai WDYT, should we release a new version of the chart after each PR
or should we accumulate few changes and release `0.2.0`?
##########
charts/ozone/templates/ozone-configmap.yaml:
##########
@@ -19,7 +19,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
- name: {{ .Release.Name }}
+ name: {{ .Release.Name }}-ozone
Review Comment:
Why did you changed ConfigMap name?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]