Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
14d381c
Update Chart.yaml and changelog for 0.30.0 release
codefresh-git-integration[bot] Aug 3, 2026
460ec38
changed description
vitalii-codefresh Aug 3, 2026
7f90707
changed BYOA compatibilities and constraints
vitalii-codefresh Aug 3, 2026
3b1be2a
trig-ci
vitalii-codefresh Aug 4, 2026
867c182
trig-ci
vitalii-codefresh Aug 4, 2026
e0e3469
trig-ci
vitalii-codefresh Aug 4, 2026
b6bd662
delete argocd overrides
vitalii-codefresh Aug 5, 2026
e5cd1f8
corrected constraints and changelog link
vitalii-codefresh Aug 5, 2026
14412f7
trig-ci
vitalii-codefresh Aug 5, 2026
724fdcc
Revert "delete argocd overrides"
vitalii-codefresh Aug 5, 2026
dd9d2c9
corrected constraints and changelog link
vitalii-codefresh Aug 5, 2026
937f033
disable network policy for argo-cd
vitalii-codefresh Aug 6, 2026
1d7bd79
disable network policy for argo-cd
vitalii-codefresh Aug 6, 2026
3631781
Apply suggestion from @masontikhonov
vitalii-codefresh Aug 6, 2026
a93a222
add network policy to repo-server
vitalii-codefresh Aug 9, 2026
81919ff
Merge remote-tracking branch 'origin/prep/v0.30.0' into prep/v0.30.0
vitalii-codefresh Aug 9, 2026
b96cd36
Update Chart.yaml and changelog for 0.30.0 release
codefresh-git-integration[bot] Aug 10, 2026
26c3f0f
Merge branch 'stable/0.30' into prep/v0.30.0
vitalii-codefresh Aug 10, 2026
161759e
upd docs
vitalii-codefresh Aug 10, 2026
9df224b
Update values.yaml
vitalii-codefresh Aug 10, 2026
d6f0664
Update values.yaml
vitalii-codefresh Aug 10, 2026
c274499
upd docs
vitalii-codefresh Aug 10, 2026
37aebdd
Merge remote-tracking branch 'origin/prep/v0.30.0' into prep/v0.30.0
vitalii-codefresh Aug 10, 2026
2d3d2c6
upd docs
vitalii-codefresh Aug 10, 2026
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 charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ maintainers:
url: https://codefresh-io.github.io/
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: 'Release 0.30.0'
links:
- name: 'Release notes'
url: 'https://github.com/codefresh-io/gitops-runtime-helm/releases/tag/0.30.0'
dependencies:
# The image for this chart was overridden because argocd doesn’t release the chart for 3.3.10 version.
# Don't forget to remove the image override after updating to a new version of the chart.
Expand Down
9 changes: 5 additions & 4 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.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)

## Table of Content

Expand Down Expand Up @@ -187,6 +187,7 @@ data:

| GitOps Runtime version | Supported ArgoCD versions |
|------------------------|---------------------------|
| 0.30.x | >=3.2 <=3.4 |
| 0.29.x | >=3.1 <=3.3 |
| 0.28.x | >=3.0 <=3.2 |
| 0.27.x | >=3.0 <=3.2 |
Expand All @@ -205,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.0.0 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.30.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 @@ -218,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.0.0 <local_registry>
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.30.0 <local_registry>
```

## Openshift
Expand Down Expand Up @@ -596,7 +597,7 @@ global:
| argo-cd.controller.statefulsetAnnotations."argocd.argoproj.io/sync-options" | string | `"Delete=false"` | |
| argo-cd.enabled | bool | `true` | |
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
| argo-cd.global.image.tag | string | `"v3.3.10"` | |
| argo-cd.global.networkPolicy.create | bool | `false` | |
| argo-cd.notifications.enabled | bool | `false` | |
| argo-cd.redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
| argo-cd.redis-ha.image.tag | string | `"8.2.2-alpine"` | Redis tag |
Expand Down
1 change: 1 addition & 0 deletions charts/gitops-runtime/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ data:

| GitOps Runtime version | Supported ArgoCD versions |
|------------------------|---------------------------|
| 0.30.x | >=3.2 <=3.4 |
| 0.29.x | >=3.1 <=3.3 |
| 0.28.x | >=3.0 <=3.2 |
| 0.27.x | >=3.0 <=3.2 |
Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/ci/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"argo-cd": {
"chartVersion": "8.0.0"
"chartVersion": "10.2.2"
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{{- if index .Values "argo-cd" "enabled" }}
{{- $argoCdGlobalNP := index .Values "argo-cd" "global" "networkPolicy" }}
{{- $repoServerNP := index .Values "argo-cd" "repoServer" "networkPolicy" }}
{{- if or $argoCdGlobalNP.create $repoServerNP.create }}
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: codefresh-to-argocd-repo-server
labels:
app.kubernetes.io/part-of: gitops-runtime
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
podSelector:
matchLabels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/name: argocd-repo-server
policyTypes:
- Ingress
ingress:
- from:
- podSelector:
matchLabels:
app: cap-app-proxy
- podSelector:
matchLabels:
app: gitops-operator
- podSelector:
matchLabels:
app.kubernetes.io/name: argo-gateway
- podSelector:
matchLabels:
app.kubernetes.io/name: cluster-event-reporter
- podSelector:
matchLabels:
app.kubernetes.io/name: runtime-event-reporter
ports:
- protocol: TCP
port: repo-server
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NAMESPACE:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
REQUIRED_VERSION_CONSTRAINT: ">=3 <=3.3"
REQUIRED_VERSION_CONSTRAINT: ">=3.2 <=3.4"
{{- end -}}

{{- define "installer.validate-values.environment-variables" -}}
Expand Down
3 changes: 0 additions & 3 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ sealed-secrets:
argo-cd:
enabled: true
fullnameOverride: argo-cd
global:
image:
tag: v3.3.10
notifications:
enabled: false
redis:
Expand Down