Skip to content

Commit

Permalink
Remove tgz packaged charts, add common chart and bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dniel committed Jan 13, 2021
1 parent 76d24c2 commit 943d850
Show file tree
Hide file tree
Showing 36 changed files with 24 additions and 4 deletions.
Binary file removed api-graphql-0.1.tgz
Binary file not shown.
Binary file removed api-graphql-0.2.tgz
Binary file not shown.
Binary file removed api-graphql-0.3.tgz
Binary file not shown.
Binary file removed api-graphql-0.4.tgz
Binary file not shown.
Binary file removed api-graphql-0.5.tgz
Binary file not shown.
Binary file removed api-posts-0.1.0.tgz
Binary file not shown.
Binary file removed api-posts-0.1.tgz
Binary file not shown.
Binary file removed api-posts-0.2.tgz
Binary file not shown.
Binary file removed api-posts-0.3.tgz
Binary file not shown.
Binary file removed api-posts-0.4.tgz
Binary file not shown.
Binary file removed api-posts-0.5.tgz
Binary file not shown.
7 changes: 6 additions & 1 deletion charts/api-graphql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ apiVersion: v1
name: api-graphql
description: A Helm chart for Kubernetes
type: application
version: 0.5
version: 0.6.0
appVersion: master

dependencies:
- name: common
version: 2.1.1
repository: https://k8s-at-home.com/charts/
7 changes: 6 additions & 1 deletion charts/api-posts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ apiVersion: v1
name: api-posts
description: Simple API to retrieve text posts from backend in JSON format.
type: application
version: 0.6.0
version: 0.7.0
appVersion: master

dependencies:
- name: common
version: 2.1.1
repository: https://k8s-at-home.com/charts/
7 changes: 6 additions & 1 deletion charts/spa-demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ name: spa-demo
description: Simple React + Typescript SPA application for demo of authorization and authentication using Forwardauth backend in a SPA client.

type: application
version: 0.4.0
version: 0.5.0
appVersion: master

dependencies:
- name: common
version: 2.1.1
repository: https://k8s-at-home.com/charts/
7 changes: 6 additions & 1 deletion charts/www/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ name: www
description: Just a simple static website for testing.

type: application
version: 0.5.0
version: 0.6.0
appVersion: master

dependencies:
- name: common
version: 2.1.1
repository: https://k8s-at-home.com/charts/
Binary file removed forwardauth-0.1.0.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.0.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.1.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.2.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.3.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.4.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.5.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.6.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.7.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.8.tgz
Binary file not shown.
Binary file removed forwardauth-2.0.9.tgz
Binary file not shown.
Binary file removed spa-demo-0.1.tgz
Binary file not shown.
Binary file removed spa-demo-0.2.tgz
Binary file not shown.
Binary file removed whoami-0.1.tgz
Binary file not shown.
Binary file removed whoami-0.2.tgz
Binary file not shown.
Binary file removed whoami-0.3.tgz
Binary file not shown.
Binary file removed whoami-0.4.tgz
Binary file not shown.
Binary file removed www-0.1.tgz
Binary file not shown.
Binary file removed www-0.2.tgz
Binary file not shown.
Binary file removed www-0.3.tgz
Binary file not shown.
Binary file removed www-0.4.tgz
Binary file not shown.

0 comments on commit 943d850

Please sign in to comment.