Skip to content

Commit

Permalink
fix: [CDS-87155]: Update Names (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mankrit-singh authored Jan 15, 2024
1 parent b13b91d commit 06fa15b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file removed gitops-helm-1.0.0.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ entries:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
apiVersion: v2
appVersion: v2.9.3
created: "2024-01-15T17:21:23.005865+05:30"
created: "2024-01-15T18:58:39.836744+05:30"
dependencies:
- condition: redis-ha.enabled
name: redis-ha
Expand Down Expand Up @@ -38,17 +38,17 @@ entries:
version: 5.51.6
gitops-helm:
- apiVersion: v2
created: "2024-01-15T17:21:22.999534+05:30"
created: "2024-01-15T18:58:39.827977+05:30"
dependencies:
- condition: argo-cd.enabled
name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 5.51.6
description: A Helm chart for Harness GitOps Agent - for more information, please
visit https://developer.harness.io/docs/category/gitops.
digest: 8030ef89d5171165a1805691e4a377766dbd3a69d27dd11c83144cb4e4a2113b
digest: 76858502e372fc8709f7cc289a85f0883aa3753275fa5461b702dbf36906de91
name: gitops-helm
urls:
- https://harness.github.io/gitops-helm/gitops-helm-1.0.0.tgz
version: 1.0.0
generated: "2024-01-15T17:21:22.872318+05:30"
generated: "2024-01-15T18:58:39.59554+05:30"
2 changes: 1 addition & 1 deletion templates/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Selector labels
{{- if .name -}}
app.kubernetes.io/name: {{ include "harness.name" .context }}-{{ .name }}
{{ end -}}
app.kubernetes.io/instance: gitops
app.kubernetes.io/instance: {{ .context.Release.Name }}
{{- if .component }}
app.kubernetes.io/component: {{ .component }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argo-cd:
# -- Provide a name in place of `harness`
nameOverride: harness
# -- String to fully override `"argo-cd.fullname"`
fullnameOverride: harness-gitops
fullnameOverride: argocd

## Argo Configs
configs:
Expand Down Expand Up @@ -507,7 +507,7 @@ upgrader:

# <---Duplicated Argo CD overrides for overridden templates--->

fullnameOverride: harness-gitops
fullnameOverride: argocd

nameOverride: harness

Expand Down

0 comments on commit 06fa15b

Please sign in to comment.