Skip to content

feat: gitops-onprem #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
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
18 changes: 18 additions & 0 deletions charts/codefresh-gitops/.ci/helm-docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
## Reference: https://github.com/norwoodj/helm-docs
set -eux
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
echo "$REPO_ROOT"

echo "Running Helm-Docs"
docker run \
-v "$REPO_ROOT:/helm-docs" \
-u $(id -u) \
--rm \
--entrypoint /bin/sh \
jnorwood/helm-docs:v1.11.0 \
-c \
helm-docs \
--chart-search-root=codefresh-gitops \
--template-files=./_templates.gotmpl \
--template-files=README.md.gotmpl \
17 changes: 17 additions & 0 deletions charts/codefresh-gitops/.ci/values/defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
global:
appUrl: "" # placeholder
imagePullSecrets:
- dockerhub-creds

ingress:
enabled: true
ingressClassName: nginx
tls:
enabled: false

cfapi:
rbac:
namespaced: false
container:
env:
DEFAULT_SYSTEM_TYPE: GITOPS
2 changes: 2 additions & 0 deletions charts/codefresh-gitops/.ci/values/e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
e2e:
enabled: true
23 changes: 23 additions & 0 deletions charts/codefresh-gitops/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
42 changes: 42 additions & 0 deletions charts/codefresh-gitops/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: 0.27.0
- name: internal-gateway
repository: oci://quay.io/codefresh/charts
version: 0.10.4
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 15.6.26
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.7.4
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.13.4
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 15.5.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.282.3
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.42.2
- name: cfui
repository: oci://quay.io/codefresh/charts
version: 14.99.7
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.50.2
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.50.2
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3572.0
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.24
digest: sha256:b56f7da08872d82f1537ef08977d02d58bb1576ce5fbd0ca0d2e196e45c80115
generated: "2025-06-13T19:04:26.344602+03:00"
77 changes: 77 additions & 0 deletions charts/codefresh-gitops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
apiVersion: v2
description: Helm Chart for Codefresh GitOps On-Prem
name: codefresh-gitops
version: 0.1.0
keywords:
- codefresh
home: https://codefresh.io/
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
sources:
- https://github.com/codefresh-io/codefresh-onprem-helm
maintainers:
- name: codefresh
url: https://codefresh-io.github.io/
appVersion: 0.1.0
annotations:
artifacthub.io/prerelease: "true"
artifacthub.io/alternativeName: "codefresh-gitops-onprem"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: "Initial 0.1.0 release for Codefresh GitOps On-Prem"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: 0.27.0
- name: internal-gateway
repository: oci://quay.io/codefresh/charts
version: 0.10.4
condition: internal-gateway.enabled
- name: mongodb
version: 15.6.26
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled,mongo.enabled,global.mongoDeploy
- name: postgresql
version: 16.7.4
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 20.13.4
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: rabbitmq
version: 15.5.3
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: cfapi
alias: cfapi
version: "*"
repository: oci://quay.io/codefresh/charts
condition: cfapi.enabled
# temporary, need to remove
- name: runtime-environment-manager
version: "*"
repository: oci://quay.io/codefresh/charts
condition: runtime-environment-manager.enabled
- name: cfui
version: "*"
repository: oci://quay.io/codefresh/charts
condition: cfui.enabled
- name: cf-platform-analytics
alias: cf-platform-analytics-platform
version: "*"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: cf-platform-analytics
alias: cf-platform-analytics-etlstarter
version: "*"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-platform
version: "*"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-hub-platform
version: "*"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
Loading