CritasWang commented on code in PR #25: URL: https://github.com/apache/iotdb-extras/pull/25#discussion_r1853359907
########## helm/values.yaml: ########## @@ -0,0 +1,44 @@ +# Default values for iotdb-cluster. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +nameOverride: "iotdb" +fullnameOverride: "iotdb" + +image: + repository: nexus.infra.timecho.com:8143/timecho/iotdb-enterprise + pullPolicy: IfNotPresent + tag: 1.3.3.2-standalone Review Comment: ```suggestion tag: latest ``` ########## helm/values.yaml: ########## @@ -0,0 +1,44 @@ +# Default values for iotdb-cluster. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +nameOverride: "iotdb" +fullnameOverride: "iotdb" + +image: + repository: nexus.infra.timecho.com:8143/timecho/iotdb-enterprise Review Comment: ```suggestion repository: apache/iotdb ``` ########## helm/Chart.yaml: ########## @@ -0,0 +1,24 @@ +apiVersion: v2 Review Comment: add license header -- 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: dev-unsubscr...@iotdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org