Skip to content

feat(gitops-operator): add gitops-operator as subchart #143

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

Merged
merged 6 commits into from
Jan 19, 2024
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: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## What

## Why

## Notes
<!-- Add any notes here -->
21 changes: 7 additions & 14 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.39
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.4.2
version: 0.4.3
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -15,19 +15,7 @@ annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |
- kind: changed
description: Update app version to 0.1.39
- kind: changed
description: Update argo-cd chart to 5.51.6-5-cap-2.9-2024.1.17-0d221227f
- kind: changed
description: Update sealed-secrets chart to 2.14.1
- kind: changed
description: Update sealed-secrets image to v0.24.5
- kind: changed
description: Update app-proxy to 1.2608.0
- kind: fixed
description: Fix runtime components log
- kind: fixed
description: fix critical security vulnerability
description: Add codefresh-gitops-operator as separate chart
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand All @@ -51,3 +39,8 @@ dependencies:
version: 0.1.15
alias: tunnel-client
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 1.0.1
alias: gitops-operator
condition: gitops-operator.enabled
25 changes: 7 additions & 18 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Codefresh gitops runtime
![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![AppVersion: 0.1.39](https://img.shields.io/badge/AppVersion-0.1.39-informational?style=flat-square)
![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![AppVersion: 0.1.39](https://img.shields.io/badge/AppVersion-0.1.39-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue:
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:

```
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4.2 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.4.3 <local_registry>
```
`output_dir` - is a local directory where the utility will output files. <br>
`local_registry` - is your local registry where you want to mirror the images to
Expand Down Expand Up @@ -223,43 +223,32 @@ sealed-secrets:
| gitops-operator.crds.annotations | object | `{}` | Annotations on gitops operator CRDs |
| gitops-operator.crds.install | bool | `true` | Whether or not to install CRDs |
| gitops-operator.crds.keep | bool | `false` | Keep CRDs if gitops runtime release is uninstalled |
| gitops-operator.enabled | bool | `true` | |
| gitops-operator.env | object | `{}` | |
| gitops-operator.fullnameOverride | string | `""` | |
| gitops-operator.image.pullPolicy | string | `"IfNotPresent"` | |
| gitops-operator.image.repository | string | `"quay.io/codefresh/codefresh-gitops-operator"` | |
| gitops-operator.image.tag | string | `"v0.1.0-alpha.5"` | |
| gitops-operator.image.registry | string | `"quay.io"` | |
| gitops-operator.image.repository | string | `"codefresh/codefresh-gitops-operator"` | |
| gitops-operator.imagePullSecrets | list | `[]` | |
| gitops-operator.kube-rbac-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
| gitops-operator.kube-rbac-proxy.image.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | |
| gitops-operator.kube-rbac-proxy.image.registry | string | `"gcr.io"` | |
| gitops-operator.kube-rbac-proxy.image.repository | string | `"kubebuilder/kube-rbac-proxy"` | |
| gitops-operator.kube-rbac-proxy.image.tag | string | `"v0.14.1"` | |
| gitops-operator.kube-rbac-proxy.resources.limits.cpu | string | `"500m"` | |
| gitops-operator.kube-rbac-proxy.resources.limits.memory | string | `"128Mi"` | |
| gitops-operator.kube-rbac-proxy.resources.requests.cpu | string | `"100m"` | |
| gitops-operator.kube-rbac-proxy.resources.requests.memory | string | `"64Mi"` | |
| gitops-operator.kube-rbac-proxy.securityContext.allowPrivilegeEscalation | bool | `false` | |
| gitops-operator.kube-rbac-proxy.securityContext.capabilities.drop[0] | string | `"ALL"` | |
| gitops-operator.livenessProbe.failureThreshold | int | `10` | |
| gitops-operator.livenessProbe.initialDelaySeconds | int | `10` | |
| gitops-operator.livenessProbe.periodSeconds | int | `10` | |
| gitops-operator.livenessProbe.successThreshold | int | `1` | |
| gitops-operator.livenessProbe.timeoutSeconds | int | `10` | |
| gitops-operator.nameOverride | string | `""` | |
| gitops-operator.nodeSelector | object | `{}` | |
| gitops-operator.podAnnotations | object | `{}` | |
| gitops-operator.podLabels | object | `{}` | |
| gitops-operator.podSecurityContext.runAsNonRoot | bool | `true` | |
| gitops-operator.readinessProbe.failureThreshold | int | `3` | |
| gitops-operator.readinessProbe.initialDelaySeconds | int | `10` | |
| gitops-operator.readinessProbe.periodSeconds | int | `10` | |
| gitops-operator.readinessProbe.successThreshold | int | `1` | |
| gitops-operator.readinessProbe.timeoutSeconds | int | `10` | |
| gitops-operator.replicaCount | int | `1` | |
| gitops-operator.resources.limits.cpu | string | `"500m"` | |
| gitops-operator.resources.limits.memory | string | `"128Mi"` | |
| gitops-operator.resources.requests.cpu | string | `"100m"` | |
| gitops-operator.resources.requests.memory | string | `"64Mi"` | |
| gitops-operator.securityContext.allowPrivilegeEscalation | bool | `false` | |
| gitops-operator.securityContext.capabilities.drop[0] | string | `"ALL"` | |
| gitops-operator.serviceAccount.annotations | object | `{}` | |
| gitops-operator.serviceAccount.create | bool | `true` | |
| gitops-operator.serviceAccount.name | string | `"gitops-operator-controller-manager"` | |
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading