Skip to content

Commit

Permalink
Fixing helm-update automation
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Apr 9, 2021
1 parent 0258a3d commit 1521aa5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build:

## Generate new helm package and update chart yaml file
helm-update:
helm package charts/k8s-gateway
helm package charts/k8s-gateway -d charts/
helm repo index --url https://ori-edge.github.io/k8s_gateway/ --merge index.yaml .

.PHONY: test
Expand Down
Binary file added charts/k8s-gateway-1.0.1.tgz
Binary file not shown.
23 changes: 5 additions & 18 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,20 @@ entries:
k8s-gateway:
- apiVersion: v2
appVersion: 0.1.0
created: "2021-04-09T09:45:40.401655868+01:00"
created: "2021-04-09T11:01:26.888050903+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 7888dcff91d9e669aba5d18810dd44db266cff21ad8f5fdbf0eb38746dd96677
digest: eef137255acf4c0b7c14a2500efd780780981fc0bbf978ab27499abc87193ab3
maintainers:
- email: michae@ori.co
name: Michael
name: k8s-gateway
type: application
urls:
- https://ori-edge.github.io/k8s_gateway/k8s-gateway-1.0.1.tgz
- https://ori-edge.github.io/k8s_gateway/charts/k8s-gateway-1.0.1.tgz
version: 1.0.1
- apiVersion: v2
appVersion: 0.1.0
created: "2021-04-09T09:45:40.400565163+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: eaa1591058acea25b1c2e395134bbdb34b5de6feb2294bc6aca058aae913f5bb
maintainers:
- email: michae@ori.co
name: Michael
name: k8s-gateway
type: application
urls:
- https://ori-edge.github.io/k8s_gateway/k8s-gateway-1.0.0.tgz
version: 1.0.0
- apiVersion: v2
appVersion: 0.1.0
created: "2021-04-09T09:45:40.404345073+01:00"
created: "2021-04-09T11:01:26.887421016+01:00"
description: A Helm chart for the k8s_gateway CoreDNS plugin
digest: 2744fcdd9840590cb9f86099135229ca2fd8b3a140bcf141a3ed206191dfd3f6
maintainers:
Expand All @@ -40,4 +27,4 @@ entries:
urls:
- https://ori-edge.github.io/k8s_gateway/charts/k8s-gateway-1.0.0.tgz
version: 1.0.0
generated: "2021-04-09T09:45:40.399944854+01:00"
generated: "2021-04-09T11:01:26.883876704+01:00"
Binary file removed k8s-gateway-1.0.0.tgz
Binary file not shown.
Binary file removed k8s-gateway-1.0.1.tgz
Binary file not shown.

0 comments on commit 1521aa5

Please sign in to comment.