Giter Site home page Giter Site logo

casciom-work / cloudscend-foresight-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saic-oss/cloudscend-foresight-charts

0.0 0.0 0.0 578 KB

Helm Charts repository that uses chart-releaser to publish a public chart repo to GitHub Pages

Home Page: https://saic-oss.github.io/cloudscend-foresight-charts

License: GNU General Public License v3.0

Smarty 94.82% Mustache 5.18%

cloudscend-foresight-charts's Introduction

CloudScend Foresight Charts

Helm Charts repository for CloudScend Foresight.

Prerequisites

  • Unix-like OS
  • chart-releaser installed and available on the path as helm-cr. The recommended way to install chart-releaser is to use ASDF. asdf plugin-add helm-cr https://github.com/Antiarchitect/asdf-helm-cr.git
  • pre-commit
  • go-task

The container image Anvil contains all prerequisites. Here's an example of opening a bash shell in Anvil with your working directory mounted:

docker run -it --rm \
  --mount type=bind,source=$HOME/.cache,target=/home/anvil/.cache \
  --mount type=bind,source=$HOME/.ssh,target=/home/anvil/.ssh \
  --mount type=bind,source="$(pwd)",target=/home/anvil/workdir \
  --workdir /home/anvil/workdir \
  saicoss/anvil:latest \
  bash

Anvil is also what we use as our CI runner.

Usage

# Validate everything to make sure nothing is screwed up
task validate

# Run tests
task test

# Package, push, and release new changes
export CR_TOKEN='abc123abc123abc123abc123abc123abc123'
export CR_OWNER='my-org'
export CR_GIT_REPO='my-cool-repo'
export CR_CHARTS_REPO='https://my-org.github.io/my-cool-repo'
task deliver

# Just package
task chart-releaser:package

# Just push
task chart-releaser:upload

# Just release
task chart-releaser:indexAndPush

Notes

  1. This project does not support signing charts at this time. It is something we are looking into doing in the future. Please let us know if creating signed charts is something you can't live without.

cloudscend-foresight-charts's People

Contributors

laijow-appmod avatar birdma-saic avatar jwlai avatar rothandrew avatar jacobcsmith avatar

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.