Skip to content

Commit

Permalink
Merge pull request #333 from kube-tarian/argo-cd-store-app-new-ver
Browse files Browse the repository at this point in the history
adding argocd v1.0.1 to store app
  • Loading branch information
vramk23 authored Nov 23, 2023
2 parents 43e8bd6 + 48270fe commit f938d4d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/data/store-apps/app_list.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enabledApps:
- argo-cd-v1.0.0
- argo-cd-v1.0.1
- crossplane-v1.0.0
- testkube-v1.0.0
- testkube-v1.0.1
Expand Down
26 changes: 26 additions & 0 deletions server/data/store-apps/conf/argo-cd-v1.0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: "argo-cd"
ChartName: "tools/argo-cd"
Category: "CI/CD"
Description: ""
RepoName: "tools"
RepoURL: "https://kube-tarian.github.io/helmrepo-supporting-tools"
Namespace: "argo-cd"
ReleaseName: "argo-cd"
Icon: "argo-cd.svg"
Version: "1.0.1"
CreateNamespace: true
PluginName: ArgoCD
PluginDescription: "Configure ArgoCD projects and resources"
LaunchURL: https://argo.{{.DomainName}}
LaunchUIDescription: "Intelops ArgoCD"
LaunchUIIcon: "argo-cd.svg"
LaunchUIValues:
configs:
cm:
oidc.config: |
name: Intelops
issuer: "{{.OAuthBaseURL}}"
clientID: "{{.ClientId}}"
clientSecret: "{{.ClientSecret}}"
OverrideValues:
DomainName: "{{.DomainName}}"
24 changes: 24 additions & 0 deletions server/data/store-apps/conf/values/argo-cd-v1.0.1_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
server:
extraArgs:
- --insecure
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod-cluster
kubernetes.io/force-ssl-redirect: "true"
kubernetes.io/ssl-redirect: "true"
kubernetes.io/tls-acme: "true"
hosts:
- argo.{{.DomainName}}
paths:
- /
pathType: Prefix
tls:
- secretName: argocd-cert
hosts:
- argo.{{.DomainName}}
webhooks:
enabled: true
configs:
cm:
url: "https://argocd.{{.DomainName}}"

0 comments on commit f938d4d

Please sign in to comment.