mbalassi opened a new pull request, #475:
URL: https://github.com/apache/flink-kubernetes-operator/pull/475

   Tested it via running the following and similar commands:
   
   ```
   % helm install flink-kubernetes-operator helm/flink-kubernetes-operator 
--set image.repository=ghcr.io/apache/flink-kubernetes-operator --set 
image.tag=main --set 
image.digest=sha256:a90c87d28f4e8832b8ac6cfa7318b01289f85fa35e46cc206d4de49212460111
  --debug | grep image -C 5 
   install.go:178: [debug] Original chart version: ""
   install.go:195: [debug] CHART PATH: 
/Users/mbalassi/git/apple/apache-flink-kubernetes-operator/helm/flink-kubernetes-operator
   
   client.go:128: [debug] creating 1 resource(s)
   client.go:128: [debug] creating 1 resource(s)
   install.go:165: [debug] Clearing discovery cache
   wait.go:48: [debug] beginning wait for 2 resources with timeout of 1m0s
   client.go:128: [debug] creating 14 resource(s)
   NAMESPACE: default
   STATUS: deployed
   REVISION: 1
   TEST SUITE: None
   USER-SUPPLIED VALUES:
   image:
     digest: 
sha256:a90c87d28f4e8832b8ac6cfa7318b01289f85fa35e46cc206d4de49212460111
     repository: ghcr.io/apache/flink-kubernetes-operator
     tag: main
   
   COMPUTED VALUES:
   --
       # Flink Operator Logging Overrides
       # rootLogger.level = DEBUG
       # logger.operator.name= org.apache.flink.kubernetes.operator
       # logger.operator.level = DEBUG
   fullnameOverride: ""
   image:
     digest: 
sha256:a90c87d28f4e8832b8ac6cfa7318b01289f85fa35e46cc206d4de49212460111
     pullPolicy: IfNotPresent
     repository: ghcr.io/apache/flink-kubernetes-operator
     tag: main
   imagePullSecrets: []
   jobServiceAccount:
     annotations:
       helm.sh/resource-policy: keep
     create: true
     name: flink
   --
           runAsGroup: 9999
           runAsUser: 9999
         serviceAccountName: flink-operator
         containers:
           - name: flink-kubernetes-operator
             image: 
ghcr.io/apache/flink-kubernetes-operator@sha256:a90c87d28f4e8832b8ac6cfa7318b01289f85fa35e46cc206d4de49212460111
             imagePullPolicy: IfNotPresent
             command: ["/docker-entrypoint.sh", "operator"]
             ports:
               - containerPort: 8085
                 name: health-port
                 protocol: TCP
   --
               periodSeconds: 10
               httpGet:
                 path: /
                 port: health-port
           - name: flink-webhook
             image: 
ghcr.io/apache/flink-kubernetes-operator@sha256:a90c87d28f4e8832b8ac6cfa7318b01289f85fa35e46cc206d4de49212460111
             imagePullPolicy: IfNotPresent
             command: ["/docker-entrypoint.sh", "webhook"]
             env:
               - name: WEBHOOK_KEYSTORE_PASSWORD
                 valueFrom:
                   secretKeyRef:
   ```


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