hansva commented on code in PR #1540:
URL: https://github.com/apache/hop/pull/1540#discussion_r901636538


##########
helm/hop-server/values.yaml:
##########
@@ -19,15 +19,30 @@
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
+## @param replicaCount number of replicas for the statefulset
 replicaCount: 1
 
+## @section Image
+## @param image.name Image name
+## @param image.pullPolicy Image pull policy
+## @param image.tag Visit: [Image 
tag](https://hub.docker.com/r/apache/hop/tags?page=1&ordering=last_updated)
+## @param image.env Environment variables
 image:
   name: docker.io/apache/hop
   pullPolicy: IfNotPresent
-  # Overrides the image tag whose default is the chart appVersion.
-  tag: "1.0-SNAPSHOT"
+  # Overrides the image tag
+  tag: "1.2.0"

Review Comment:
   I'll take a look at how the Airflow team did it and contact them if needed, 
they are very helpful! 
   Thanks for the great work and support!



-- 
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]

Reply via email to