Skip to content

Commit

Permalink
Merge pull request #1 from kramfs/main
Browse files Browse the repository at this point in the history
update helm repo setup
  • Loading branch information
kramfs authored Mar 4, 2024
2 parents 517270a + f67613e commit b3d5e69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
10 changes: 4 additions & 6 deletions applications/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ entries:
nginx:
- apiVersion: v2
appVersion: 1.16.0
created: "2024-03-03T17:33:16.267530436+08:00"
created: "2024-03-04T10:35:26.22640177+08:00"
description: A Helm chart for Kubernetes
digest: be89df59de96e1f373c74410da40c9be06b8360d235e1164862bbb622b633f9e
digest: 5f9fb15ca44ce3c461f949df2f93e6576c40db4ea7bc034f46f187f8ef370be3
home: https://nginx.org/
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
name: nginx
sources:
- https://hg.nginx.org/nginx/
type: application
urls:
- https://github.com/kramfs/argocd-app-of-apps/applications/charts/nginx-0.1.0.tgz
- https://kramfs.github.io/argocd-app-of-apps/applications/charts/nginx-0.1.0.tgz
version: 0.1.0
generated: "2024-03-03T17:33:16.266974703+08:00"
generated: "2024-03-04T10:35:26.225987962+08:00"
Binary file modified applications/charts/nginx-0.1.0.tgz
Binary file not shown.
6 changes: 4 additions & 2 deletions applications/charts/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ description: A Helm chart for Kubernetes
home: https://nginx.org/
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
version: 0.1.0
sources:
- https://hg.nginx.org/nginx/
#sources:
# - https://hg.nginx.org/nginx/
urls:
- https://kramfs.github.io/argocd-app-of-apps/applications/charts

type: application
appVersion: "1.16.0"
Expand Down
3 changes: 2 additions & 1 deletion argo-apps/templates/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/kramfs/argocd-app-of-apps/applications/charts
#repoURL: https://github.com/kramfs/argocd-app-of-apps/applications/charts
repoURL: https://kramfs.github.io/argocd-app-of-apps/applications/charts
chart: nginx
#path: applications/grafana
#path: applications/nginx
Expand Down

0 comments on commit b3d5e69

Please sign in to comment.