Skip to content

Commit

Permalink
fix(chart): Point default container image at latest tag built by ci (#68
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JossWhittle authored Nov 14, 2023
1 parent d29921b commit 7f9a755
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

image:
repository: harbor.ukserp.ac.uk/dare/trino
tag: 1.7.0
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart version.
tag: "420"


server:
workers: 2
node:
Expand Down Expand Up @@ -245,4 +244,4 @@ ranger:
- mountPath: /usr/lib/trino/plugin/ranger
name: ranger-storage
- mountPath: /etc/ranger-3.0.0-trino-plugin
name: ranger-plugin
name: ranger-plugin

0 comments on commit 7f9a755

Please sign in to comment.