Skip to content

Commit

Permalink
helm: update pmm to 1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Perkins <derek@derekperkins.com>
  • Loading branch information
derekperkins committed May 22, 2018
1 parent 85ca8bb commit a20c255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/k8s/pmm-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ COPY --from=base /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificat
RUN apt-get update && \
apt-get upgrade -qq && \
apt-get install wget -qq --no-install-recommends && \
wget https://www.percona.com/redir/downloads/pmm-client/1.6.1/binary/debian/stretch/x86_64/pmm-client_1.6.1-1.stretch_amd64.deb && \
dpkg -i pmm-client_1.6.1-1.stretch_amd64.deb && \
rm pmm-client_1.6.1-1.stretch_amd64.deb && \
wget https://www.percona.com/redir/downloads/pmm-client/1.10.0/binary/debian/stretch/x86_64/pmm-client_1.10.0-1.stretch_amd64.deb && \
dpkg -i pmm-client_1.10.0-1.stretch_amd64.deb && \
rm pmm-client_1.10.0-1.stretch_amd64.deb && \
apt-get purge wget -qq && \
apt-get autoremove -qq && \
apt-get clean && \
Expand Down
2 changes: 1 addition & 1 deletion helm/vitess/templates/_pmm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:

env:
- name: DISABLE_UPDATES
value: "true"
value: "false"

- name: DISABLE_TELEMETRY
value: {{ $pmm.server.env.disableTelemetry | quote }}
Expand Down
2 changes: 1 addition & 1 deletion helm/vitess/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ vttablet:
# Default values for pmm
pmm:
enabled: false
pmmTag: "1.6.1"
pmmTag: "1.10.0"
client:
resources:
requests:
Expand Down

0 comments on commit a20c255

Please sign in to comment.