Skip to content

Commit

Permalink
feat: use bitnami common fullnames to name argocd apps
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 10, 2025
1 parent 3aea4fa commit ece6ef4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions charts/apps/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/*.tgz
6 changes: 6 additions & 0 deletions charts/apps/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.23.0
digest: sha256:ae278a480aa271c2be01318fe3e1a44fd1b8c60fe007a7ffcb4887a7764ca1df
generated: "2025-01-10T16:33:23.730652614Z"
6 changes: 5 additions & 1 deletion charts/apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ apiVersion: v2
name: authz
description: ArgoCD Apps used to deploy Authorization infrastructure
type: application
version: 0.2.0
version: 0.2.1
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.23.0
2 changes: 1 addition & 1 deletion charts/apps/templates/bundler-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: bundler
name: {{ include "common.names.fullname" $ }}-bundler
namespace: {{ .Release.Namespace }}
finalizers:
- resources-finalizer.argocd.arogproj.io
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/templates/opa-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: opa
name: {{ include "common.names.fullname" $ }}-opa
namespace: {{ .Release.Namespace }}
finalizers:
- resources-finalizer.argocd.arogproj.io
Expand Down

0 comments on commit ece6ef4

Please sign in to comment.