Code Monkey home page Code Monkey logo

Comments (6)

suda avatar suda commented on August 17, 2024 1

This chart doesn't seem to be in the Helm stable repository. There's only a deprecated stable/telegraf.

I see there is a Helm repo for tick-charts (see: https://github.com/influxdata/tick-charts/blob/master/repo-sync.sh ) and you can use it like so:

$ helm repo add influx http://influx-charts.storage.googleapis.com
$ helm install influx/telegraf-ds

But the con is, it hasn't been updated since Telegraf 1.3. So the ask goes to @jackzampolin: can you run the repo-sync.sh script to update it? Hooking it to CI/CD would be perfect ❤️

from tick-charts.

timhallinflux avatar timhallinflux commented on August 17, 2024 1

@suda -- I think I've finally slayed my repo-synch demons. Please give it a shot!

from tick-charts.

jackzampolin avatar jackzampolin commented on August 17, 2024

I don't have access to the influx repos anymore 🙊 Going to need to ask @timhallinflux or @gunnaraasen to do that

from tick-charts.

timhallinflux avatar timhallinflux commented on August 17, 2024

All the versions have been updated to the latest OSS releases. @suda -- can you give it a shot? let me know if that addresses the issue.

from tick-charts.

suda avatar suda commented on August 17, 2024

@timhallinflux thanks Tim! Unfortunately, it still seems to point to 1.3. I see you updated the values and chart files, but they still need to be published to Google Storage and I believe repo-sync.sh script is doing that.

Steps to reproduce:

  1. helm repo add influx http://influx-charts.storage.googleapis.com
  2. helm install influx/telegraf-ds --dry-run --debug | grep "image:"

Expected:

image: "telegraf:1.6.1-alpine"

Actual:

image: "telegraf:1.3-alpine"

from tick-charts.

suda avatar suda commented on August 17, 2024

It works! Thanks Tim! I created a PR that updates the Readme: #18

from tick-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.