Skip to content

Commit

Permalink
Update apache/zeppelin Docker tag to v0.11.0 (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 8cfd399 commit 25fd0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zeppelin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: apache/zeppelin
tag: 0.10.1
tag: 0.11.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand All @@ -20,7 +20,7 @@ env:
# If you have your ingress controller configured to connect to `zeppelin-server` service and have a domain name for it (with wildcard subdomain point the same address), you can replace serviceDomain field with your own domain.
SERVICE_DOMAIN: ""
ZEPPELIN_K8S_SPARK_CONTAINER_IMAGE: gcr.io/spark-operator/spark:v3.1.1
ZEPPELIN_K8S_CONTAINER_IMAGE: apache/zeppelin:0.10.1
ZEPPELIN_K8S_CONTAINER_IMAGE: apache/zeppelin:0.11.0
ZEPPELIN_HOME: /opt/zeppelin
ZEPPELIN_PORT: 8080
ZEPPELIN_SERVER_RPC_PORTRANGE: 12320:12320
Expand Down

0 comments on commit 25fd0ca

Please sign in to comment.