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
4 changes: 4 additions & 0 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ maintainers:
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |
- kind: changed
description: Update `argo-events` to 2.0.5-1-cf-init
- kind: changed
description: Updated `app-proxy` to `1.2411.2`
- kind: changed
description: Update ArgoCD version to v2.8.1-cap-CR-20116-rollout-sync-sha
- kind: changed
description: Update Argo Events version to v1.7.3-cap-CR-19893
- kind: changed
description: Add ipv6 support in internal-router
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ data:
default.conf.template: |
server {
listen 8080;
listen [::]:80 default_server;
access_log /dev/stdout main;
error_log /dev/stdout;

Expand Down