0.23.3
·
1 commit
to release/0.23
since this release
Installation
To get Helm chart for this release run:
helm pull oci://quay.io/codefresh/gitops-runtime --version 0.23.3
Chart changes
- update cli-v2 in installer - fix token validation code (#696)
- update cap-app-proxy image tags to 1.3727.0 (#692)
App-proxy changes
- fix: remote-cluster application fails to sync due to its project
Important Note
If the ISC repository already contains the resources/app-projects/cf-runtime-app-project.yaml
file (created by runtime chart >=0.23 <0.23.3
) - it should be manually updated:
...
spec:
destinations:
- namespace: '*'
server: "*" # <-- replace 'https://kubernetes.default.svc' with "*" here
...