Skip to content
Open
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
78 changes: 77 additions & 1 deletion 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.75
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: '0.24.3'
version: '0.25.0'
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -14,6 +14,14 @@ maintainers:
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: '[gitops-operator]fix: promotions using pull requests do not resume after the pr has been merged (#753)'
- kind: changed
description: '[app-proxy]fix: git-source permissions are not being calculated for fine-grained tokens (#6683) (#749)'
- kind: changed
description: 'chore(CR-30960): update enrichment images tag (#747)'
- kind: changed
description: 'prepare-version(0.24.2): prepare chart content for release (#721)'
- kind: changed
description: Chore-30961 security argocd-exstras (#729)
- kind: changed
Expand All @@ -30,6 +38,74 @@ annotations:
description: 'fix: security fix: upgrade cli-v2 and debian versions (#718)'
- kind: changed
description: 'feat: update cap-app-proxy image tags to 1.3750.0 (#720)'
- kind: changed
description: 'prepare-version(0.24.1): prepare chart content for release (#715)'
- kind: changed
description: Chore/security 0 24 1 (#713)
- kind: changed
description: 'prepare-version(0.24.0): prepare chart content for release (#699)'
- kind: changed
description: 'Feat: OSS-522 cherry-pick sec advisory-ghsa-786q-9hcg-v9ff (#705)'
- kind: changed
description: 'feat: support single-namespaced runtime installation (#617)'
- kind: changed
description: 'prepare-version(0.23.3): prepare chart content for release (#695)'
- kind: changed
description: 'chore: update app-proxy image tags to 1.3727.0 and bump version to 0.23.3'
- kind: changed
description: update cli-v2 in installer - fix token validation code (#696)
- kind: changed
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3727.0 (#692)'
- kind: changed
description: ran prepare-release script
- kind: changed
description: updated changes
- kind: changed
description: updated nginx (#662)
- kind: changed
description: updated cli-v2, kubectl in runtime-installer (#661)
- kind: changed
description: using bitnamilegacy instead of bitnami (#653)
- kind: changed
description: 'chore(CR-30232): updated oauth2, golang.org/x/net, github.com/cloudflare (#639)'
- kind: changed
description: updated cspd enrichers (#652)
- kind: changed
description: updated changes
- kind: changed
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
- kind: changed
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
- kind: changed
description: update Chart.yaml
- kind: changed
description: bumped app-proxy to 1.3707.0 closed ha gaps (#667)
- kind: changed
description: 'fix: remove checksum tests as they fail when chart version changes (#670)'
- kind: changed
description: 'chore: fix artifacthub changes'
- kind: changed
description: fix lint
- kind: changed
description: cleanup in changes
- kind: changed
description: create release 0.23 draft
- kind: changed
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3702.0 (#659)'
- kind: changed
description: 'chore(app-proxy): update cap-app-proxy image tags to 1.3701.0 (#654)'
- kind: changed
description: 'fix: support failing release if app sync fails (#645)'
- kind: changed
description: Updated gitops operator not to requeue on known release creation failures (#655)
- kind: changed
description: re-order Chart.yaml changes
- kind: changed
description: 'fix: update leader elector image tag to remove version prefix ''v'' (#651)'
- kind: changed
description: create release 0.23 draft
- kind: changed
description: create release 0.23 draft
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand Down
10 changes: 5 additions & 5 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.24.2](https://img.shields.io/badge/Version-0.24.2-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![AppVersion: 0.1.75](https://img.shields.io/badge/AppVersion-0.1.75-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -206,7 +206,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.24.2 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 <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 All @@ -219,7 +219,7 @@ The utility will output 4 files into the folder:

For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
```
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.24.2 <local_registry>
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.25.0 <local_registry>
```

## Openshift
Expand Down Expand Up @@ -323,7 +323,7 @@ gitops-operator:
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
| app-proxy.image.tag | string | `"1.3750.0"` | |
| app-proxy.image.tag | string | `"d0f2de1"` | |
| app-proxy.imagePullSecrets | list | `[]` | |
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
| app-proxy.initContainer.env | object | `{}` | |
Expand Down Expand Up @@ -491,7 +491,7 @@ gitops-operator:
| gitops-operator.enabled | bool | `true` | |
| gitops-operator.env.GITOPS_OPERATOR_VERSION | string | `"0.10.1"` | |
| gitops-operator.fullnameOverride | string | `""` | |
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"d6c93d9"}` | GitOps operator image |
| gitops-operator.image | object | `{"registry":"quay.io","repository":"codefresh/codefresh-gitops-operator","tag":"b9481f8"}` | GitOps operator image |
| gitops-operator.imagePullSecrets | list | `[]` | |
| gitops-operator.nameOverride | string | `""` | |
| gitops-operator.nodeSelector | object | `{}` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ argo-cd:
# -- Extract application version based on ApplicationConfiguration CRD
useApplicationConfiguration: true
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.9-cap-CR-30841/charts/argo-events
# *********************************************************************************************************************
argo-events:
fullnameOverride: argo-events
Expand All @@ -300,7 +300,7 @@ argo-events:
configReloaderImage: natsio/nats-server-config-reloader:0.19.1
startCommand: /nats-server
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.16-v3.6.7-cap-CR-30835/charts/argo-workflows
# *********************************************************************************************************************
argo-workflows:
fullnameOverride: argo
Expand Down Expand Up @@ -330,7 +330,7 @@ codefreshWorkflowLogStoreCM:
endpoint: gitops-workflow-logs.codefresh.io
insecure: false
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-7-v1.7.2-cap-OSS-697/charts/argo-rollouts
# *********************************************************************************************************************
argo-rollouts:
enabled: true
Expand Down
Loading