Skip to content
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
6 changes: 1 addition & 5 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.72
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.0.0
version: 0.27.0
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -18,10 +18,6 @@ dependencies:
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
version: 9.3.0
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.9-cap-CR-30841
condition: argo-events.enabled
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.18-v3.6.7-cap-CR-32333
Expand Down
21 changes: 0 additions & 21 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ argo-cd:
configs:
params:
application.namespaces: ''
argo-events:
controller:
rbac:
namespaced: true
argo-workflows:
crds:
install: false
Expand Down Expand Up @@ -229,12 +225,6 @@ argo-cd:
openshift:
enabled: true

argo-events:
openshift: true

webhook:
port: 8443

sealed-secrets:
podSecurityContext:
enabled: false
Expand Down Expand Up @@ -599,17 +589,6 @@ global:
| argo-cd.redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag |
| argo-cd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
| argo-cd.redis.image.tag | string | `"8.2.2-alpine"` | Redis tag |
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.19.1"` | |
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.17.3"` | |
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | |
| argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |
| argo-events.configs.jetstream.versions[0].version | string | `"latest"` | |
| argo-events.configs.nats.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
| argo-events.configs.nats.versions[0].natsStreamingImage | string | `"nats-streaming:0.25.6"` | |
| argo-events.configs.nats.versions[0].version | string | `"0.22.1"` | |
| argo-events.crds.install | bool | `false` | |
| argo-events.enabled | bool | `true` | |
| argo-events.fullnameOverride | string | `"argo-events"` | |
| argo-gateway | object | `{"affinity":{},"hpa":{"enabled":true,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"bc37d62"},"livenessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"","minAvailable":"50%"},"readinessProbe":{"failureThreshold":3,"initialDelaySeconds":10,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":10},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"service":{"type":"ClusterIP"},"serviceAccount":{"create":true},"serviceMonitor":{"enabled":false,"interval":"30s","labels":{},"scrapeTimeout":"10s"},"tolerations":[]}` | Argo Gateway Argo Gateway is used to perform operations on ArgoCD from Codefresh platform |
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |
| argo-workflows.enabled | bool | `true` | |
Expand Down
10 changes: 0 additions & 10 deletions charts/gitops-runtime/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ argo-cd:
configs:
params:
application.namespaces: ''
argo-events:
controller:
rbac:
namespaced: true
argo-workflows:
crds:
install: false
Expand Down Expand Up @@ -234,12 +230,6 @@ argo-cd:
openshift:
enabled: true

argo-events:
openshift: true

webhook:
port: 8443

sealed-secrets:
podSecurityContext:
enabled: false
Expand Down

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions charts/gitops-runtime/crds/argo-events/argoproj.io_sensors.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/gitops-runtime/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ Output comma separated list of installed runtime components
{{- $argoCD := dict "name" "argocd" "version" (get .Subcharts "argo-cd").Chart.AppVersion }}
{{- $comptList = append $comptList $argoCD }}
{{- end }}
{{- if index (get .Values "argo-events") "enabled" }}
{{- $argoEvents := dict "name" "argo-events" "version" (get .Subcharts "argo-events").Chart.AppVersion }}
{{- $comptList = append $comptList $argoEvents }}
{{- end }}
{{- if index (get .Values "argo-workflows") "enabled" }}
{{- $workflowReporter := dict "name" "workflow-reporter" "version" .Chart.AppVersion }}
{{- $argoWorkflows := dict "name" "argo-workflows" "version" (get .Subcharts "argo-workflows").Chart.AppVersion }}
Expand Down
1 change: 0 additions & 1 deletion charts/gitops-runtime/tests/global_constraints_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ templates:
- hooks/pre-install/validate-usage.yaml
- hooks/pre-uninstall/cleanup-resources.yaml
- hooks/pre-uninstall/delete-runtime-from-platform.yaml
- charts/argo-events/*
- charts/argo-workflows/*
- _components/cap-app-proxy/_deployment.yaml
- _components/cap-app-proxy/_config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ tunnel-client:
nodeSelector: *nodeSelector
tolerations: *tolerations

argo-events:
controller:
nodeSelector: *nodeSelector
tolerations: *tolerations
webhook:
nodeSelector: *nodeSelector
tolerations: *tolerations

argo-workflows:
controller:
nodeSelector: *nodeSelector
Expand Down
4 changes: 0 additions & 4 deletions charts/gitops-runtime/values-multi-runtimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ argo-cd:
configs:
params:
application.namespaces: ''
argo-events:
controller:
rbac:
namespaced: true
argo-workflows:
crds:
install: false
Expand Down
21 changes: 0 additions & 21 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,27 +287,6 @@ argo-cd:
statefulsetAnnotations:
argocd.argoproj.io/sync-options: "Delete=false"
#-----------------------------------------------------------------------------------------------------------------------
# Argo Events
#-----------------------------------------------------------------------------------------------------------------------
argo-events:
enabled: true
fullnameOverride: argo-events
crds:
install: false
configs:
nats:
versions:
- version: 0.22.1
natsStreamingImage: nats-streaming:0.25.6
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
jetstream:
versions:
- version: latest
natsImage: nats:2.11.4
metricsExporterImage: natsio/prometheus-nats-exporter:0.17.3
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
startCommand: /nats-server
#-----------------------------------------------------------------------------------------------------------------------
# Argo Workflows
#-----------------------------------------------------------------------------------------------------------------------
argo-workflows:
Expand Down