Skip to content

Commit

Permalink
CHANGE memcached exporter image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Jun 20, 2024
1 parent 739afa9 commit 7bcb821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/memcached-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.9
version: 0.0.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/memcached-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
{{- end }}
{{- if ne .Values.url.name ""}}
command:
- memcached_exporter
- /opt/bitnami/memcached-exporter/bin/memcached_exporter
- --memcached.address={{ .Values.url.name }}:11211
{{- end }}
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/memcached-exporter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
repository: quay.io/sysdig/memcached-exporter
repository: bitnami/memcached
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.10.7"
tag: "1.6.28"


resources:
Expand Down

0 comments on commit 7bcb821

Please sign in to comment.