Skip to content

Commit

Permalink
fix: Use explicit path to container registry (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Aug 17, 2023
1 parent dcd5ddb commit 5a9bfa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/telegraf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: telegraf
version: 1.8.30
version: 1.8.31
appVersion: 1.27.3
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/telegraf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

replicaCount: 1
image:
repo: "telegraf"
repo: "docker.io/library/telegraf"
tag: "1.27-alpine"
pullPolicy: IfNotPresent
podAnnotations: {}
Expand Down

0 comments on commit 5a9bfa1

Please sign in to comment.