{"id":22003001,"url":"https://github.com/rssnyder/discord-stock-ticker-chart","last_synced_at":"2026-05-04T09:31:20.643Z","repository":{"id":108372354,"uuid":"355338511","full_name":"rssnyder/discord-stock-ticker-chart","owner":"rssnyder","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-06T21:50:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-11T07:05:31.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rssnyder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-06T21:50:20.000Z","updated_at":"2021-04-28T15:15:39.000Z","dependencies_parsed_at":"2023-08-31T07:33:01.796Z","dependency_job_id":null,"html_url":"https://github.com/rssnyder/discord-stock-ticker-chart","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/rssnyder/discord-stock-ticker-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-stock-ticker-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-stock-ticker-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-stock-ticker-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-stock-ticker-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rssnyder","download_url":"https://codeload.github.com/rssnyder/discord-stock-ticker-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rssnyder%2Fdiscord-stock-ticker-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32601478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T23:42:16.316Z","updated_at":"2026-05-04T09:31:20.621Z","avatar_url":"https://github.com/rssnyder.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"This chart was created for self-hosting @rssnyder's discord-stock-ticker docker image on Kubernetes clusters\nHis repo can be found here https://github.com/rssnyder/discord-stock-ticker\n\n\n**Chart tree**\n```\n├── Chart.yaml\n├── README.md\n├── charts\n│   ├── sample-crypto\n│   │   ├── Chart.yaml\n│   │   ├── templates\n│   │   │   └── deployment.yaml\n│   │   └── values.yaml\n│   └── sample-stock\n│       ├── Chart.yaml\n│       ├── templates\n│       │   └── deployment.yaml\n│       └── values.yaml\n├── templates\n│   └── _deployment.tpl\n└── values.yaml\n```\n\n**Each ticker bot that you want to run will be a subchart.**\n\n**Instructions:**\n\nUse the same value across the following:\n- the dependency in the parent `Chart.yaml`\n- the subchart directory name\n- the name in subchart's `Chart.yaml`\n- the `STOCK_NAME` or `CRYPTO_NAME` in the subchart's `values.yaml`\n\n\nI will be using `tsla` as the stock exaple and `bitcoin` as the crypto example in these instructions.\n\nThe `Chart.yaml` for the parent chart will need to have the dependencies updated to whatever tickers you will be using.\nChange the placeholders of `sample-stock` and `sample-crypto` and add whatever tickers will be using like below. \n```\ndependencies:\n  - name: tsla\n    version: 1.0.3\n  - name: bitcoin\n    version: 1.0.3\n```\nThe version is the subchart's version that's in the subchart's `Chart.yaml`. I used the same versions for the parent chart as well as the subcharts for simplicity.\n\nThe `values.yaml` for the parent chart contains all the environmental variables that will apply to every subchart. Edit to your preferences. Whenever @rssnyder updates his docker image the image tag will need to be updated here as well as the `appVersion` the parent `Chart.yaml`.\n\nThere are 2 sample subchart directories `sample-stock` and `sample-crypto`. Duplicate these directories as many times as you need and name them according to the tickers you will be running.\n\nThe `Chart.yaml` for each subchart will also need to be updated like below\n```\napiVersion: v2\nname: tsla\ndescription: tsla tickerbot\nversion: 1.0.3\n```\n\nThe `values.yaml` for each subchart is where you'll put the tickers specific variables like below\n```\nenv:\n  DISCORD_BOT_TOKEN: \"ABCDEF0123456789\"\n  STOCK_NAME: \"tsla\"\n  TICKER: \"TSLA\"\n```\n-or-\n```\nenv:\n  DISCORD_BOT_TOKEN: \"ABCDEF0123456789\"\n  CRYPTO_NAME: \"bitcoin\"\n  TICKER: \"BTC\"\n```\n\nIf you have any issues with the template I will do my best do address. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fdiscord-stock-ticker-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frssnyder%2Fdiscord-stock-ticker-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frssnyder%2Fdiscord-stock-ticker-chart/lists"}