Skip to content

0.23.3

Compare
Choose a tag to compare
@codefresh-v2-pipelines codefresh-v2-pipelines released this 03 Sep 12:50
· 1 commit to release/0.23 since this release
ab4e6c7

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
...