Skip to content

Commit

Permalink
PMM-13679 update docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jan 22, 2025
1 parent 7cd947f commit 3945f07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
15 changes: 1 addition & 14 deletions charts/pmm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['app.kubernetes.io/managed-by']
{{ if .Values.secret.create }}
# additional secrets that could be used for Grafana iDP
- name: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
valueFrom:
secretKeyRef:
name: {{ .Values.secret.name }}
key: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
optional: true
- name: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.secret.name }}
key: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
optional: true
{{ if .Values.secret.name }}
- name: GF_SECURITY_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
4 changes: 2 additions & 2 deletions charts/pmm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
## @param image.imagePullSecrets Global Docker registry secret names as an array
##
image:
repository: perconalab/pmm-server
repository: perconalab/pmm-server-fb
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.0-rc"
tag: "PR-3828-510cf57"
imagePullSecrets: []

## PMM environment variables
Expand Down

0 comments on commit 3945f07

Please sign in to comment.