Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update charts #45

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: create-cluster deploy-controller deploy-daemonset setup-prometheus port-for


package-chart:
cd chart && helm package chart
cd chart && helm package .
helm repo index . --merge index.yaml

dev-to-staging:
Expand Down
16 changes: 16 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
entries:
obzev0:
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-11T23:55:00.479658293+01:00"
description: A Helm chart for deploying the Obzev0 application on Kubernetes.
digest: eb05d19d86eeb8b21978cbeb9dfbe06e4d2d1d5cb76e3c37581fd0f324989640
maintainers:
- name: Lumberjack
name: obzev0
type: application
urls:
- chart/obzev0-0.1.0.tgz
version: 0.1.0
generated: "2024-09-11T23:55:00.47841055+01:00"
Loading