Skip to content

Commit 704d10c

Browse files
Merge pull request #215 from codefresh-io/CR-23690-promotable-properties-preview-query
feat: app-proxy with new query promotablePropertiesPreview
2 parents 12ce72b + 6c6f9de commit 704d10c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ annotations:
1717
- kind: changed
1818
description: "update codefresh-gitops-operator chart to 1.0.17 to allow missing promotion flow label"
1919
- kind: changed
20-
description: "updated cap-app-proxy to 1.2852.2, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab"
20+
description: "updated cap-app-proxy to 1.2867.0, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab; new query promotablePropertiesPreview"
2121
- kind: added
2222
description: garage as optional dependency for Argo workflows artifact and log storage
2323
- kind: fixed

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,15 +494,15 @@ app-proxy:
494494
tag: 1.1.10-main
495495
image:
496496
repository: quay.io/codefresh/cap-app-proxy
497-
tag: 1.2852.2
497+
tag: 1.2867.0
498498
pullPolicy: IfNotPresent
499499
# -- Extra volume mounts for main container
500500
extraVolumeMounts: []
501501

502502
initContainer:
503503
image:
504504
repository: quay.io/codefresh/cap-app-proxy-init
505-
tag: 1.2852.2
505+
tag: 1.2867.0
506506
pullPolicy: IfNotPresent
507507
command:
508508
- ./init.sh

0 commit comments

Comments
 (0)