Skip to content

Commit

Permalink
bump adapter to 0.11.1 (#3782)
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
DrFaust92 and zanhsieh authored Sep 12, 2023
1 parent 4ddc439 commit 595b678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-adapter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: prometheus-adapter
version: 4.4.1
appVersion: v0.11.0
version: 4.5.0
appVersion: v0.11.1
description: A Helm chart for k8s prometheus adapter
home: https://github.com/kubernetes-sigs/prometheus-adapter
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- with .Values.env }}
env:
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ topologySpreadConstraints: []

image:
repository: registry.k8s.io/prometheus-adapter/prometheus-adapter
tag: v0.11.0
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent

logLevel: 4
Expand Down

0 comments on commit 595b678

Please sign in to comment.