Skip to content
Snippets Groups Projects
  1. Apr 06, 2020
  2. Mar 02, 2020
  3. Feb 25, 2020
  4. Feb 24, 2020
  5. Feb 21, 2020
  6. Feb 20, 2020
  7. Jan 16, 2020
    • Giorgio Sironi's avatar
      Add lint step (#8) · 4dce47c5
      Giorgio Sironi authored
      * Add lint step
      
      * Add a CT configuration file
      
      * Pass in path to config.yaml explicitly
      
      * Specify correct folder for charts
      
      * Specify a newer image and pray
      
      * Scrap configuration and pass in --all
      
      * Add --debug desperately
      
      * Skip the Github Action which doesn't allow command customization
      
      * Remove docker interactivity
      
      * Add linted home field
      
      This should be optional, but https://github.com/helm/chart-testing has opinions.
      
      * Add a maintainer email
      
      * Add --debug to understand the complaint
      
      * Disable maintainers validation
      
      Who knows what's wrong here, `git ls-remote --get-url libero` succeeds
      and then the command exits.
      
      * Try to break the super long line
      
      * Add chart icon
  8. Jan 14, 2020
  9. Jan 13, 2020
    • Giorgio Sironi's avatar
      article-store sample Deployment resource (#2) · 3f6573af
      Giorgio Sironi authored
      * Add stripped down generated Helm templates
      
      * Rename to images.articleStore.repository
      
      * Rename Deployment to scholarly-articles
      
      * Match containerPort with Docker image
      
      * Add app.kubernetes.io/component to prevent Pod selection clashes
      
      * Remove unused .helmignore
      
      * No we don't want Vim directives in here
      
      * Remove 63-character truncations
      
      * Delete unused publisher.name
      
      * Inline publisher.fullname
      
      * Fix leftover reference to publisher.name
      
      * Update NOTES with new Deployment selection command
      
      * Remove service values
      
      * Remove replicaCount
      
      * Rename scholarly-articles to generic article-store
      
      * Add standard component label to Deployment
      
      * Add liveness and readiness probes
  10. Jan 09, 2020